https://bijonsindebrouwerij.nl/

Log Messages

Level (7)
Channel (4)
Time Message
deprecation User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "FOS\OAuthServerBundle\DependencyInjection\FOSOAuthServerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Deprecated: Return type of Sentry\Context\Context::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
deprecation User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sentry\Context\Context" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\RequestInterface::getRequestTarget()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\RequestInterface::withRequestTarget()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\RequestInterface::getMethod()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\RequestInterface::withMethod()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\RequestInterface::getUri()" might add "UriInterface" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\RequestInterface::withUri()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::getProtocolVersion()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::withProtocolVersion()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::getHeaders()" might add "array" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::hasHeader()" might add "bool" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::getHeader()" might add "array" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::getHeaderLine()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::withHeader()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::withAddedHeader()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::withoutHeader()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::getBody()" might add "StreamInterface" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Psr\Http\Message\MessageInterface::withBody()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Request" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
info Matched route
"homepage"
.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices()" is deprecated, use the new remember me handlers instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
deprecation User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
deprecation User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated.
deprecation User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Client::getPublicId()" might add "string" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Client" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Client::getRedirectUris()" might add "array" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Client" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Token::getClientId()" might add "string" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Token" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Token::getExpiresIn()" might add "int" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Token" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Token::hasExpired()" might add "bool" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Token" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Token::getToken()" might add "string" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Token" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Token::getScope()" might add "?string" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Token" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "OAuth2\Model\IOAuth2Token::getData()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "FOS\OAuthServerBundle\Model\Token" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\CmsBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated.
deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor" now to avoid errors or add an explicit @return annotation to suppress this message.
info Populated the TokenStorage with an anonymous Token.
deprecation User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: Accessing the "session" service directly from the container is deprecated, use dependency injection instead.
deprecation Deprecated: Function utf8_encode() is deprecated
deprecation User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead.
deprecation Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated
deprecation Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated
deprecation User Deprecated: Since symfony/security-bundle 5.3: Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::get()" is deprecated, use method or constructor injection in your controller instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.
deprecation Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated
deprecation User Deprecated: Since symfony/twig-bundle 5.2: Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.
deprecation User Deprecated: Since symfony/security-core 5.1: The ROLE_PREVIOUS_ADMIN role is deprecated and will be removed in version 6.0, use the IS_IMPERSONATOR attribute instead.
deprecation User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.

There are no log messages.

Container Compilation Logs (2502)

Log messages generated during the compilation of the service container.

Messages Class
533
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ActivateBundleCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\ActivateBundleCommand).
  • Resolving inheritance for "App\CmsBundle\Command\ActivateBundleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ActivateBundleCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\BackupCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\BackupCommand).
  • Resolving inheritance for "App\CmsBundle\Command\BackupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\BackupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\BundleListCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\BundleListCommand).
  • Resolving inheritance for "App\CmsBundle\Command\BundleListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\BundleListCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CacheCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\CacheCommand).
  • Resolving inheritance for "App\CmsBundle\Command\CacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CacheCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ControlCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\ControlCommand).
  • Resolving inheritance for "App\CmsBundle\Command\ControlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ControlCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CreateBundleCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\CreateBundleCommand).
  • Resolving inheritance for "App\CmsBundle\Command\CreateBundleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CreateBundleCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CronTasksRunCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\CronTasksRunCommand).
  • Resolving inheritance for "App\CmsBundle\Command\CronTasksRunCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CronTasksRunCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\FixTranslationsCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\FixTranslationsCommand).
  • Resolving inheritance for "App\CmsBundle\Command\FixTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\FixTranslationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\InstallBundleCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\InstallBundleCommand).
  • Resolving inheritance for "App\CmsBundle\Command\InstallBundleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\InstallBundleCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\LanguageCacheCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\LanguageCacheCommand).
  • Resolving inheritance for "App\CmsBundle\Command\LanguageCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\LanguageCacheCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\LanguageResetCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\LanguageResetCommand).
  • Resolving inheritance for "App\CmsBundle\Command\LanguageResetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\LanguageResetCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MailtestCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MailtestCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MailtestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MailtestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaCreateFullCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MediaCreateFullCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MediaCreateFullCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaCreateFullCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaRegenThumbnailsCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MediaRegenThumbnailsCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MediaRegenThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaRegenThumbnailsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaUsageCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MediaUsageCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MediaUsageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaUsageCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediadirCleanUpCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MediadirCleanUpCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MediadirCleanUpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediadirCleanUpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MigrateCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MigrateCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MigrateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MigrateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MissingmediaCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MissingmediaCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MissingmediaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MissingmediaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MonitorCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\MonitorCommand).
  • Resolving inheritance for "App\CmsBundle\Command\MonitorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MonitorCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\OptimizeCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\OptimizeCommand).
  • Resolving inheritance for "App\CmsBundle\Command\OptimizeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\OptimizeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ReportCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\ReportCommand).
  • Resolving inheritance for "App\CmsBundle\Command\ReportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ReportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ResetDBCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\ResetDBCommand).
  • Resolving inheritance for "App\CmsBundle\Command\ResetDBCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ResetDBCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\RestoreCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\RestoreCommand).
  • Resolving inheritance for "App\CmsBundle\Command\RestoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\RestoreCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand).
  • Resolving inheritance for "App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ServerupdateCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\ServerupdateCommand).
  • Resolving inheritance for "App\CmsBundle\Command\ServerupdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ServerupdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\StatsCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\StatsCommand).
  • Resolving inheritance for "App\CmsBundle\Command\StatsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\StatsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\UpdateCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\UpdateCommand).
  • Resolving inheritance for "App\CmsBundle\Command\UpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\UpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\UserCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\UserCommand).
  • Resolving inheritance for "App\CmsBundle\Command\UserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\UserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\WebpCommand" (parent: .abstract.instanceof.App\CmsBundle\Command\WebpCommand).
  • Resolving inheritance for "App\CmsBundle\Command\WebpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\WebpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\ApiController" (parent: .abstract.instanceof.App\CmsBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\ApiController).
  • Resolving inheritance for "App\CmsBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CalendarController" (parent: .abstract.instanceof.App\CmsBundle\Controller\CalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CalendarController).
  • Resolving inheritance for "App\CmsBundle\Controller\CalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CommandcontrolController" (parent: .abstract.instanceof.App\CmsBundle\Controller\CommandcontrolController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CommandcontrolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CommandcontrolController).
  • Resolving inheritance for "App\CmsBundle\Controller\CommandcontrolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CommandcontrolController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CronTaskController" (parent: .abstract.instanceof.App\CmsBundle\Controller\CronTaskController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CronTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CronTaskController).
  • Resolving inheritance for "App\CmsBundle\Controller\CronTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CronTaskController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\CmsBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\DefaultController).
  • Resolving inheritance for "App\CmsBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\ErrorController" (parent: .abstract.instanceof.App\CmsBundle\Controller\ErrorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\ErrorController).
  • Resolving inheritance for "App\CmsBundle\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\ErrorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\IntegrationsController" (parent: .abstract.instanceof.App\CmsBundle\Controller\IntegrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\IntegrationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\IntegrationsController).
  • Resolving inheritance for "App\CmsBundle\Controller\IntegrationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\IntegrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\JsonController" (parent: .abstract.instanceof.App\CmsBundle\Controller\JsonController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\JsonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\JsonController).
  • Resolving inheritance for "App\CmsBundle\Controller\JsonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\JsonController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\LinkController" (parent: .abstract.instanceof.App\CmsBundle\Controller\LinkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\LinkController).
  • Resolving inheritance for "App\CmsBundle\Controller\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\LinkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\LoginController" (parent: .abstract.instanceof.App\CmsBundle\Controller\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\LoginController).
  • Resolving inheritance for "App\CmsBundle\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MailController" (parent: .abstract.instanceof.App\CmsBundle\Controller\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MailController).
  • Resolving inheritance for "App\CmsBundle\Controller\MailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MaintenanceController" (parent: .abstract.instanceof.App\CmsBundle\Controller\MaintenanceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MaintenanceController).
  • Resolving inheritance for "App\CmsBundle\Controller\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MaintenanceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MediaController" (parent: .abstract.instanceof.App\CmsBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MediaController).
  • Resolving inheritance for "App\CmsBundle\Controller\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MetadataController" (parent: .abstract.instanceof.App\CmsBundle\Controller\MetadataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MetadataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MetadataController).
  • Resolving inheritance for "App\CmsBundle\Controller\MetadataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MetadataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MonitorController" (parent: .abstract.instanceof.App\CmsBundle\Controller\MonitorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MonitorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MonitorController).
  • Resolving inheritance for "App\CmsBundle\Controller\MonitorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MonitorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MultisiteController" (parent: .abstract.instanceof.App\CmsBundle\Controller\MultisiteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MultisiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MultisiteController).
  • Resolving inheritance for "App\CmsBundle\Controller\MultisiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MultisiteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\NavigationController" (parent: .abstract.instanceof.App\CmsBundle\Controller\NavigationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\NavigationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\NavigationController).
  • Resolving inheritance for "App\CmsBundle\Controller\NavigationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\NavigationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\PageController" (parent: .abstract.instanceof.App\CmsBundle\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\PageController).
  • Resolving inheritance for "App\CmsBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\RedirectsController" (parent: .abstract.instanceof.App\CmsBundle\Controller\RedirectsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\RedirectsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\RedirectsController).
  • Resolving inheritance for "App\CmsBundle\Controller\RedirectsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\RedirectsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SettingsController" (parent: .abstract.instanceof.App\CmsBundle\Controller\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SettingsController).
  • Resolving inheritance for "App\CmsBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SitemapController" (parent: .abstract.instanceof.App\CmsBundle\Controller\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SitemapController).
  • Resolving inheritance for "App\CmsBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\StorageController" (parent: .abstract.instanceof.App\CmsBundle\Controller\StorageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\StorageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\StorageController).
  • Resolving inheritance for "App\CmsBundle\Controller\StorageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\StorageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SystemController" (parent: .abstract.instanceof.App\CmsBundle\Controller\SystemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SystemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SystemController).
  • Resolving inheritance for "App\CmsBundle\Controller\SystemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SystemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\TagController" (parent: .abstract.instanceof.App\CmsBundle\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\TagController).
  • Resolving inheritance for "App\CmsBundle\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\TrashController" (parent: .abstract.instanceof.App\CmsBundle\Controller\TrashController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\TrashController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\TrashController).
  • Resolving inheritance for "App\CmsBundle\Controller\TrashController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\TrashController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\UpdateController" (parent: .abstract.instanceof.App\CmsBundle\Controller\UpdateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\UpdateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\UpdateController).
  • Resolving inheritance for "App\CmsBundle\Controller\UpdateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\UpdateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\UsersController" (parent: .abstract.instanceof.App\CmsBundle\Controller\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\UsersController).
  • Resolving inheritance for "App\CmsBundle\Controller\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\UsersController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\CmsBundle\Repository\UserRepository" (parent: .abstract.instanceof.App\CmsBundle\Repository\UserRepository).
  • Resolving inheritance for "App\CmsBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\CmsBundle\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\Helpers" (parent: .abstract.instanceof.App\CmsBundle\Twig\Extension\Helpers).
  • Resolving inheritance for "App\CmsBundle\Twig\Extension\Helpers" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\Helpers).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\PageInfo" (parent: .abstract.instanceof.App\CmsBundle\Twig\Extension\PageInfo).
  • Resolving inheritance for "App\CmsBundle\Twig\Extension\PageInfo" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\PageInfo).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\PageNavigation" (parent: .abstract.instanceof.App\CmsBundle\Twig\Extension\PageNavigation).
  • Resolving inheritance for "App\CmsBundle\Twig\Extension\PageNavigation" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\PageNavigation).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CmsBundle\Type\TrinityEntityType" (parent: .abstract.instanceof.App\CmsBundle\Type\TrinityEntityType).
  • Resolving inheritance for "App\CmsBundle\Type\TrinityEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CmsBundle\Type\TrinityEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\ApiBundle\Controller\AdminController" (parent: .abstract.instanceof.App\Trinity\ApiBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\ApiBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\ApiBundle\Controller\AdminController).
  • Resolving inheritance for "App\Trinity\ApiBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\ApiBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\ApiBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\Trinity\ApiBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\ApiBundle\Controller\DefaultController).
  • Resolving inheritance for "App\Trinity\ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\ApiBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand" (parent: .abstract.instanceof.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand).
  • Resolving inheritance for "App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\GptCommand" (parent: .abstract.instanceof.App\Trinity\BlogBundle\Command\GptCommand).
  • Resolving inheritance for "App\Trinity\BlogBundle\Command\GptCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\GptCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\WpCommand" (parent: .abstract.instanceof.App\Trinity\BlogBundle\Command\WpCommand).
  • Resolving inheritance for "App\Trinity\BlogBundle\Command\WpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\WpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\BlogBundle\Controller\BlogController" (parent: .abstract.instanceof.App\Trinity\BlogBundle\Controller\BlogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\BlogBundle\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\BlogBundle\Controller\BlogController).
  • Resolving inheritance for "App\Trinity\BlogBundle\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\BlogBundle\Controller\BlogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\BlogBundle\Controller\EntryController" (parent: .abstract.instanceof.App\Trinity\BlogBundle\Controller\EntryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\BlogBundle\Controller\EntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\BlogBundle\Controller\EntryController).
  • Resolving inheritance for "App\Trinity\BlogBundle\Controller\EntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\BlogBundle\Controller\EntryController).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\BlogBundle\Twig\Extension\Timeago" (parent: .abstract.instanceof.App\Trinity\BlogBundle\Twig\Extension\Timeago).
  • Resolving inheritance for "App\Trinity\BlogBundle\Twig\Extension\Timeago" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\BlogBundle\Twig\Extension\Timeago).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\ChapterController" (parent: .abstract.instanceof.App\Trinity\FaqBundle\Controller\ChapterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\ChapterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\ChapterController).
  • Resolving inheritance for "App\Trinity\FaqBundle\Controller\ChapterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\ChapterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\EntryController" (parent: .abstract.instanceof.App\Trinity\FaqBundle\Controller\EntryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\EntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\EntryController).
  • Resolving inheritance for "App\Trinity\FaqBundle\Controller\EntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\EntryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\FaqController" (parent: .abstract.instanceof.App\Trinity\FaqBundle\Controller\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\FaqController).
  • Resolving inheritance for "App\Trinity\FaqBundle\Controller\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FormsBundle\Controller\FormsController" (parent: .abstract.instanceof.App\Trinity\FormsBundle\Controller\FormsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FormsBundle\Controller\FormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FormsBundle\Controller\FormsController).
  • Resolving inheritance for "App\Trinity\FormsBundle\Controller\FormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FormsBundle\Controller\FormsController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\SearchBundle\Command\IndexerCommand" (parent: .abstract.instanceof.App\Trinity\SearchBundle\Command\IndexerCommand).
  • Resolving inheritance for "App\Trinity\SearchBundle\Command\IndexerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\SearchBundle\Command\IndexerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SearchBundle\Controller\SearchController" (parent: .abstract.instanceof.App\Trinity\SearchBundle\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SearchBundle\Controller\SearchController).
  • Resolving inheritance for "App\Trinity\SearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SearchBundle\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SliderBundle\Controller\EntryController" (parent: .abstract.instanceof.App\Trinity\SliderBundle\Controller\EntryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SliderBundle\Controller\EntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SliderBundle\Controller\EntryController).
  • Resolving inheritance for "App\Trinity\SliderBundle\Controller\EntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SliderBundle\Controller\EntryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SliderBundle\Controller\SliderController" (parent: .abstract.instanceof.App\Trinity\SliderBundle\Controller\SliderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SliderBundle\Controller\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SliderBundle\Controller\SliderController).
  • Resolving inheritance for "App\Trinity\SliderBundle\Controller\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SliderBundle\Controller\SliderController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\AbandonedCartsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\ActiveCampaignCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CacheIndexCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\CacheIndexCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\CacheIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CacheIndexCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\CheckPaymentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CloneCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\CloneCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\CloneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CloneCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\FixMediaCloneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixrelationsCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\FixrelationsCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\FixrelationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixrelationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\GenerateProductsCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\GenerateProductsCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\GenerateProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\GenerateProductsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportWoocommerce" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportWoocommerce).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\ImportWoocommerce" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportWoocommerce).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\IndexCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\IndexCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\IndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\IndexCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\LinkCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\LinkCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\LinkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\LinkCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\NotifyCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\NotifyCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\NotifyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\NotifyCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\PicqerExportCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\PicqerExportCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\PicqerExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\PicqerExportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\PicqerSyncCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\PicqerSyncCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\PicqerSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\PicqerSyncCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ProductSyncCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\ProductSyncCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\ProductSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ProductSyncCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\RepairOrdersCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\RepairOrdersCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\RepairOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\RepairOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\SearchCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\SearchCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\SearchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\SearchCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\TestCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\TestCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\TestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\TestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\UpdatePricesCommand" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Command\UpdatePricesCommand).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Command\UpdatePricesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\UpdatePricesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ApiController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ApiController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\B2bController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\B2bController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bPricelistController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\B2bPricelistController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bPricelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bPricelistController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\B2bPricelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bPricelistController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bUserGroupController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\B2bUserGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bUserGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bUserGroupController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\B2bUserGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bUserGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CartController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CartController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CartsController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\CartsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CartsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CartsController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\CartsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CartsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CategoriesController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\CategoriesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CategoriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CategoriesController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\CategoriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CategoriesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ChannableController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\ChannableController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ChannableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ChannableController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\ChannableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ChannableController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CheckoutController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CheckoutController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ConfigController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ConfigController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CreditController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\CreditController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CreditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CreditController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\CreditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CreditController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CustomersController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CustomersController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DefaultController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DeliveryController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\DeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DeliveryController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DiscountController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\DiscountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DiscountController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\DiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DiscountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\EventsController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\EventsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\EventsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\EventsController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\EventsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\EventsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ExtraController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\ExtraController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ExtraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ExtraController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\ExtraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ExtraController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\FeedController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\FeedController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\FeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\FeedController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\FeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\FeedController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\FrontController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\FrontController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\FrontController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\FrontController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\GiftcardController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\GiftcardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\GiftcardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\GiftcardController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\GiftcardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\GiftcardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\InvoiceController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\InvoiceController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\LedgerController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\LedgerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\LedgerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\LedgerController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\LedgerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\LedgerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\MailController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\MailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\MailController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\MailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\MediaController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\MediaController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\OrdersController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\OrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\OrdersController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\OrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PicqerController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\PicqerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PicqerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PicqerController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\PicqerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PicqerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PricingController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\PricingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PricingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PricingController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\PricingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PricingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ProductGroupController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\ProductGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ProductGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ProductGroupController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\ProductGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ProductGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ProductsController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\ProductsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ProductsController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ProductsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PromotionsController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\PromotionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PromotionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PromotionsController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\PromotionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PromotionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ReportController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\ReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ReportController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\SearchController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\SearchController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\SpecsController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\SpecsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\SpecsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\SpecsController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\SpecsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\SpecsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TagController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TagController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TagDisplayController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\TagDisplayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TagDisplayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TagDisplayController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\TagDisplayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TagDisplayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TaxController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\TaxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TaxController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\TaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TaxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\UserGroupController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\UserGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\UserGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\UserGroupController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\UserGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\UserGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\WebshopController" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Controller\WebshopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\WebshopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\WebshopController).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Controller\WebshopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\WebshopController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\PromotionBarType" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Form\PromotionBarType).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Form\PromotionBarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\PromotionBarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\PromotionPopupType" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Form\PromotionPopupType).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Form\PromotionPopupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\PromotionPopupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\TagDisplayType" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Form\TagDisplayType).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Form\TagDisplayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\TagDisplayType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\TagType" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Form\TagType).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Form\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\TagType).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\CountryExtension" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\CountryExtension).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Twig\Extension\CountryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\CountryExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\Timeago" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\Timeago).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Twig\Extension\Timeago" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\Timeago).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension" (parent: .abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension).
  • Resolving inheritance for "App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener" (parent: .abstract.instanceof.app.locale_listener).
  • Resolving inheritance for "app.locale_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TrinityApiBundle_show" (parent: .abstract.instanceof.TrinityApiBundle_show).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TrinityApiBundle_show" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TrinityApiBundle_show).
  • Resolving inheritance for "TrinityApiBundle_show" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TrinityApiBundle_show).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
  • Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.user.provider.concrete.in_memory" (parent: security.user.provider.in_memory).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.oauth_token" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.oauth_token" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.provider).
  • Resolving inheritance for "security.authentication.listener.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.admin_secured_area" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin_secured_area" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.admin_secured_area" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.admin_secured_area" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.admin_secured_area" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.admin_secured_area" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.admin_secured_area" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.admin_secured_area.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.admin_secured_area.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.admin_secured_area" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.admin_secured_area" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.firewall_config.two_factor.admin_secured_area" (parent: scheb_two_factor.security.firewall_config).
  • Resolving inheritance for "security.authentication.success_handler.two_factor.admin_secured_area" (parent: scheb_two_factor.security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.two_factor.admin_secured_area" (parent: scheb_two_factor.security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.admin_secured_area" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
  • Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.admin_secured_area" (parent: scheb_two_factor.security.kernel_exception_listener).
  • Resolving inheritance for "security.authentication.access_listener.two_factor.admin_secured_area" (parent: scheb_two_factor.security.access_listener).
  • Resolving inheritance for "security.authentication.form_listener.two_factor.admin_secured_area" (parent: scheb_two_factor.security.form_listener).
  • Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.admin_secured_area" (parent: scheb_two_factor.security.provider_preparation_listener).
  • Resolving inheritance for "security.authentication.provider.two_factor.admin_secured_area" (parent: scheb_two_factor.security.authentication.provider).
  • Resolving inheritance for "security.authentication.listener.two_factor.admin_secured_area" (parent: scheb_two_factor.security.authentication.listener).
  • Resolving inheritance for "security.authentication.provider.rememberme.admin_secured_area" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.admin_secured_area" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.admin_secured_area" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin_secured_area" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin_secured_area" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.admin_secured_area" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.admin_secured_area" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin_secured_area" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.user_secured_area" (parent: security.firewall.config).
  • Resolving inheritance for "security.logout_listener.user_secured_area" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.user_secured_area" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.user_secured_area" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.user_secured_area" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.user_secured_area" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.user_secured_area" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.user_secured_area.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.user_secured_area.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.user_secured_area" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.user_secured_area" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.provider.rememberme.user_secured_area" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.user_secured_area" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.user_secured_area" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.user_secured_area" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.user_secured_area" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.user_secured_area" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.user_secured_area" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.user_secured_area" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • 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 "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (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).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "security.authentication.provider.guard.api.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.fos_oauth_server.api.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.api.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.guard.admin_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.dao.admin_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.guard.user_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.dao.user_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.rememberme.user_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.user_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.rememberme_services_decorator).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator" (parent: scheb_two_factor.security.rememberme_services_decorator).
1
  • Skipping service "TrinityApiBundle_inflector": Class or interface "App\Trinity\ApiBundle\Controller\InflectController" cannot be loaded.
265
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
  • Removed service "App\CmsBundle\Entity\PageInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "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 "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "lock.default.store"; reason: private alias.
  • Removed service "lock.store"; reason: private alias.
  • Removed service "lock.factory"; reason: private alias.
  • Removed service "lock"; reason: private alias.
  • Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.admin_secured_area"; reason: private alias.
  • Removed service "security.user_checker.admin_secured_area"; reason: private alias.
  • Removed service "security.authentication.session_strategy.user_secured_area"; reason: private alias.
  • Removed service "security.user_checker.user_secured_area"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "security.firewall.context_locator"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\ClientManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\AccessTokenManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\AuthCodeManagerInterface"; reason: private alias.
  • Removed service "fos_oauth_server.storage"; reason: private alias.
  • Removed service "fos_oauth_server.client_manager"; reason: private alias.
  • Removed service "fos_oauth_server.access_token_manager"; reason: private alias.
  • Removed service "fos_oauth_server.refresh_token_manager"; reason: private alias.
  • Removed service "fos_oauth_server.auth_code_manager"; reason: private alias.
  • Removed service "fos_oauth_server.user_provider"; reason: private alias.
  • Removed service "fos_oauth_server.authorize.form.handler"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; 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_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; 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 "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "slugify"; reason: private alias.
  • Removed service "Cocur\Slugify\SlugifyInterface"; reason: private alias.
  • Removed service "Sentry\FlushableClientInterface"; reason: private alias.
  • Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
  • Removed service "scheb_two_factor.first_two_factor_handler"; reason: private alias.
  • Removed service "scheb_two_factor.handler_condition"; reason: private alias.
  • Removed service "scheb_two_factor.security.totp.form_renderer"; reason: private alias.
  • Removed service "scheb_two_factor.persister"; reason: private alias.
  • Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
  • Removed service "scheb_two_factor.token_factory"; reason: private alias.
  • Removed service "scheb_two_factor.trusted_device_manager"; reason: private alias.
  • Removed service "scheb_two_factor.backup_code_manager"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
  • Removed service ".service_locator.rbIJLYH"; reason: private alias.
  • Removed service ".service_locator.9L433w3"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.u3WJhf7"; reason: private alias.
  • Removed service ".service_locator.OOsYuTi"; reason: private alias.
  • Removed service ".service_locator.iNaoQtR"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service ".service_locator.ZG9yxjj"; reason: private alias.
  • Removed service ".service_locator.Iymvcwn"; reason: private alias.
  • Removed service ".service_locator.4hi2aOY"; reason: private alias.
  • Removed service ".service_locator.6llF7Cj"; reason: private alias.
  • Removed service ".service_locator.ai831Oa"; reason: private alias.
  • Removed service ".service_locator.0ghLsew"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.authentication.trust_resolver"; 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.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "security.authentication.provider.guard.api"; reason: private alias.
  • Removed service "security.authentication.provider.fos_oauth_server.api"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.api"; reason: private alias.
  • Removed service "security.authentication.provider.guard.admin_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.dao.admin_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.rememberme.admin_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.admin_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.guard.user_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.dao.user_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.rememberme.user_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.user_secured_area"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.main"; reason: private alias.
  • Removed service "security.authentication.rememberme.services.simplehash.admin_secured_area"; reason: private alias.
  • Removed service "security.authentication.rememberme.services.simplehash.user_secured_area"; reason: private alias.
  • Removed service ".service_locator.FatRZu2"; reason: private alias.
  • Removed service ".service_locator.uo5c0SP"; reason: private alias.
  • Removed service ".service_locator.NYeE_LH"; reason: private alias.
  • Removed service ".service_locator.hCumxIO"; reason: private alias.
  • Removed service ".service_locator.UdfjXHb"; reason: private alias.
  • Removed service ".service_locator.T3iNldA"; reason: private alias.
  • Removed service ".service_locator.tlQjEFS"; reason: private alias.
  • Removed service ".service_locator.sE2zTgm"; reason: private alias.
  • Removed service ".service_locator.uXZUgQr"; reason: private alias.
  • Removed service ".service_locator.9CoFfbk"; reason: private alias.
  • Removed service ".service_locator.Olb.a6H"; reason: private alias.
  • Removed service ".service_locator.EHiBWwz"; reason: private alias.
  • Removed service ".service_locator.f2TyySU"; reason: private alias.
  • Removed service ".service_locator.JmHnXRx"; reason: private alias.
  • Removed service ".service_locator.7ZXGYAP"; reason: private alias.
  • Removed service ".service_locator.bT.2lOh"; reason: private alias.
  • Removed service ".service_locator.pFwChgS"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
213
  • Changed reference of service "App\CmsBundle\Controller\CalendarController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\CommandcontrolController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\CronTaskController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\IntegrationsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\JsonController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\LinkController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\LinkController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\CmsBundle\Controller\LoginController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\LoginController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\CmsBundle\Controller\MailController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\MaintenanceController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\MediaController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\MetadataController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\MonitorController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\MultisiteController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\NavigationController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\PageController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\RedirectsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\SettingsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\SitemapController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\StorageController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\SystemController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\TagController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\TrashController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\UpdateController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\UsersController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Controller\UsersController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\CmsBundle\Security\AppUserAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\CmsBundle\Security\AppUserAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\CmsBundle\Service\PasswordEncoder" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\CmsBundle\Twig\Extension\Helpers" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CmsBundle\Twig\Extension\PageInfo" previously pointing to "router.default" to "router".
  • Changed reference of service "App\CmsBundle\Twig\Extension\PageNavigation" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Trinity\ApiBundle\Controller\AdminController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\BlogBundle\Controller\BlogController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\BlogBundle\Controller\EntryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\FaqBundle\Controller\ChapterController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\FaqBundle\Controller\EntryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\FaqBundle\Controller\FaqController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\FormsBundle\Controller\FormsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\SearchBundle\Controller\SearchController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\SliderBundle\Controller\EntryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\SliderBundle\Controller\SliderController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Command\ImportWoocommerce" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\B2bController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\B2bPricelistController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\B2bUserGroupController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\CartController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\CartsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\CategoriesController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\ChannableController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\CheckoutController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\ConfigController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\CreditController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\CustomersController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\DeliveryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\DiscountController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\EventsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\ExtraController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\FeedController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\FrontController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\GiftcardController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\InvoiceController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\LedgerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\MailController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\MediaController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\OrdersController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\PicqerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\PricingController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\ProductGroupController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\ProductsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\PromotionsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\ReportController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\SearchController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\SpecsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\TagController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\TagDisplayController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\TaxController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\UserGroupController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Controller\WebshopController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "app.user_locale_listener" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "TrinityApiBundle_show" 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.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 "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "services_resetter" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.admin_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.kernel_exception_listener.two_factor.admin_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.form_listener.two_factor.admin_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.two_factor.admin_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.admin_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.admin_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.user_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.user_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.user_secured_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
  • Changed reference of service "white_october_breadcrumbs.helper" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • 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 "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 "trinity.password.encoder" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "account.security_listener_failure" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "account.security_listener_failure" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "account.security_listener" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "account.security_listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "routing.loader.db" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "admin_link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin_link" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "admin_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin_show" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "trinity.auth_handler" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "trinityapibundle_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "app.show_blog" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinityblogbundle_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinityblogbundle_link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinityfaqbundle_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinityfaqbundle_link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinityformsbundle_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinityformsbundle_link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinitysearchbundle_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinitysearchbundle_link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinitysliderbundle_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinitysliderbundle_link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinitywebshopbundle_show" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "trinitywebshopbundle_link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.default_backup_code_manager" previously pointing to "scheb_two_factor.persister.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Changed reference of service ".service_locator.foPrRcS" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.f547vEI" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.tXM58lC" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.u9KuSDP" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.u9KuSDP" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.9TcZ2i." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "white_october_breadcrumbs" previously pointing to "router.default" to "router".
465
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "lock.store.combined.abstract"; reason: abstract.
  • Removed service "lock.factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "fos_rest.format_request_matcher"; 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 "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.form_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.access_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
  • Removed service "scheb_two_factor.security.authenticator"; reason: abstract.
  • Removed service "scheb_two_factor.security.listener.token_created"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ActivateBundleCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\ActivateBundleCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\BackupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\BackupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\BundleListCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\BundleListCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CacheCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\CacheCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ControlCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\ControlCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CreateBundleCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\CreateBundleCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\CronTasksRunCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\CronTasksRunCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\FixTranslationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\FixTranslationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\InstallBundleCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\InstallBundleCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\LanguageCacheCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\LanguageCacheCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\LanguageResetCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\LanguageResetCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MailtestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MailtestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaCreateFullCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MediaCreateFullCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaRegenThumbnailsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MediaRegenThumbnailsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediaUsageCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MediaUsageCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MediadirCleanUpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MediadirCleanUpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MigrateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MigrateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MissingmediaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MissingmediaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\MonitorCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\MonitorCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\OptimizeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\OptimizeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ReportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\ReportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ResetDBCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\ResetDBCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\RestoreCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\RestoreCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\ServerupdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\ServerupdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\StatsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\StatsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\UpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\UpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\UserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\UserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CmsBundle\Command\WebpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Command\WebpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CalendarController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\CalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CommandcontrolController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CommandcontrolController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\CommandcontrolController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\CronTaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\CronTaskController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\CronTaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\ErrorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\ErrorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\ErrorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\IntegrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\IntegrationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\IntegrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\JsonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\JsonController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\JsonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\LinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\LinkController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\LinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\LoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MaintenanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MaintenanceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\MaintenanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MetadataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MetadataController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\MetadataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MonitorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MonitorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\MonitorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\MultisiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\MultisiteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\MultisiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\NavigationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\NavigationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\NavigationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\RedirectsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\RedirectsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\RedirectsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SitemapController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\StorageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\StorageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\StorageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\SystemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\SystemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\SystemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\TagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\TrashController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\TrashController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\TrashController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\UpdateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\UpdateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\UpdateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CmsBundle\Controller\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CmsBundle\Controller\UsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Controller\UsersController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\CmsBundle\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\Helpers"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Twig\Extension\Helpers"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\PageInfo"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Twig\Extension\PageInfo"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CmsBundle\Twig\Extension\PageNavigation"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Twig\Extension\PageNavigation"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CmsBundle\Type\TrinityEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CmsBundle\Type\TrinityEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\ApiBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\ApiBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\ApiBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\ApiBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\ApiBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\ApiBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\GptCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\BlogBundle\Command\GptCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\BlogBundle\Command\WpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\BlogBundle\Command\WpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\BlogBundle\Controller\BlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\BlogBundle\Controller\BlogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\BlogBundle\Controller\BlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\BlogBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\BlogBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\BlogBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\BlogBundle\Twig\Extension\Timeago"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\BlogBundle\Twig\Extension\Timeago"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\ChapterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\ChapterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\FaqBundle\Controller\ChapterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\FaqBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FaqBundle\Controller\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FaqBundle\Controller\FaqController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\FaqBundle\Controller\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\FormsBundle\Controller\FormsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\FormsBundle\Controller\FormsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\FormsBundle\Controller\FormsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\SearchBundle\Command\IndexerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\SearchBundle\Command\IndexerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SearchBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SearchBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\SearchBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SliderBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SliderBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\SliderBundle\Controller\EntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\SliderBundle\Controller\SliderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\SliderBundle\Controller\SliderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\SliderBundle\Controller\SliderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CacheIndexCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\CacheIndexCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\CloneCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\CloneCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\FixrelationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\FixrelationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\GenerateProductsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\GenerateProductsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ImportWoocommerce"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\ImportWoocommerce"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\IndexCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\IndexCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\LinkCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\LinkCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\NotifyCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\NotifyCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\PicqerExportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\PicqerExportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\PicqerSyncCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\PicqerSyncCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\ProductSyncCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\ProductSyncCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\RepairOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\RepairOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\SearchCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\SearchCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\TestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\TestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Trinity\WebshopBundle\Command\UpdatePricesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Command\UpdatePricesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\B2bController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bPricelistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bPricelistController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\B2bPricelistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\B2bUserGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\B2bUserGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\B2bUserGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CartsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CartsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\CartsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CategoriesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CategoriesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\CategoriesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ChannableController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ChannableController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\ChannableController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CheckoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CreditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CreditController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\CreditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\CustomersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DeliveryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\DeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\DiscountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\DiscountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\DiscountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\EventsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\EventsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\EventsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ExtraController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ExtraController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\ExtraController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\FeedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\FeedController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\FeedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\GiftcardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\GiftcardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\GiftcardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\InvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\LedgerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\LedgerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\LedgerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\MailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\OrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\OrdersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\OrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PicqerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PicqerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\PicqerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PricingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PricingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\PricingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ProductGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ProductGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\ProductGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ProductsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ProductsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\ProductsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\PromotionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\PromotionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\PromotionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\ReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\ReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\ReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\SpecsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\SpecsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\SpecsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TagDisplayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TagDisplayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\TagDisplayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\TaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\TaxController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\TaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\UserGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\UserGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\UserGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Trinity\WebshopBundle\Controller\WebshopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Trinity\WebshopBundle\Controller\WebshopController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Controller\WebshopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\PromotionBarType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Form\PromotionBarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\PromotionPopupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Form\PromotionPopupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\TagDisplayType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Form\TagDisplayType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Trinity\WebshopBundle\Form\TagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Form\TagType"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\CountryExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\CountryExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\Timeago"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\Timeago"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener"; reason: abstract.
  • Removed service ".abstract.instanceof.app.locale_listener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TrinityApiBundle_show"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TrinityApiBundle_show"; reason: abstract.
  • Removed service ".abstract.instanceof.TrinityApiBundle_show"; reason: abstract.
618
  • Removed service "http_discovery.psr17_factory"; reason: unused.
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\CronExpression"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\CronSchedule"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\DayOfMonthField"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\DayOfWeekField"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\FieldFactory"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\HoursField"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\MinutesField"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Cron\MonthField"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Hummessenger"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Indexer"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Lef"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Matomo"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Meta"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Openai"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Parsedown"; reason: unused.
  • Removed service "App\CmsBundle\Classes\ParsedownBootstrap"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Pay"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Payment\Buckaroo"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Payment\Mollie"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Payment\Multisafepay"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Payment\Omnikassa"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Payment\Pay"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Payment\Paypro"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Payment\Sisow"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Pdf"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Adapter\Zip\PclZipAdapter"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Adapter\Zip\ZipArchiveAdapter"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Autoloader"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Drawing"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\File"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Font"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Microsoft\OLERead"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Microsoft\PasswordEncoder"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\Text"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\XMLReader"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\Common\XMLWriter"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Collection\Bookmarks"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Collection\Charts"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Collection\Comments"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Collection\Endnotes"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Collection\Footnotes"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Collection\Titles"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\ComplexType\FootnoteProperties"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\ComplexType\ProofState"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\ComplexType\TblWidth"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\ComplexType\TrackChangesView"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Bookmark"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Cell"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Chart"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\CheckBox"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Comment"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Endnote"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Field"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Footer"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Footnote"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\FormField"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Header"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Line"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Link"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\ListItem"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\ListItemRun"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\OLEObject"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\PageBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\PreserveText"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Row"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\SDT"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Section"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Shape"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\TOC"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Text"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\TextBox"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\TextBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\TextRun"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\Title"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Element\TrackChange"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Escaper\RegExp"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Escaper\Rtf"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Escaper\Xml"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Exception\CopyFileException"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Exception\CreateTemporaryFileException"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Exception\Exception"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Exception\InvalidImageException"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Exception\InvalidObjectException"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Exception\InvalidStyleException"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Exception\UnsupportedImageTypeException"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Media"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Metadata\Compatibility"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Metadata\DocInfo"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Metadata\Protection"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Metadata\Settings"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\PhpWord"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\HTML"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\MsDoc"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\ODText"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\ODText\Content"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\ODText\Meta"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\RTF"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\RTF\Document"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\DocPropsApp"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\DocPropsCore"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\DocPropsCustom"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\Document"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\Endnotes"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\Footnotes"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\Numbering"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\Settings"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Reader\Word2007\Styles"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Settings"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Shared\Converter"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Shared\Html"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Shared\OLERead"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Shared\ZipArchive"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\DocProtect"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\Jc"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\JcTable"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\LineSpacingRule"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\NumberFormat"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\TblWidth"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\TextAlignment"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\VerticalJc"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\SimpleType\Zoom"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Border"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Cell"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Chart"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Extrusion"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Fill"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Font"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Frame"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Indentation"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Language"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Line"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\LineNumbering"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\ListItem"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Numbering"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\NumberingLevel"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Outline"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Paper"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Paragraph"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Row"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Section"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Shading"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Shadow"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Shape"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Spacing"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\TOC"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Tab"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\TablePosition"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Style\TextBox"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Template"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\TemplateProcessor"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Bookmark"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Container"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Endnote"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Footnote"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Link"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\ListItem"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\PageBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Text"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\TextBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\TextRun"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Element\Title"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Part\Body"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Part\Head"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Style\Font"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Style\Generic"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Style\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\HTML\Style\Paragraph"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\Container"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\Link"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\PageBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\Text"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\TextBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\TextRun"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Element\Title"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Part\Content"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Part\Manifest"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Part\Meta"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Part\Mimetype"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Part\Styles"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Style\Font"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Style\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Style\Paragraph"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Style\Section"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\ODText\Style\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\PDF"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\PDF\DomPDF"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\PDF\MPDF"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\PDF\TCPDF"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\Container"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\Field"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\Link"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\ListItem"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\PageBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\Text"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\TextBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\TextRun"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Element\Title"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Part\Document"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Part\Header"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Style\Border"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Style\Font"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Style\Indentation"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Style\Paragraph"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Style\Section"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\RTF\Style\Tab"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Bookmark"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Chart"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\CheckBox"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Container"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Endnote"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Field"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Footnote"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\FormField"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Line"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Link"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\ListItem"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\ListItemRun"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\OLEObject"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\PageBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\ParagraphAlignment"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\PreserveText"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\SDT"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Shape"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\TOC"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\TableAlignment"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Text"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\TextBox"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\TextBreak"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\TextRun"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Element\Title"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Chart"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Comments"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\ContentTypes"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\DocPropsApp"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\DocPropsCore"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\DocPropsCustom"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Document"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Endnotes"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\FontTable"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Footer"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Footnotes"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Header"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Numbering"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Rels"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\RelsDocument"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\RelsPart"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Settings"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Styles"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\Theme"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Part\WebSettings"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Cell"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Extrusion"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Fill"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Font"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Frame"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Image"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Indentation"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Line"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\LineNumbering"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\MarginBorder"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Outline"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Paragraph"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Row"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Section"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Shading"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Shadow"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Shape"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Spacing"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Tab"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\Table"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\TablePosition"; reason: unused.
  • Removed service "App\CmsBundle\Classes\PhpOffice\PhpWord\Writer\Word2007\Style\TextBox"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Postcode"; reason: unused.
  • Removed service "App\CmsBundle\Classes\QRcode"; reason: unused.
  • Removed service "App\CmsBundle\Classes\SqlFormatter"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Timer"; reason: unused.
  • Removed service "App\CmsBundle\Classes\Tinify"; reason: unused.
  • Removed service "App\CmsBundle\Classes\VideoUrlParser"; reason: unused.
  • Removed service "App\CmsBundle\CmsBundle"; reason: unused.
  • Removed service "App\CmsBundle\DependencyInjection\CmsExtension"; reason: unused.
  • Removed service "App\CmsBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Block"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Clientdomain"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Clientrequest"; reason: unused.
  • Removed service "App\CmsBundle\Entity\CronTask"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Event"; reason: unused.
  • Removed service "App\CmsBundle\Entity\EventTodo"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Integrations"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Ipcheck"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Language"; reason: unused.
  • Removed service "App\CmsBundle\Entity\LanguageToken"; reason: unused.
  • Removed service "App\CmsBundle\Entity\LanguageTranslation"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Layout"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Log"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Mail"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Media"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Mediadir"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Metatag"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Navigation"; reason: unused.
  • Removed service "App\CmsBundle\Entity\NavigationItem"; reason: unused.
  • Removed service "App\CmsBundle\Entity\PageBlock"; reason: unused.
  • Removed service "App\CmsBundle\Entity\PageBlockMedia"; reason: unused.
  • Removed service "App\CmsBundle\Entity\PageBlockWrapper"; reason: unused.
  • Removed service "App\CmsBundle\Entity\PageContent"; reason: unused.
  • Removed service "App\CmsBundle\Entity\PageMetatag"; reason: unused.
  • Removed service "App\CmsBundle\Entity\PageScore"; reason: unused.
  • Removed service "App\CmsBundle\Entity\PageVersion"; reason: unused.
  • Removed service "App\CmsBundle\Entity\ProfileField"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Settings"; reason: unused.
  • Removed service "App\CmsBundle\Entity\Tag"; reason: unused.
  • Removed service "App\CmsBundle\Entity\User"; reason: unused.
  • Removed service "App\CmsBundle\Entity\UserProfile"; reason: unused.
  • Removed service "App\CmsBundle\EventListener\ExceptionListener"; reason: unused.
  • Removed service "App\CmsBundle\EventListener\SecurityListener"; reason: unused.
  • Removed service "App\CmsBundle\EventListener\UserLocaleListener"; reason: unused.
  • Removed service "App\CmsBundle\Model\Version"; reason: unused.
  • Removed service "App\CmsBundle\Repository\ClientdomainRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\ClientrequestRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\CronTaskRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\EventRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\LanguageRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\LanguageTokenRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\LanguageTranslationRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\LogRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\MediaRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\MediadirRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\MetatagRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\PageBlockRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\PageBlockWrapperRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\PageRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\SettingsRepository"; reason: unused.
  • Removed service "App\CmsBundle\Repository\TagRepository"; reason: unused.
  • Removed service "App\CmsBundle\Routing\DBLoader"; reason: unused.
  • Removed service "App\CmsBundle\Routing\PageLoader"; reason: unused.
  • Removed service "App\CmsBundle\Security\AccessDeniedHandler"; reason: unused.
  • Removed service "App\CmsBundle\Service\PasswordEncoder"; reason: unused.
  • Removed service "App\CmsBundle\Tests\Controller\DefaultControllerTest"; reason: unused.
  • Removed service "App\CmsBundle\Util\DefaultCommands"; reason: unused.
  • Removed service "App\CmsBundle\Util\Pagespeed"; reason: unused.
  • Removed service "App\CmsBundle\Util\Util"; reason: unused.
  • Removed service "App\Entity\AccessToken"; reason: unused.
  • Removed service "App\Entity\AuthCode"; reason: unused.
  • Removed service "App\Entity\Client"; reason: unused.
  • Removed service "App\Entity\RefreshToken"; reason: unused.
  • Removed service "App\Trinity\ApiBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\Trinity\ApiBundle\DependencyInjection\TrinityApiExtension"; reason: unused.
  • Removed service "App\Trinity\ApiBundle\Entity\AccessToken"; reason: unused.
  • Removed service "App\Trinity\ApiBundle\Entity\AuthCode"; reason: unused.
  • Removed service "App\Trinity\ApiBundle\Entity\Client"; reason: unused.
  • Removed service "App\Trinity\ApiBundle\Entity\RefreshToken"; reason: unused.
  • Removed service "App\Trinity\ApiBundle\TrinityApiBundle"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Classes\Indexer"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Classes\Metadata"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\DependencyInjection\TrinityBlogExtension"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Entity\Blog"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Entity\Category"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Entity\Entry"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Entity\GptAction"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Entity\Mailreply"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Entity\Metatag"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Entity\Reply"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Repository\BlogRepository"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Repository\EntryMetatagRepository"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Repository\EntryRepository"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Repository\ReplyRepository"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Routing\ExtraLoader"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\Tests\Controller\DefaultControllerTest"; reason: unused.
  • Removed service "App\Trinity\BlogBundle\TrinityBlogBundle"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\Classes\Indexer"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\DependencyInjection\TrinityFaqExtension"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\Entity\Chapter"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\Entity\Entry"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\Entity\Faq"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\Repository\FaqRepository"; reason: unused.
  • Removed service "App\Trinity\FaqBundle\TrinityFaqBundle"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\DependencyInjection\TrinityFormsExtension"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Entity\Answer"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Entity\Form"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Entity\Metatag"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Entity\Question"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Entity\Session"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Repository\AnswerRepository"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Repository\FormRepository"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\Tests\Controller\DefaultControllerTest"; reason: unused.
  • Removed service "App\Trinity\FormsBundle\TrinityFormsBundle"; reason: unused.
  • Removed service "App\Trinity\SearchBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\Trinity\SearchBundle\DependencyInjection\TrinitySearchExtension"; reason: unused.
  • Removed service "App\Trinity\SearchBundle\Entity\SearchIndex"; reason: unused.
  • Removed service "App\Trinity\SearchBundle\Repository\IndexRepository"; reason: unused.
  • Removed service "App\Trinity\SearchBundle\TrinitySearchBundle"; reason: unused.
  • Removed service "App\Trinity\SliderBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\Trinity\SliderBundle\DependencyInjection\TrinitySliderExtension"; reason: unused.
  • Removed service "App\Trinity\SliderBundle\Entity\Entry"; reason: unused.
  • Removed service "App\Trinity\SliderBundle\Entity\Slider"; reason: unused.
  • Removed service "App\Trinity\SliderBundle\Repository\EntryRepository"; reason: unused.
  • Removed service "App\Trinity\SliderBundle\Tests\Controller\DefaultControllerTest"; reason: unused.
  • Removed service "App\Trinity\SliderBundle\TrinitySliderBundle"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\Cyclesoftware"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\Delivery\Postnl"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\GiftcardPdf"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\Indexer"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\InvoiceIdProvider"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\MobileDetect"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\Pdf"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\Pexels"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\Picqer"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Classes\Sendcloud"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\DependencyInjection\TrinityWebshopExtension"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Address"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\B2bPricelist"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\B2bPricelistCategory"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\B2bPricelistProduct"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\B2bPricelistUser"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\B2bPricelistUserGroup"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Brand"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Cart"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\CartProduct"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Category"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\CategoryProduct"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Credit"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\CreditProduct"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Currency"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Customer"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\DeliveryMethod"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Discount"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\DiscountCode"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Event"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\GiftCard"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\GiftCardModel"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Invoice"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\InvoiceProduct"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Ledger"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Mail"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\MailTemplate"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Mailhistory"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Moneybird"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Order"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\OrderHistory"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\OrderNote"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\OrderPayment"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\OrderProduct"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\OrderStatus"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\PaymentMethod"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Pricelist"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Product"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\ProductFile"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\ProductFileDownload"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\ProductFilter"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\ProductGroup"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\ProductHistory"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\ProductList"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Promotion"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\PromotionPopup"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Review"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\SavedSearch"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Settings"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Spec"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\SpecGroup"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\SpecValue"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Tag"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\TagDisplay"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Tax"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\User"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\UserGroup"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\UserNote"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\Webshop"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Entity\WebshopProduct"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\CartRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\CategoryRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\CreditRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\CustomerRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\DeliveryMethodRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\InvoiceRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\OrderRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\PageRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\ProductFilterRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\ProductRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\ReviewRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\SpecRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\SpecValueRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\UserGroupRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\UserRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Repository\WebshopRepository"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Routing\ExtraLoader"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Trigger\CustomerTrigger"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Trigger\OrderTrigger"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\Trigger\ProductTrigger"; reason: unused.
  • Removed service "App\Trinity\WebshopBundle\TrinityWebshopBundle"; reason: unused.
  • Removed service "TrinityApiBundle_inflector"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "Http\Client\HttpClient"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "lock.strategy.majority"; reason: unused.
  • Removed service ".lock.default.store.TTEh_gT"; reason: unused.
  • Removed service "lock.default.factory"; reason: unused.
  • Removed service "lock.default"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.channel.push"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "chatter.transports"; reason: unused.
  • Removed service "chatter.transport_factory"; reason: unused.
  • Removed service "chatter.messenger.chat_handler"; reason: unused.
  • Removed service "texter.transports"; reason: unused.
  • Removed service "texter.transport_factory"; reason: unused.
  • Removed service "texter.messenger.sms_handler"; reason: unused.
  • Removed service "texter.messenger.push_handler"; reason: unused.
  • Removed service "notifier.transport_factory.null"; reason: unused.
  • Removed service "notifier.admin_recipient.0"; reason: unused.
  • Removed service "qipsius.tcpdf"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication_utils"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.authentication.retry_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.user_providers"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.provider"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.listener"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; 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~WXQg..f"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "trinity.crontask_default"; reason: unused.
  • Removed service "trinity.auth_handler"; reason: unused.
  • Removed service "app.show_blog"; reason: unused.
  • Removed service "webshop.invoice_id_provider"; reason: unused.
  • Removed service "scheb_two_factor.null_trusted_device_manager"; reason: unused.
  • Removed service "scheb_two_factor.null_backup_code_manager"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.logger.lock"; reason: unused.
  • Removed service ".service_locator.mx0UMmY.TrinityApiBundle_show"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.UkE3SaZ"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
406
  • Inlined service ".service_locator.u9KuSDP.App\CmsBundle\Controller\ApiController" to "App\CmsBundle\Controller\ApiController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\CalendarController" to "App\CmsBundle\Controller\CalendarController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\CommandcontrolController" to "App\CmsBundle\Controller\CommandcontrolController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\CronTaskController" to "App\CmsBundle\Controller\CronTaskController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\DefaultController" to "App\CmsBundle\Controller\DefaultController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\ErrorController" to "App\CmsBundle\Controller\ErrorController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\IntegrationsController" to "App\CmsBundle\Controller\IntegrationsController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\JsonController" to "App\CmsBundle\Controller\JsonController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\LinkController" to "App\CmsBundle\Controller\LinkController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\LoginController" to "App\CmsBundle\Controller\LoginController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\MailController" to "App\CmsBundle\Controller\MailController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\MaintenanceController" to "App\CmsBundle\Controller\MaintenanceController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\MediaController" to "App\CmsBundle\Controller\MediaController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\MetadataController" to "App\CmsBundle\Controller\MetadataController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\MonitorController" to "App\CmsBundle\Controller\MonitorController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\MultisiteController" to "App\CmsBundle\Controller\MultisiteController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\NavigationController" to "App\CmsBundle\Controller\NavigationController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\PageController" to "App\CmsBundle\Controller\PageController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\RedirectsController" to "App\CmsBundle\Controller\RedirectsController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\SettingsController" to "App\CmsBundle\Controller\SettingsController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\SitemapController" to "App\CmsBundle\Controller\SitemapController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\StorageController" to "App\CmsBundle\Controller\StorageController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\SystemController" to "App\CmsBundle\Controller\SystemController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\TagController" to "App\CmsBundle\Controller\TagController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\TrashController" to "App\CmsBundle\Controller\TrashController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\UpdateController" to "App\CmsBundle\Controller\UpdateController".
  • Inlined service ".service_locator.mx0UMmY.App\CmsBundle\Controller\UsersController" to "App\CmsBundle\Controller\UsersController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\ApiBundle\Controller\AdminController" to "App\Trinity\ApiBundle\Controller\AdminController".
  • Inlined service ".service_locator.u9KuSDP.App\Trinity\ApiBundle\Controller\DefaultController" to "App\Trinity\ApiBundle\Controller\DefaultController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\BlogBundle\Controller\BlogController" to "App\Trinity\BlogBundle\Controller\BlogController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\BlogBundle\Controller\EntryController" to "App\Trinity\BlogBundle\Controller\EntryController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\FaqBundle\Controller\ChapterController" to "App\Trinity\FaqBundle\Controller\ChapterController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\FaqBundle\Controller\EntryController" to "App\Trinity\FaqBundle\Controller\EntryController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\FaqBundle\Controller\FaqController" to "App\Trinity\FaqBundle\Controller\FaqController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\FormsBundle\Controller\FormsController" to "App\Trinity\FormsBundle\Controller\FormsController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\SearchBundle\Controller\SearchController" to "App\Trinity\SearchBundle\Controller\SearchController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\SliderBundle\Controller\EntryController" to "App\Trinity\SliderBundle\Controller\EntryController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\SliderBundle\Controller\SliderController" to "App\Trinity\SliderBundle\Controller\SliderController".
  • Inlined service ".service_locator.u9KuSDP.App\Trinity\WebshopBundle\Controller\ApiController" to "App\Trinity\WebshopBundle\Controller\ApiController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\B2bController" to "App\Trinity\WebshopBundle\Controller\B2bController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\B2bPricelistController" to "App\Trinity\WebshopBundle\Controller\B2bPricelistController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\B2bUserGroupController" to "App\Trinity\WebshopBundle\Controller\B2bUserGroupController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\CartController" to "App\Trinity\WebshopBundle\Controller\CartController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\CartsController" to "App\Trinity\WebshopBundle\Controller\CartsController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\CategoriesController" to "App\Trinity\WebshopBundle\Controller\CategoriesController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\ChannableController" to "App\Trinity\WebshopBundle\Controller\ChannableController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\CheckoutController" to "App\Trinity\WebshopBundle\Controller\CheckoutController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\ConfigController" to "App\Trinity\WebshopBundle\Controller\ConfigController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\CreditController" to "App\Trinity\WebshopBundle\Controller\CreditController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\CustomersController" to "App\Trinity\WebshopBundle\Controller\CustomersController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\DefaultController" to "App\Trinity\WebshopBundle\Controller\DefaultController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\DeliveryController" to "App\Trinity\WebshopBundle\Controller\DeliveryController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\DiscountController" to "App\Trinity\WebshopBundle\Controller\DiscountController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\EventsController" to "App\Trinity\WebshopBundle\Controller\EventsController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController" to "App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\ExtraController" to "App\Trinity\WebshopBundle\Controller\ExtraController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\FeedController" to "App\Trinity\WebshopBundle\Controller\FeedController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\FrontController" to "App\Trinity\WebshopBundle\Controller\FrontController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\GiftcardController" to "App\Trinity\WebshopBundle\Controller\GiftcardController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\InvoiceController" to "App\Trinity\WebshopBundle\Controller\InvoiceController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\LedgerController" to "App\Trinity\WebshopBundle\Controller\LedgerController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\MailController" to "App\Trinity\WebshopBundle\Controller\MailController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\MediaController" to "App\Trinity\WebshopBundle\Controller\MediaController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\OrdersController" to "App\Trinity\WebshopBundle\Controller\OrdersController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\PicqerController" to "App\Trinity\WebshopBundle\Controller\PicqerController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\PricingController" to "App\Trinity\WebshopBundle\Controller\PricingController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\ProductGroupController" to "App\Trinity\WebshopBundle\Controller\ProductGroupController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\ProductsController" to "App\Trinity\WebshopBundle\Controller\ProductsController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\PromotionsController" to "App\Trinity\WebshopBundle\Controller\PromotionsController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\ReportController" to "App\Trinity\WebshopBundle\Controller\ReportController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\SearchController" to "App\Trinity\WebshopBundle\Controller\SearchController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\SpecsController" to "App\Trinity\WebshopBundle\Controller\SpecsController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\TagController" to "App\Trinity\WebshopBundle\Controller\TagController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\TagDisplayController" to "App\Trinity\WebshopBundle\Controller\TagDisplayController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\TaxController" to "App\Trinity\WebshopBundle\Controller\TaxController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\UserGroupController" to "App\Trinity\WebshopBundle\Controller\UserGroupController".
  • Inlined service ".service_locator.mx0UMmY.App\Trinity\WebshopBundle\Controller\WebshopController" to "App\Trinity\WebshopBundle\Controller\WebshopController".
  • 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.O1JVEec" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service ".service_locator.z8i6jCx" 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.wSgjnB6.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.db" to "routing.resolver".
  • Inlined service "webshop.loader" 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.XWmhzGa" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
  • Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" 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.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.backed_enum" 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.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "session.handler.native_file" to "session.storage.native".
  • Inlined service ".service_locator.ZOHvDA0" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.2U4PIw9" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.l6ELYLY" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "notifier.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service ".security.request_matcher.rzCRKru" to "security.access_map".
  • Inlined service ".security.request_matcher.lnesEJh" to "security.access_map".
  • Inlined service ".security.request_matcher.K__366D" to "security.access_map".
  • Inlined service ".security.request_matcher.hjfGJfd" 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.v5R7GXW" to "security.access_map".
  • Inlined service ".security.request_matcher.yqVskfj" to "security.access_map".
  • Inlined service ".security.request_matcher.lhMYeNx" to "security.access_map".
  • Inlined service ".security.request_matcher.muPyjRU" to "security.access_map".
  • Inlined service ".security.request_matcher.G_Y0sic" to "security.access_map".
  • Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.oauth_token" to "security.firewall.map.context.oauth_token".
  • Inlined service "fos_oauth_server.security.entry_point" to "security.exception_listener.api".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.authentication.success_handler.admin_secured_area.form_login" to "security.authentication.listener.form.admin_secured_area".
  • Inlined service "security.authentication.failure_handler.admin_secured_area.form_login" to "security.authentication.listener.form.admin_secured_area".
  • Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.admin_secured_area".
  • Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.admin_secured_area".
  • Inlined service "security.authentication.success_handler.two_factor.admin_secured_area" to "security.authentication.listener.two_factor.admin_secured_area".
  • Inlined service "security.authentication.failure_handler.two_factor.admin_secured_area" to "security.authentication.listener.two_factor.admin_secured_area".
  • Inlined service "scheb_two_factor.null_csrf_token_manager" to "security.authentication.listener.two_factor.admin_secured_area".
  • Inlined service "security.authentication.form_entry_point.admin_secured_area" to "security.exception_listener.admin_secured_area".
  • Inlined service "security.exception_listener.admin_secured_area" to "security.firewall.map.context.admin_secured_area".
  • Inlined service "security.logout_listener.admin_secured_area" to "security.firewall.map.context.admin_secured_area".
  • Inlined service "security.firewall.map.config.admin_secured_area" to "security.firewall.map.context.admin_secured_area".
  • Inlined service "security.authentication.success_handler.user_secured_area.form_login" to "security.authentication.listener.form.user_secured_area".
  • Inlined service "security.authentication.failure_handler.user_secured_area.form_login" to "security.authentication.listener.form.user_secured_area".
  • Inlined service "security.authentication.form_entry_point.user_secured_area" to "security.exception_listener.user_secured_area".
  • Inlined service "security.exception_listener.user_secured_area" to "security.firewall.map.context.user_secured_area".
  • Inlined service "security.logout_listener.user_secured_area" to "security.firewall.map.context.user_secured_area".
  • Inlined service "security.firewall.map.config.user_secured_area" to "security.firewall.map.context.user_secured_area".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • 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 "fos_oauth_server.storage.default" to "fos_oauth_server.server".
  • Inlined service "fos_oauth_server.authorize.form.handler.default" to "fos_oauth_server.controller.authorize".
  • Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • 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.aNklfos.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 "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\CmsBundle\Twig\Extension\Helpers" to "twig".
  • Inlined service "App\CmsBundle\Twig\Extension\PageInfo" to "twig".
  • Inlined service "App\CmsBundle\Twig\Extension\PageNavigation" to "twig".
  • Inlined service "App\Trinity\BlogBundle\Twig\Extension\Timeago" to "twig".
  • Inlined service "App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension" to "twig".
  • Inlined service "App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension" to "twig".
  • Inlined service "App\Trinity\WebshopBundle\Twig\Extension\CountryExtension" to "twig".
  • Inlined service "App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension" to "twig".
  • Inlined service "App\Trinity\WebshopBundle\Twig\Extension\Timeago" to "twig".
  • Inlined service "App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension" to "twig".
  • Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "cocur_slugify.twig.slugify" to "twig".
  • Inlined service "twig.extension.intl" to "twig".
  • Inlined service "twig.extension.string" 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 "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • 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 "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.bBRwv06" 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.fTv3ClE" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "web_profiler.csp.handler" to "web_profiler.controller.profiler".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "cocur_slugify" to "cocur_slugify.twig.slugify".
  • Inlined service "Sentry\Options" to "Sentry\ClientBuilderInterface".
  • Inlined service "Sentry\ClientBuilderInterface" to "Sentry\ClientInterface".
  • Inlined service "Sentry\ClientInterface" to "Sentry\State\HubInterface".
  • Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
  • Inlined service "scheb_two_factor.default_handler_condition" to "scheb_two_factor.condition_handler".
  • Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
  • Inlined service "scheb_two_factor.trusted_jwt_encoder" to "scheb_two_factor.trusted_token_encoder".
  • Inlined service "scheb_two_factor.trusted_token_encoder" to "scheb_two_factor.trusted_token_storage".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.authentication.provider.fos_oauth_server.api.two_factor_decorator.inner" to "security.authentication.provider.fos_oauth_server.api.two_factor_decorator".
  • Inlined service "security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator.inner" to "security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator".
  • Inlined service "security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator.inner" to "security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator".
  • Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
  • Inlined service ".service_locator.OSH1YoD" to ".service_locator.OSH1YoD.router.default".
  • Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
  • Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.2jFkM34" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.OSH1YoD.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "fos_rest.serializer.symfony" to "fos_rest.view_handler".
  • Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
1
  • Tag "scheb_two_factor.access_listener" was defined on service(s) "security.authentication.access_listener.two_factor.admin_secured_area", but was never used.