GET https://staging.rooferscoffeeshop.com/post/difference-class-class-b-roof

Log Messages

Level (7)
Channel (4)
Time Message
deprecation User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: The Sonata\Doctrine\Bridge\Symfony\SonataDoctrineSymfonyBundle class is deprecated since sonata-project/doctrine-extensions 1.17, to be removed in version 2.0. Use Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle instead.
deprecation User Deprecated: The Sonata\Twig\Bridge\Symfony\SonataTwigSymfonyBundle class is deprecated since sonata-project/twig-extensions 1.10, to be removed in version 2.0. Use Sonata\Twig\Bridge\Symfony\SonataTwigBundle instead.
info Matched route
"post_master"
.
deprecation User Deprecated: Using XML mapping driver with XSD validation disabled is deprecated and will not be supported in Doctrine ORM 3.0. (XmlDriver.php:64 called by SimplifiedXmlDriver.php:23, https://github.com/doctrine/orm/pull/6728, package doctrine/orm)
deprecation User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
deprecation User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement.
deprecation User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement.
deprecation User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:69 called by App_KernelDevDebugContainer.php:1117, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
deprecation User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:80 called by App_KernelDevDebugContainer.php:1117, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
deprecation User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:51 called by App_KernelDevDebugContainer.php:1137, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
deprecation User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:81 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
deprecation Deprecated: App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
deprecation User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Deprecated: App\Entity\PurchaseItem implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
deprecation User Deprecated: Since symfony/var-exporter 6.4: Per-property lazy-initializers are deprecated and won't be supported anymore in 7.0, use an object initializer instead.
deprecation Deprecated: App\Entity\Product implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
info Connecting with parameters
[
  "driver" => "pdo_mysql"
  "charset" => "utf8mb4"
  "host" => "127.0.0.1"
  "port" => 3306
  "user" => "roofers_stgusr"
  "password" => "<redacted>"
  "driverOptions" => []
  "serverVersion" => "5.7"
  "defaultTableOptions" => [
    "charset" => "utf8mb4"
    "collate" => "utf8mb4_unicode_ci"
  ]
  "dbname" => "roofers_staging2"
]
deprecation Deprecated: App\Entity\Coupon implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
deprecation Deprecated: Proxies\__CG__\App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
deprecation User Deprecated: Doctrine\DBAL\Statement::execute() is deprecated, use Statement::executeQuery() or Statement::executeStatement() instead (Statement.php:176 called by ContentHelper.php:2794, https://github.com/doctrine/dbal/pull/4580, package doctrine/dbal)
deprecation User Deprecated: Passing $params to Statement::execute() is deprecated. Bind parameters using Statement::bindParam() or Statement::bindValue() instead. (Statement.php:125 called by AbstractStatementMiddleware.php:69, https://github.com/doctrine/dbal/pull/5556, package doctrine/dbal)
deprecation User Deprecated: Doctrine\DBAL\Result::fetchAll is deprecated, please use fetchAllNumeric(), fetchAllAssociative() or fetchFirstColumn() instead. (Result.php:318 called by ContentHelper.php:2795, https://github.com/doctrine/dbal/pull/4007, package doctrine/dbal)
deprecation User Deprecated: Passing non-Order enum values to Doctrine\Common\Collections\Criteria::orderBy() is deprecated. Pass Order enum values instead. (Criteria.php:215 called by native code:0, https://github.com/doctrine/collections/pull/389, package doctrine/collections)
deprecation User Deprecated: Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
deprecation User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
deprecation Deprecated: current(): Calling current() on an object is deprecated
deprecation User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.

There are no log messages.

Container Compilation Logs (1885)

Log messages generated during the compilation of the service container.
Messages Class
365
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AggregateAdAnalyticsCommand" (parent: .abstract.instanceof.App\Command\AggregateAdAnalyticsCommand).
  • Resolving inheritance for "App\Command\AggregateAdAnalyticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AggregateAdAnalyticsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AggregateAnalyticsCommand" (parent: .abstract.instanceof.App\Command\AggregateAnalyticsCommand).
  • Resolving inheritance for "App\Command\AggregateAnalyticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AggregateAnalyticsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixContentViewsCommand" (parent: .abstract.instanceof.App\Command\FixContentViewsCommand).
  • Resolving inheritance for "App\Command\FixContentViewsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixContentViewsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePublishedExpiredContentCommand" (parent: .abstract.instanceof.App\Command\UpdatePublishedExpiredContentCommand).
  • Resolving inheritance for "App\Command\UpdatePublishedExpiredContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePublishedExpiredContentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePurchaseItemsCommand" (parent: .abstract.instanceof.App\Command\UpdatePurchaseItemsCommand).
  • Resolving inheritance for "App\Command\UpdatePurchaseItemsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePurchaseItemsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\AuthController" (parent: .abstract.instanceof.App\Controller\AAR\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\AuthController).
  • Resolving inheritance for "App\Controller\AAR\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\CategoryController" (parent: .abstract.instanceof.App\Controller\AAR\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\CategoryController).
  • Resolving inheritance for "App\Controller\AAR\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\ContentController" (parent: .abstract.instanceof.App\Controller\AAR\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\ContentController).
  • Resolving inheritance for "App\Controller\AAR\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\DefaultController" (parent: .abstract.instanceof.App\Controller\AAR\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\DefaultController).
  • Resolving inheritance for "App\Controller\AAR\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\RssController" (parent: .abstract.instanceof.App\Controller\AAR\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\RssController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\RssController).
  • Resolving inheritance for "App\Controller\AAR\RssController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\ZCatchAllController" (parent: .abstract.instanceof.App\Controller\AAR\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\ZCatchAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\ZCatchAllController).
  • Resolving inheritance for "App\Controller\AAR\ZCatchAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\AuthController" (parent: .abstract.instanceof.App\Controller\CCS\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\AuthController).
  • Resolving inheritance for "App\Controller\CCS\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\CategoryController" (parent: .abstract.instanceof.App\Controller\CCS\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\CategoryController).
  • Resolving inheritance for "App\Controller\CCS\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\ContentController" (parent: .abstract.instanceof.App\Controller\CCS\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\ContentController).
  • Resolving inheritance for "App\Controller\CCS\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\DefaultController" (parent: .abstract.instanceof.App\Controller\CCS\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\DefaultController).
  • Resolving inheritance for "App\Controller\CCS\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\RssController" (parent: .abstract.instanceof.App\Controller\CCS\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\RssController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\RssController).
  • Resolving inheritance for "App\Controller\CCS\RssController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\ZCatchAllController" (parent: .abstract.instanceof.App\Controller\CCS\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\ZCatchAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\ZCatchAllController).
  • Resolving inheritance for "App\Controller\CCS\ZCatchAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\AuthController" (parent: .abstract.instanceof.App\Controller\MCS\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\AuthController).
  • Resolving inheritance for "App\Controller\MCS\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\CategoryController" (parent: .abstract.instanceof.App\Controller\MCS\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\CategoryController).
  • Resolving inheritance for "App\Controller\MCS\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\ContentController" (parent: .abstract.instanceof.App\Controller\MCS\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\ContentController).
  • Resolving inheritance for "App\Controller\MCS\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\DefaultController" (parent: .abstract.instanceof.App\Controller\MCS\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\DefaultController).
  • Resolving inheritance for "App\Controller\MCS\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\RssController" (parent: .abstract.instanceof.App\Controller\MCS\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\RssController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\RssController).
  • Resolving inheritance for "App\Controller\MCS\RssController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\ZCatchAllController" (parent: .abstract.instanceof.App\Controller\MCS\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\ZCatchAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\ZCatchAllController).
  • Resolving inheritance for "App\Controller\MCS\ZCatchAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\ContentController" (parent: .abstract.instanceof.App\Controller\Master\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\ContentController).
  • Resolving inheritance for "App\Controller\Master\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\DefaultController" (parent: .abstract.instanceof.App\Controller\Master\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\DefaultController).
  • Resolving inheritance for "App\Controller\Master\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\SitemapController" (parent: .abstract.instanceof.App\Controller\Master\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\SitemapController).
  • Resolving inheritance for "App\Controller\Master\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\ZCatchAllController" (parent: .abstract.instanceof.App\Controller\Master\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\ZCatchAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\ZCatchAllController).
  • Resolving inheritance for "App\Controller\Master\ZCatchAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\AnalyticsDashboardController" (parent: .abstract.instanceof.App\Controller\RCS\AnalyticsDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\AnalyticsDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\AnalyticsDashboardController).
  • Resolving inheritance for "App\Controller\RCS\AnalyticsDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\AnalyticsDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\AuthController" (parent: .abstract.instanceof.App\Controller\RCS\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\AuthController).
  • Resolving inheritance for "App\Controller\RCS\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\CategoryController" (parent: .abstract.instanceof.App\Controller\RCS\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\CategoryController).
  • Resolving inheritance for "App\Controller\RCS\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ContentController" (parent: .abstract.instanceof.App\Controller\RCS\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ContentController).
  • Resolving inheritance for "App\Controller\RCS\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\DefaultController" (parent: .abstract.instanceof.App\Controller\RCS\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\DefaultController).
  • Resolving inheritance for "App\Controller\RCS\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ProductController" (parent: .abstract.instanceof.App\Controller\RCS\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ProductController).
  • Resolving inheritance for "App\Controller\RCS\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\RssController" (parent: .abstract.instanceof.App\Controller\RCS\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\RssController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\RssController).
  • Resolving inheritance for "App\Controller\RCS\RssController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\RssController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\UserDashboardController" (parent: .abstract.instanceof.App\Controller\RCS\UserDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\UserDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\UserDashboardController).
  • Resolving inheritance for "App\Controller\RCS\UserDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\UserDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ZCatchAllController" (parent: .abstract.instanceof.App\Controller\RCS\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ZCatchAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ZCatchAllController).
  • Resolving inheritance for "App\Controller\RCS\ZCatchAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ZCatchAllController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\AdCRUDController" (parent: .abstract.instanceof.App\Controller\Sonata\AdCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\AdCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\AdCRUDController).
  • Resolving inheritance for "App\Controller\Sonata\AdCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\AdCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\ContentCRUDController" (parent: .abstract.instanceof.App\Controller\Sonata\ContentCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\ContentCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\ContentCRUDController).
  • Resolving inheritance for "App\Controller\Sonata\ContentCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\ContentCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\CustomAdminController" (parent: .abstract.instanceof.App\Controller\Sonata\CustomAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\CustomAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\CustomAdminController).
  • Resolving inheritance for "App\Controller\Sonata\CustomAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\CustomAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\CustomerCRUDController" (parent: .abstract.instanceof.App\Controller\Sonata\CustomerCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\CustomerCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\CustomerCRUDController).
  • Resolving inheritance for "App\Controller\Sonata\CustomerCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\CustomerCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\EmbeddedCRUDController" (parent: .abstract.instanceof.App\Controller\Sonata\EmbeddedCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\EmbeddedCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\EmbeddedCRUDController).
  • Resolving inheritance for "App\Controller\Sonata\EmbeddedCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\EmbeddedCRUDController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectoryLeadType" (parent: .abstract.instanceof.App\Form\DirectoryLeadType).
  • Resolving inheritance for "App\Form\DirectoryLeadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectoryLeadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignInType" (parent: .abstract.instanceof.App\Form\SignInType).
  • Resolving inheritance for "App\Form\SignInType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignInType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignUpType" (parent: .abstract.instanceof.App\Form\SignUpType).
  • Resolving inheritance for "App\Form\SignUpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignUpType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommentType" (parent: .abstract.instanceof.App\Form\Type\CommentType).
  • Resolving inheritance for "App\Form\Type\CommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentAdminType" (parent: .abstract.instanceof.App\Form\Type\ContentAdminType).
  • Resolving inheritance for "App\Form\Type\ContentAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentAdminType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentMetaType" (parent: .abstract.instanceof.App\Form\Type\ContentMetaType).
  • Resolving inheritance for "App\Form\Type\ContentMetaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentMetaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentType" (parent: .abstract.instanceof.App\Form\Type\ContentType).
  • Resolving inheritance for "App\Form\Type\ContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerAddressType" (parent: .abstract.instanceof.App\Form\Type\CustomerAddressType).
  • Resolving inheritance for "App\Form\Type\CustomerAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerAddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerPhoneType" (parent: .abstract.instanceof.App\Form\Type\CustomerPhoneType).
  • Resolving inheritance for "App\Form\Type\CustomerPhoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerPhoneType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerType" (parent: .abstract.instanceof.App\Form\Type\CustomerType).
  • Resolving inheritance for "App\Form\Type\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LeadType" (parent: .abstract.instanceof.App\Form\Type\LeadType).
  • Resolving inheritance for "App\Form\Type\LeadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LeadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MediaGroupItemType" (parent: .abstract.instanceof.App\Form\Type\MediaGroupItemType).
  • Resolving inheritance for "App\Form\Type\MediaGroupItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MediaGroupItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MenuItemType" (parent: .abstract.instanceof.App\Form\Type\MenuItemType).
  • Resolving inheritance for "App\Form\Type\MenuItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MenuItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType" (parent: .abstract.instanceof.App\Form\Type\TagType).
  • Resolving inheritance for "App\Form\Type\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserMetaType" (parent: .abstract.instanceof.App\Form\Type\UserMetaType).
  • Resolving inheritance for "App\Form\Type\UserMetaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserMetaType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdAnalyticsDailyRepository" (parent: .abstract.instanceof.App\Repository\AdAnalyticsDailyRepository).
  • Resolving inheritance for "App\Repository\AdAnalyticsDailyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdAnalyticsDailyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdClickRepository" (parent: .abstract.instanceof.App\Repository\AdClickRepository).
  • Resolving inheritance for "App\Repository\AdClickRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdClickRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdImpressionRepository" (parent: .abstract.instanceof.App\Repository\AdImpressionRepository).
  • Resolving inheritance for "App\Repository\AdImpressionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdImpressionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPinRepository" (parent: .abstract.instanceof.App\Repository\AdPinRepository).
  • Resolving inheritance for "App\Repository\AdPinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPinRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPriorityRepository" (parent: .abstract.instanceof.App\Repository\AdPriorityRepository).
  • Resolving inheritance for "App\Repository\AdPriorityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPriorityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
  • Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository" (parent: .abstract.instanceof.App\Repository\CommentRepository).
  • Resolving inheritance for "App\Repository\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactNoteRepository" (parent: .abstract.instanceof.App\Repository\ContactNoteRepository).
  • Resolving inheritance for "App\Repository\ContactNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactNoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
  • Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentAnalyticsCorrectionDailyRepository" (parent: .abstract.instanceof.App\Repository\ContentAnalyticsCorrectionDailyRepository).
  • Resolving inheritance for "App\Repository\ContentAnalyticsCorrectionDailyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentAnalyticsCorrectionDailyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentAnalyticsDailyRepository" (parent: .abstract.instanceof.App\Repository\ContentAnalyticsDailyRepository).
  • Resolving inheritance for "App\Repository\ContentAnalyticsDailyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentAnalyticsDailyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentImpressionRepository" (parent: .abstract.instanceof.App\Repository\ContentImpressionRepository).
  • Resolving inheritance for "App\Repository\ContentImpressionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentImpressionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentLinkClickRepository" (parent: .abstract.instanceof.App\Repository\ContentLinkClickRepository).
  • Resolving inheritance for "App\Repository\ContentLinkClickRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentLinkClickRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentMetaRepository" (parent: .abstract.instanceof.App\Repository\ContentMetaRepository).
  • Resolving inheritance for "App\Repository\ContentMetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentMetaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository" (parent: .abstract.instanceof.App\Repository\ContentRepository).
  • Resolving inheritance for "App\Repository\ContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTagRepository" (parent: .abstract.instanceof.App\Repository\ContentTagRepository).
  • Resolving inheritance for "App\Repository\ContentTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentViewRepository" (parent: .abstract.instanceof.App\Repository\ContentViewRepository).
  • Resolving inheritance for "App\Repository\ContentViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentViewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CouponRepository" (parent: .abstract.instanceof.App\Repository\CouponRepository).
  • Resolving inheritance for "App\Repository\CouponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CouponRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerAddressRepository" (parent: .abstract.instanceof.App\Repository\CustomerAddressRepository).
  • Resolving inheritance for "App\Repository\CustomerAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerAddressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerMetaRepository" (parent: .abstract.instanceof.App\Repository\CustomerMetaRepository).
  • Resolving inheritance for "App\Repository\CustomerMetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerMetaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerPhoneRepository" (parent: .abstract.instanceof.App\Repository\CustomerPhoneRepository).
  • Resolving inheritance for "App\Repository\CustomerPhoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerPhoneRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerSiteLevelRepository" (parent: .abstract.instanceof.App\Repository\CustomerSiteLevelRepository).
  • Resolving inheritance for "App\Repository\CustomerSiteLevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerSiteLevelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerWebsiteRepository" (parent: .abstract.instanceof.App\Repository\CustomerWebsiteRepository).
  • Resolving inheritance for "App\Repository\CustomerWebsiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerWebsiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainBlacklistRepository" (parent: .abstract.instanceof.App\Repository\DomainBlacklistRepository).
  • Resolving inheritance for "App\Repository\DomainBlacklistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainBlacklistRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldOptionRepository" (parent: .abstract.instanceof.App\Repository\FormFieldOptionRepository).
  • Resolving inheritance for "App\Repository\FormFieldOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldRepository" (parent: .abstract.instanceof.App\Repository\FormFieldRepository).
  • Resolving inheritance for "App\Repository\FormFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormRepository" (parent: .abstract.instanceof.App\Repository\FormRepository).
  • Resolving inheritance for "App\Repository\FormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HootsuiteMessageRepository" (parent: .abstract.instanceof.App\Repository\HootsuiteMessageRepository).
  • Resolving inheritance for "App\Repository\HootsuiteMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HootsuiteMessageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HootsuiteSocialProfileRepository" (parent: .abstract.instanceof.App\Repository\HootsuiteSocialProfileRepository).
  • Resolving inheritance for "App\Repository\HootsuiteSocialProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HootsuiteSocialProfileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadRepository" (parent: .abstract.instanceof.App\Repository\LeadRepository).
  • Resolving inheritance for "App\Repository\LeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkRepository" (parent: .abstract.instanceof.App\Repository\LinkRepository).
  • Resolving inheritance for "App\Repository\LinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupContainerRepository" (parent: .abstract.instanceof.App\Repository\MediaGroupContainerRepository).
  • Resolving inheritance for "App\Repository\MediaGroupContainerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupContainerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupItemRepository" (parent: .abstract.instanceof.App\Repository\MediaGroupItemRepository).
  • Resolving inheritance for "App\Repository\MediaGroupItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupRepository" (parent: .abstract.instanceof.App\Repository\MediaGroupRepository).
  • Resolving inheritance for "App\Repository\MediaGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository" (parent: .abstract.instanceof.App\Repository\MediaRepository).
  • Resolving inheritance for "App\Repository\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MegaMenuRepository" (parent: .abstract.instanceof.App\Repository\MegaMenuRepository).
  • Resolving inheritance for "App\Repository\MegaMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MegaMenuRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemRepository" (parent: .abstract.instanceof.App\Repository\MenuItemRepository).
  • Resolving inheritance for "App\Repository\MenuItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository" (parent: .abstract.instanceof.App\Repository\MenuRepository).
  • Resolving inheritance for "App\Repository\MenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OldEventsRepository" (parent: .abstract.instanceof.App\Repository\OldEventsRepository).
  • Resolving inheritance for "App\Repository\OldEventsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OldEventsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollOptionRepository" (parent: .abstract.instanceof.App\Repository\PollOptionRepository).
  • Resolving inheritance for "App\Repository\PollOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollRepository" (parent: .abstract.instanceof.App\Repository\PollRepository).
  • Resolving inheritance for "App\Repository\PollRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollResponseRepository" (parent: .abstract.instanceof.App\Repository\PollResponseRepository).
  • Resolving inheritance for "App\Repository\PollResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollResponseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionRepository" (parent: .abstract.instanceof.App\Repository\ProductOptionRepository).
  • Resolving inheritance for "App\Repository\ProductOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionValueRepository" (parent: .abstract.instanceof.App\Repository\ProductOptionValueRepository).
  • Resolving inheritance for "App\Repository\ProductOptionValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionValueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
  • Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseItemRepository" (parent: .abstract.instanceof.App\Repository\PurchaseItemRepository).
  • Resolving inheritance for "App\Repository\PurchaseItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseNoteRepository" (parent: .abstract.instanceof.App\Repository\PurchaseNoteRepository).
  • Resolving inheritance for "App\Repository\PurchaseNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseNoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRepository).
  • Resolving inheritance for "App\Repository\PurchaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizAnswerRepository" (parent: .abstract.instanceof.App\Repository\QuizAnswerRepository).
  • Resolving inheritance for "App\Repository\QuizAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizAnswerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionOptionRepository" (parent: .abstract.instanceof.App\Repository\QuizQuestionOptionRepository).
  • Resolving inheritance for "App\Repository\QuizQuestionOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionRepository" (parent: .abstract.instanceof.App\Repository\QuizQuestionRepository).
  • Resolving inheritance for "App\Repository\QuizQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizRepository" (parent: .abstract.instanceof.App\Repository\QuizRepository).
  • Resolving inheritance for "App\Repository\QuizRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizResponseRepository" (parent: .abstract.instanceof.App\Repository\QuizResponseRepository).
  • Resolving inheritance for "App\Repository\QuizResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizResponseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizResultRepository" (parent: .abstract.instanceof.App\Repository\QuizResultRepository).
  • Resolving inheritance for "App\Repository\QuizResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizResultRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteRepository" (parent: .abstract.instanceof.App\Repository\SiteRepository).
  • Resolving inheritance for "App\Repository\SiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository" (parent: .abstract.instanceof.App\Repository\StatusRepository).
  • Resolving inheritance for "App\Repository\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficDataRepository" (parent: .abstract.instanceof.App\Repository\TrafficDataRepository).
  • Resolving inheritance for "App\Repository\TrafficDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficRepository" (parent: .abstract.instanceof.App\Repository\TrafficRepository).
  • Resolving inheritance for "App\Repository\TrafficRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserMetaRepository" (parent: .abstract.instanceof.App\Repository\UserMetaRepository).
  • Resolving inheritance for "App\Repository\UserMetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserMetaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RCSExtension" (parent: .abstract.instanceof.App\Twig\RCSExtension).
  • Resolving inheritance for "App\Twig\RCSExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RCSExtension).
  • 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 "cache.validator_expression_language" (parent: cache.system).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
  • Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
  • Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
  • Resolving inheritance for "security.user.provider.concrete.entity_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: signin_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
  • Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.persistent_remember_me_handler).
  • Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
  • Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
  • Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
  • Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
  • 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 "App\Utils\MediaNamer.user_images" (parent: App\Utils\MediaNamer).
  • Resolving inheritance for "App\Utils\MediaNamer.media_files" (parent: App\Utils\MediaNamer).
  • Resolving inheritance for "App\Utils\MediaNamer.content_images" (parent: App\Utils\MediaNamer).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.user_images" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.user_images" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.user_images" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.media_files" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.media_files" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.media_files" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.content_images" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.content_images" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.content_images" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
  • Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
  • 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.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.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
4
  • Skipping service "signout_handler": Class or interface "App\Security\SignOutHandler" cannot be loaded.
  • Skipping service "App\Autocomplete": Class or interface "App\Autocomplete" cannot be loaded.
  • Skipping service "App\Finder": Class or interface "App\Finder" cannot be loaded.
  • Skipping service "App\Security\SignOutHandler": Class or interface "App\Security\SignOutHandler" cannot be loaded.
312
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Utils\hydra\net\HttpRequestBuilderInterface"; 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 "Psr\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\HttpFoundation\UriSigner"; 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\Clock\ClockInterface"; reason: private alias.
  • Removed service "Psr\Clock\ClockInterface"; 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\Container\ContainerInterface $parameter_bag"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; 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 "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\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 "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "routing.loader.annotation"; reason: private alias.
  • Removed service "routing.loader.annotation.directory"; reason: private alias.
  • Removed service "routing.loader.annotation.file"; 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 "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 "SessionHandlerInterface"; 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\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\SecurityBundle\Security"; 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 "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\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "security.firewall.context_locator"; 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 "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
  • Removed service "sonata.block.context_manager"; reason: private alias.
  • Removed service "sonata.block.cache.handler"; reason: private alias.
  • Removed service "sonata.block.renderer"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
  • Removed service "sonata.admin.twig.extension"; reason: private alias.
  • Removed service "sonata.templates.twig.extension"; reason: private alias.
  • Removed service "sonata.admin.group.extension"; reason: private alias.
  • Removed service "sonata.security.twig.extension"; reason: private alias.
  • Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
  • Removed service "sonata.xeditable.twig.extension"; reason: private alias.
  • Removed service "sonata.render_element.twig.extension"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
  • Removed service "sonata.admin.security.handler"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
  • Removed service "Sonata\Exporter\Exporter"; reason: private alias.
  • Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "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 $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 $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service ".service_locator.bJ.4HC5"; reason: private alias.
  • Removed service ".service_locator.S4DWSxC"; reason: private alias.
  • Removed service ".service_locator.BNBBx0b"; reason: private alias.
  • Removed service ".service_locator.fjhqZWJ"; reason: private alias.
  • Removed service ".service_locator.eAYm_C8"; reason: private alias.
  • Removed service ".service_locator._XjkJiu"; reason: private alias.
  • Removed service ".service_locator.p7cRI7a"; reason: private alias.
  • Removed service ".service_locator.FLw3Jo6"; reason: private alias.
  • Removed service ".service_locator.2L8HGYd"; reason: private alias.
  • Removed service ".service_locator.8tYsKZ2"; reason: private alias.
  • Removed service ".service_locator.YxC1dQj"; reason: private alias.
  • Removed service ".service_locator.Vto6f60"; reason: private alias.
  • Removed service ".service_locator.TvCqQJb"; reason: private alias.
  • Removed service ".service_locator.FnLly0T"; reason: private alias.
  • Removed service ".service_locator.mcpuQbK"; reason: private alias.
  • Removed service ".service_locator.Scdu9H6"; reason: private alias.
  • Removed service ".service_locator.Ku_1ZF."; reason: private alias.
  • Removed service ".service_locator.8LJo1oq"; reason: private alias.
  • Removed service ".service_locator.15n6tMt"; reason: private alias.
  • Removed service ".service_locator.cx5456s"; reason: private alias.
  • Removed service ".service_locator.ljmE0PT"; reason: private alias.
  • Removed service ".service_locator.h4IBH_5"; reason: private alias.
  • Removed service ".service_locator.PBVSLvN"; reason: private alias.
  • Removed service ".service_locator.qCm4DVS"; reason: private alias.
  • Removed service ".service_locator.XcH_e8S"; reason: private alias.
  • Removed service ".service_locator.arrY.Pv"; reason: private alias.
  • Removed service ".service_locator.7_HnvZQ"; reason: private alias.
  • Removed service ".service_locator.emKw7nV"; reason: private alias.
  • Removed service ".service_locator.neRckaf"; reason: private alias.
  • Removed service ".service_locator.wl06OAa"; reason: private alias.
  • Removed service ".service_locator.z6vlB7Y"; reason: private alias.
  • Removed service ".service_locator.0USXzTA"; reason: private alias.
  • Removed service ".service_locator.AKIV81H"; reason: private alias.
  • Removed service ".service_locator.KVq88Fg"; reason: private alias.
  • Removed service ".service_locator.f9cBYBM"; reason: private alias.
  • Removed service ".service_locator.hCGIUFn"; reason: private alias.
  • Removed service ".service_locator.NuJnq11"; reason: private alias.
  • Removed service ".service_locator.pKU6kSp"; reason: private alias.
  • Removed service ".service_locator.trk29ev"; reason: private alias.
  • Removed service ".service_locator.RnIe2ta"; reason: private alias.
  • Removed service ".service_locator.jQD3o9q"; reason: private alias.
  • Removed service ".service_locator.g2TOIn8"; reason: private alias.
  • Removed service ".service_locator.lbIyLJi"; reason: private alias.
  • Removed service ".service_locator.lL7JpqO"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.jUv.zyj"; reason: private alias.
  • Removed service ".service_locator.MrPwCJ0"; reason: private alias.
  • Removed service "validator"; 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 "serializer"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "security.firewall.authenticator.main"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "security.event_dispatcher.main"; reason: private alias.
  • Removed service ".service_locator.gFlme_s"; reason: private alias.
  • Removed service ".service_locator.fN74r3U"; reason: private alias.
  • Removed service ".service_locator.J1dJKuh"; reason: private alias.
  • Removed service ".service_locator.6xIoCEI"; reason: private alias.
  • Removed service ".service_locator.ZS_TsPD"; reason: private alias.
  • Removed service ".service_locator.oRxkJy8"; reason: private alias.
  • Removed service ".service_locator.dAgjSj0"; reason: private alias.
  • Removed service ".service_locator.zJ1eFUj"; reason: private alias.
  • Removed service ".service_locator.AjmMg.i"; reason: private alias.
  • Removed service ".service_locator.UDWSiWo"; reason: private alias.
  • Removed service ".service_locator.IRegNNP"; reason: private alias.
  • Removed service ".service_locator.Om3OFpR"; reason: private alias.
  • Removed service ".service_locator.YkOuAjF"; reason: private alias.
  • Removed service ".service_locator.mlP1S3F"; reason: private alias.
  • Removed service ".service_locator.ILJ1hNE"; reason: private alias.
  • Removed service ".service_locator.SZmBY6D"; reason: private alias.
  • Removed service ".service_locator.vFJwVQ1"; reason: private alias.
  • Removed service ".service_locator.9yRaT0u"; reason: private alias.
  • Removed service ".service_locator.XIo.N7t"; reason: private alias.
  • Removed service ".service_locator.PquPsIx"; reason: private alias.
  • Removed service ".service_locator.wDjXCWu"; reason: private alias.
  • Removed service ".service_locator.DXg8HTR"; reason: private alias.
  • Removed service ".service_locator..1inrTi"; reason: private alias.
  • Removed service ".service_locator.ER7lwdm"; reason: private alias.
  • Removed service ".service_locator.Y_DSSle"; reason: private alias.
  • Removed service ".service_locator.BwLrQuz"; reason: private alias.
  • Removed service ".service_locator.td3.txN"; reason: private alias.
  • Removed service ".service_locator.cQ4AJjQ"; reason: private alias.
  • Removed service ".service_locator.g1fbLlJ"; reason: private alias.
  • Removed service ".service_locator.FA6KNGC"; reason: private alias.
  • Removed service ".service_locator..zPMxef"; reason: private alias.
  • Removed service ".service_locator.on1tElb"; reason: private alias.
  • Removed service ".service_locator.4o7tSuZ"; reason: private alias.
  • Removed service ".service_locator.PJyDK4F"; reason: private alias.
  • Removed service ".service_locator.hHqWW8q"; reason: private alias.
  • Removed service ".service_locator..GZ2Nti"; reason: private alias.
  • Removed service ".service_locator.SurZ8hz"; reason: private alias.
  • Removed service ".service_locator.h.wIgCL"; reason: private alias.
  • Removed service ".service_locator.cvqBnH_"; reason: private alias.
  • Removed service ".service_locator.kp_Zxa2"; reason: private alias.
  • Removed service ".service_locator._hbHqsU"; reason: private alias.
  • Removed service ".service_locator.8sOUK5x"; reason: private alias.
  • Removed service ".service_locator.ozq0F6S"; reason: private alias.
  • Removed service ".service_locator.1zv9S_F"; reason: private alias.
  • Removed service ".service_locator.XGtMw03"; reason: private alias.
  • Removed service ".service_locator.pUGAMfk"; reason: private alias.
  • Removed service ".service_locator.1sBVQYz"; reason: private alias.
  • Removed service ".service_locator.8JdOJ2Z"; reason: private alias.
  • Removed service ".service_locator..zmnZOq"; reason: private alias.
  • Removed service ".service_locator.ujYwyyU"; reason: private alias.
  • Removed service ".service_locator.bTcF6j0"; reason: private alias.
  • Removed service ".service_locator.2uiUcJA"; reason: private alias.
  • Removed service ".service_locator.47tXNP9"; reason: private alias.
  • Removed service ".service_locator.UABBrDW"; reason: private alias.
  • Removed service ".service_locator.TVy561B"; reason: private alias.
  • Removed service ".service_locator.4_g38qM"; reason: private alias.
  • Removed service ".service_locator._BInrFZ"; reason: private alias.
  • Removed service ".service_locator.eLSdEGs"; reason: private alias.
  • Removed service ".service_locator.etDri0z"; reason: private alias.
  • Removed service ".service_locator.5hIL8Ro"; reason: private alias.
  • Removed service ".service_locator.PZPL2Vs"; reason: private alias.
  • Removed service ".service_locator.dhxuDuR"; reason: private alias.
  • Removed service ".service_locator.LMGdsI8"; reason: private alias.
  • Removed service ".service_locator.G6i0Bw5"; reason: private alias.
  • Removed service ".service_locator.ZDxLT.b"; reason: private alias.
  • Removed service ".service_locator.FdI0uHb"; reason: private alias.
  • Removed service ".service_locator.Cj5mqT."; reason: private alias.
  • Removed service ".service_locator.VHQ6SiF"; reason: private alias.
  • Removed service ".service_locator.AQNbyKz"; reason: private alias.
  • Removed service ".service_locator.u6DWx23"; reason: private alias.
  • Removed service ".service_locator..Fs8Kd7"; reason: private alias.
178
  • Changed reference of service "App\Utils\UserHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "admin.customer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.customeraddress" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.customerphone" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.customerwebsite" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.content" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.staticpage" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.page" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.post" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.classified" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.directory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.gallery" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.partnergallery" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.landingpage" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.event" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.webinar" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.partnerwebinar" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.forum" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.forumtopic" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.forumreply" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.promosrebates" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.thehub" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.eventvenue" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.podcast" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.partnerpodcast" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.ebook" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.contestsgames" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.award" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.scholarship" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.video" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.rclubperk" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.category" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.generalcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.interesttagcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.classifiedcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.classifiedregion" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.classifiedtype" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.directorycategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.directorytype" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.partnerlevel" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.postcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.productcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.rcscontentprovider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.rlwcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.industry" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.resourcetype" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.accesslevel" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.promocategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.ebookcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.aarebookcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.contestcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.awardcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.scholarshipcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.videocategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.rclubperkcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.rcspodcasttype" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.webinartype" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.partnerwebinartype" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.aarpostcategory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.aartag" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.user" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.comment" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.lead" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.media" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.gallerymedia" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.mediagroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.gallerymediagroupitem" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.gallerymediagroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.adgroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.menuadgroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.headeradgroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.videoadgroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.popoutadgroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.curtainadgroup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.gmgc" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.mediagroupitem" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.ad" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.menuad" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.headerad" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.videoad" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.popoutad" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.curtainad" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.aarad" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.menu" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.menuitem" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.link" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.coupon" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.product" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.productoption" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.productoptionvalue" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.purchase" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.purchaseitem" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin2.purchasenote" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.domainblacklist" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.formfield" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.formfieldoption" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.quiz" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.quizquestion" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.quizquestionoption" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.quizresult" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.poll" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.polloption" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.pollresponse" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.site" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "argument_resolver.request_payload" 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 "url_helper" previously pointing to "router.default" to "router".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.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 "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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
  • 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 "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 "console_profiler_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "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.switchuser_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "debug.security.firewall" 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 "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.2e6LmLI" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.2e6LmLI" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
412
  • Removed service "App\Entity"; reason: abstract.
  • Removed service "App\Migrations"; reason: abstract.
  • Removed service "container.env"; reason: abstract.
  • Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
  • Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
  • Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; 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 "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
  • Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; 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.dbal.logging_middleware"; reason: abstract.
  • Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.clear_site_data"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; 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.authenticator.manager"; reason: abstract.
  • Removed service "security.firewall.authenticator"; reason: abstract.
  • Removed service "security.listener.user_provider.abstract"; reason: abstract.
  • Removed service "security.listener.user_checker"; reason: abstract.
  • Removed service "security.listener.session"; reason: abstract.
  • Removed service "security.listener.login_throttling"; reason: abstract.
  • Removed service "security.authenticator.http_basic"; reason: abstract.
  • Removed service "security.authenticator.form_login"; reason: abstract.
  • Removed service "security.authenticator.json_login"; reason: abstract.
  • Removed service "security.authenticator.x509"; reason: abstract.
  • Removed service "security.authenticator.remote_user"; reason: abstract.
  • Removed service "security.authenticator.access_token"; reason: abstract.
  • Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
  • Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
  • Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
  • Removed service "security.access_token_handler.oidc"; reason: abstract.
  • Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
  • Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
  • Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
  • Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
  • Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
  • Removed service "security.listener.remember_me"; reason: abstract.
  • Removed service "security.authenticator.remember_me"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; 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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AggregateAdAnalyticsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AggregateAdAnalyticsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AggregateAnalyticsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AggregateAnalyticsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixContentViewsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixContentViewsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePublishedExpiredContentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdatePublishedExpiredContentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePurchaseItemsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdatePurchaseItemsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AAR\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AAR\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AAR\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AAR\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\RssController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AAR\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AAR\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AAR\ZCatchAllController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AAR\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CCS\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CCS\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CCS\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CCS\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\RssController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CCS\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CCS\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CCS\ZCatchAllController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CCS\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MCS\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MCS\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MCS\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MCS\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\RssController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MCS\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MCS\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MCS\ZCatchAllController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MCS\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Master\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Master\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\SitemapController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Master\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Master\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Master\ZCatchAllController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Master\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\AnalyticsDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\AnalyticsDashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\AnalyticsDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\RssController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\RssController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\UserDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\UserDashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\UserDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RCS\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RCS\ZCatchAllController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RCS\ZCatchAllController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\AdCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\AdCRUDController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sonata\AdCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\ContentCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\ContentCRUDController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sonata\ContentCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\CustomAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\CustomAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sonata\CustomAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\CustomerCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\CustomerCRUDController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sonata\CustomerCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sonata\EmbeddedCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sonata\EmbeddedCRUDController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sonata\EmbeddedCRUDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectoryLeadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DirectoryLeadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignInType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SignInType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignUpType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SignUpType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentAdminType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ContentAdminType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentMetaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ContentMetaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerAddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerAddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerPhoneType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerPhoneType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LeadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\LeadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MediaGroupItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\MediaGroupItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MenuItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\MenuItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserMetaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserMetaType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdAnalyticsDailyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdAnalyticsDailyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdClickRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdClickRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdImpressionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdImpressionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPinRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdPinRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPriorityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdPriorityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactNoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContactNoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentAnalyticsCorrectionDailyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentAnalyticsCorrectionDailyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentAnalyticsDailyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentAnalyticsDailyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentImpressionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentImpressionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentLinkClickRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentLinkClickRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentMetaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentMetaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentViewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentViewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CouponRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CouponRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerMetaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerMetaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerPhoneRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerPhoneRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerSiteLevelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerSiteLevelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerWebsiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerWebsiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainBlacklistRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DomainBlacklistRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormFieldOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormFieldRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HootsuiteMessageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HootsuiteMessageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HootsuiteSocialProfileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HootsuiteSocialProfileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LeadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LinkRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupContainerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaGroupContainerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaGroupItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MegaMenuRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MegaMenuRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MenuItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MenuRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OldEventsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OldEventsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PollOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PollRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PollResponseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PollResponseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionValueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductOptionValueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseNoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseNoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizAnswerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QuizAnswerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QuizQuestionOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QuizQuestionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QuizRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizResponseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QuizResponseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizResultRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QuizResultRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TrafficDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TrafficRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserMetaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserMetaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RCSExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\RCSExtension"; reason: abstract.
262
  • Removed service "Google_Client"; reason: unused.
  • Removed service "wordpress_encoder"; reason: unused.
  • Removed service "signout_handler"; reason: unused.
  • Removed service "signin_handler"; reason: unused.
  • Removed service "App\Admin\AARAdAdmin"; reason: unused.
  • Removed service "App\Admin\AAREbookCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\AARPostCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\AARTagAdmin"; reason: unused.
  • Removed service "App\Admin\AccessLevelAdmin"; reason: unused.
  • Removed service "App\Admin\AdAdmin"; reason: unused.
  • Removed service "App\Admin\AdGroupAdmin"; reason: unused.
  • Removed service "App\Admin\AwardAdmin"; reason: unused.
  • Removed service "App\Admin\AwardCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\CategoryAdmin"; reason: unused.
  • Removed service "App\Admin\ClassifiedAdmin"; reason: unused.
  • Removed service "App\Admin\ClassifiedCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\ClassifiedRegionAdmin"; reason: unused.
  • Removed service "App\Admin\ClassifiedTypeAdmin"; reason: unused.
  • Removed service "App\Admin\CommentAdmin"; reason: unused.
  • Removed service "App\Admin\ContentAdmin"; reason: unused.
  • Removed service "App\Admin\ContestCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\ContestsGamesAdmin"; reason: unused.
  • Removed service "App\Admin\CouponAdmin"; reason: unused.
  • Removed service "App\Admin\CurtainAdAdmin"; reason: unused.
  • Removed service "App\Admin\CurtainAdGroupAdmin"; reason: unused.
  • Removed service "App\Admin\CustomerAddressAdmin"; reason: unused.
  • Removed service "App\Admin\CustomerAdmin"; reason: unused.
  • Removed service "App\Admin\CustomerPhoneAdmin"; reason: unused.
  • Removed service "App\Admin\CustomerWebsiteAdmin"; reason: unused.
  • Removed service "App\Admin\DirectoryAdmin"; reason: unused.
  • Removed service "App\Admin\DirectoryCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\DirectoryTypeAdmin"; reason: unused.
  • Removed service "App\Admin\DomainBlacklistAdmin"; reason: unused.
  • Removed service "App\Admin\EbookAdmin"; reason: unused.
  • Removed service "App\Admin\EbookCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\EventAdmin"; reason: unused.
  • Removed service "App\Admin\EventVenueAdmin"; reason: unused.
  • Removed service "App\Admin\FormAdmin"; reason: unused.
  • Removed service "App\Admin\FormFieldAdmin"; reason: unused.
  • Removed service "App\Admin\FormFieldOptionAdmin"; reason: unused.
  • Removed service "App\Admin\ForumAdmin"; reason: unused.
  • Removed service "App\Admin\ForumReplyAdmin"; reason: unused.
  • Removed service "App\Admin\ForumTopicAdmin"; reason: unused.
  • Removed service "App\Admin\GalleryAdmin"; reason: unused.
  • Removed service "App\Admin\GalleryMediaAdmin"; reason: unused.
  • Removed service "App\Admin\GalleryMediaGroupAdmin"; reason: unused.
  • Removed service "App\Admin\GalleryMediaGroupContainerAdmin"; reason: unused.
  • Removed service "App\Admin\GalleryMediaGroupItemAdmin"; reason: unused.
  • Removed service "App\Admin\GeneralCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\HeaderAdAdmin"; reason: unused.
  • Removed service "App\Admin\HeaderAdGroupAdmin"; reason: unused.
  • Removed service "App\Admin\IndustryAdmin"; reason: unused.
  • Removed service "App\Admin\InterestTagCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\LandingPageAdmin"; reason: unused.
  • Removed service "App\Admin\LeadAdmin"; reason: unused.
  • Removed service "App\Admin\LinkAdmin"; reason: unused.
  • Removed service "App\Admin\MediaAdmin"; reason: unused.
  • Removed service "App\Admin\MediaGroupAdmin"; reason: unused.
  • Removed service "App\Admin\MediaGroupItemAdmin"; reason: unused.
  • Removed service "App\Admin\MenuAdAdmin"; reason: unused.
  • Removed service "App\Admin\MenuAdGroupAdmin"; reason: unused.
  • Removed service "App\Admin\MenuAdmin"; reason: unused.
  • Removed service "App\Admin\MenuItemAdmin"; reason: unused.
  • Removed service "App\Admin\PageAdmin"; reason: unused.
  • Removed service "App\Admin\PartnerGalleryAdmin"; reason: unused.
  • Removed service "App\Admin\PartnerLevelAdmin"; reason: unused.
  • Removed service "App\Admin\PartnerPodcastAdmin"; reason: unused.
  • Removed service "App\Admin\PartnerWebinarAdmin"; reason: unused.
  • Removed service "App\Admin\PartnerWebinarTypeAdmin"; reason: unused.
  • Removed service "App\Admin\PodcastAdmin"; reason: unused.
  • Removed service "App\Admin\PollAdmin"; reason: unused.
  • Removed service "App\Admin\PollOptionAdmin"; reason: unused.
  • Removed service "App\Admin\PollResponseAdmin"; reason: unused.
  • Removed service "App\Admin\PopoutAdAdmin"; reason: unused.
  • Removed service "App\Admin\PopoutAdGroupAdmin"; reason: unused.
  • Removed service "App\Admin\PostAdmin"; reason: unused.
  • Removed service "App\Admin\PostCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\ProductAdmin"; reason: unused.
  • Removed service "App\Admin\ProductCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\ProductOptionAdmin"; reason: unused.
  • Removed service "App\Admin\ProductOptionValueAdmin"; reason: unused.
  • Removed service "App\Admin\PromoCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\PromosRebatesAdmin"; reason: unused.
  • Removed service "App\Admin\PurchaseAdmin"; reason: unused.
  • Removed service "App\Admin\PurchaseItemAdmin"; reason: unused.
  • Removed service "App\Admin\PurchaseNoteAdmin"; reason: unused.
  • Removed service "App\Admin\QuizAdmin"; reason: unused.
  • Removed service "App\Admin\QuizQuestionAdmin"; reason: unused.
  • Removed service "App\Admin\QuizQuestionOptionAdmin"; reason: unused.
  • Removed service "App\Admin\QuizResultAdmin"; reason: unused.
  • Removed service "App\Admin\RCSContentProviderAdmin"; reason: unused.
  • Removed service "App\Admin\RCSPodcastTypeAdmin"; reason: unused.
  • Removed service "App\Admin\RClubPerkAdmin"; reason: unused.
  • Removed service "App\Admin\RClubPerkCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\RLWCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\ResourceTypeAdmin"; reason: unused.
  • Removed service "App\Admin\ScholarshipAdmin"; reason: unused.
  • Removed service "App\Admin\ScholarshipCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\SiteAdmin"; reason: unused.
  • Removed service "App\Admin\StaticPageAdmin"; reason: unused.
  • Removed service "App\Admin\TheHUBAdmin"; reason: unused.
  • Removed service "App\Admin\UserAdmin"; reason: unused.
  • Removed service "App\Admin\VideoAdAdmin"; reason: unused.
  • Removed service "App\Admin\VideoAdGroupAdmin"; reason: unused.
  • Removed service "App\Admin\VideoAdmin"; reason: unused.
  • Removed service "App\Admin\VideoCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\WebinarAdmin"; reason: unused.
  • Removed service "App\Admin\WebinarTypeAdmin"; reason: unused.
  • Removed service "App\Admin\includes\AdminHelperFunctions"; reason: unused.
  • Removed service "App\Admin\includes\AwardFormFields"; reason: unused.
  • Removed service "App\Admin\includes\CategoryHookFunctions"; reason: unused.
  • Removed service "App\Admin\includes\ClassifiedFormFields"; reason: unused.
  • Removed service "App\Admin\includes\ContentHookFunctions"; reason: unused.
  • Removed service "App\Admin\includes\ContestsGamesFormFields"; reason: unused.
  • Removed service "App\Admin\includes\DirectoryFormFields"; reason: unused.
  • Removed service "App\Admin\includes\EbookFormFields"; reason: unused.
  • Removed service "App\Admin\includes\EventFormFields"; reason: unused.
  • Removed service "App\Admin\includes\ForumFormFields"; reason: unused.
  • Removed service "App\Admin\includes\ForumReplyFormFields"; reason: unused.
  • Removed service "App\Admin\includes\ForumTopicFormFields"; reason: unused.
  • Removed service "App\Admin\includes\GalleryFormFields"; reason: unused.
  • Removed service "App\Admin\includes\LandingPageFormFields"; reason: unused.
  • Removed service "App\Admin\includes\PageFormFields"; reason: unused.
  • Removed service "App\Admin\includes\PartnerPodcastFormFields"; reason: unused.
  • Removed service "App\Admin\includes\PartnerWebinarFormFields"; reason: unused.
  • Removed service "App\Admin\includes\PodcastFormFields"; reason: unused.
  • Removed service "App\Admin\includes\PostFormFields"; reason: unused.
  • Removed service "App\Admin\includes\PromosRebatesFormFields"; reason: unused.
  • Removed service "App\Admin\includes\RClubPerkFormFields"; reason: unused.
  • Removed service "App\Admin\includes\ScholarshipFormFields"; reason: unused.
  • Removed service "App\Admin\includes\StaticPageFormFields"; reason: unused.
  • Removed service "App\Admin\includes\TheHUBFormFields"; reason: unused.
  • Removed service "App\Admin\includes\VideoFormFields"; reason: unused.
  • Removed service "App\Admin\includes\WebinarFormFields"; reason: unused.
  • Removed service "App\Autocomplete"; reason: unused.
  • Removed service "App\CacheKernel"; reason: unused.
  • Removed service "App\Doctrine\Rand"; reason: unused.
  • Removed service "App\Event\LogoutListener"; reason: unused.
  • Removed service "App\Event\MenuBuilderListener"; reason: unused.
  • Removed service "App\Event\RouteListener"; reason: unused.
  • Removed service "App\Exception\ResourceNotFoundException"; reason: unused.
  • Removed service "App\Finder"; reason: unused.
  • Removed service "App\Routing\CustomRequestMatcher"; reason: unused.
  • Removed service "App\Rss\Xml"; reason: unused.
  • Removed service "App\Security\SignInHandler"; reason: unused.
  • Removed service "App\Security\SignOutHandler"; reason: unused.
  • Removed service "App\Security\WordPressPasswordHasher"; reason: unused.
  • Removed service "App\Utils\ContentMeta"; reason: unused.
  • Removed service "App\Utils\ICS"; reason: unused.
  • Removed service "App\Utils\hydra\TestClass"; reason: unused.
  • Removed service "App\Utils\hydra\net\HttpHelper"; reason: unused.
  • Removed service "App\Utils\hydra\net\HttpRequest"; reason: unused.
  • Removed service "App\Utils\hydra\net\HttpRequestBuilder"; reason: unused.
  • Removed service "App\oldKernel"; reason: unused.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "console.messenger.application"; reason: unused.
  • Removed service "console.messenger.execute_command_handler"; reason: unused.
  • Removed service "assets.empty_package"; 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 "translation.extractor.visitor.trans_method"; reason: unused.
  • Removed service "translation.extractor.visitor.translatable_message"; reason: unused.
  • Removed service "translation.extractor.visitor.constraint"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.handler.native_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 "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.htmlsanitizer"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
  • Removed service ".1_ServiceLocator~AO8L4yB"; 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_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.user_checker"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.user_authenticator"; reason: unused.
  • Removed service "security.access_token_extractor.header"; reason: unused.
  • Removed service "security.access_token_extractor.query_string"; reason: unused.
  • Removed service "security.access_token_extractor.request_body"; reason: unused.
  • Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
  • Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
  • Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
  • Removed service "security.user_checker.chain.main"; reason: unused.
  • Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
  • Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
  • Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
  • Removed service "monolog.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 "sonata.block.cache.handler.noop"; reason: unused.
  • Removed service "sonata.admin.label.strategy.bc"; reason: unused.
  • Removed service "sonata.admin.label.strategy.noop"; reason: unused.
  • Removed service "sonata.admin.label.strategy.underscore"; reason: unused.
  • Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
  • Removed service "sonata.admin.filter_persister.session"; reason: unused.
  • Removed service "sonata.admin.security.handler.role"; reason: unused.
  • Removed service "sonata.admin.security.handler.acl"; reason: unused.
  • Removed service "sonata.admin.entity_manager"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
  • Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
  • Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
  • Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
  • Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
  • Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
  • Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
  • Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.ZZmlWAx"; reason: unused.
350
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\AAR\AuthController" to "App\Controller\AAR\AuthController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\AAR\CategoryController" to "App\Controller\AAR\CategoryController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\AAR\ContentController" to "App\Controller\AAR\ContentController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\AAR\DefaultController" to "App\Controller\AAR\DefaultController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\AAR\RssController" to "App\Controller\AAR\RssController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\AAR\ZCatchAllController" to "App\Controller\AAR\ZCatchAllController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\CCS\AuthController" to "App\Controller\CCS\AuthController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\CCS\CategoryController" to "App\Controller\CCS\CategoryController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\CCS\ContentController" to "App\Controller\CCS\ContentController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\CCS\DefaultController" to "App\Controller\CCS\DefaultController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\CCS\RssController" to "App\Controller\CCS\RssController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\CCS\ZCatchAllController" to "App\Controller\CCS\ZCatchAllController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\MCS\AuthController" to "App\Controller\MCS\AuthController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\MCS\CategoryController" to "App\Controller\MCS\CategoryController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\MCS\ContentController" to "App\Controller\MCS\ContentController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\MCS\DefaultController" to "App\Controller\MCS\DefaultController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\MCS\RssController" to "App\Controller\MCS\RssController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\MCS\ZCatchAllController" to "App\Controller\MCS\ZCatchAllController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\Master\ContentController" to "App\Controller\Master\ContentController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\Master\DefaultController" to "App\Controller\Master\DefaultController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\Master\SitemapController" to "App\Controller\Master\SitemapController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\Master\ZCatchAllController" to "App\Controller\Master\ZCatchAllController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\AnalyticsDashboardController" to "App\Controller\RCS\AnalyticsDashboardController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\AuthController" to "App\Controller\RCS\AuthController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\CategoryController" to "App\Controller\RCS\CategoryController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\ContentController" to "App\Controller\RCS\ContentController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\DefaultController" to "App\Controller\RCS\DefaultController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\ProductController" to "App\Controller\RCS\ProductController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\RssController" to "App\Controller\RCS\RssController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\UserDashboardController" to "App\Controller\RCS\UserDashboardController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\RCS\ZCatchAllController" to "App\Controller\RCS\ZCatchAllController".
  • Inlined service ".service_locator.2e6LmLI.App\Controller\Sonata\AdCRUDController" to "App\Controller\Sonata\AdCRUDController".
  • Inlined service ".service_locator.2e6LmLI.App\Controller\Sonata\ContentCRUDController" to "App\Controller\Sonata\ContentCRUDController".
  • Inlined service ".service_locator.O2p6Lk7.App\Controller\Sonata\CustomAdminController" to "App\Controller\Sonata\CustomAdminController".
  • Inlined service ".service_locator.2e6LmLI.App\Controller\Sonata\CustomerCRUDController" to "App\Controller\Sonata\CustomerCRUDController".
  • Inlined service ".service_locator.2e6LmLI.App\Controller\Sonata\EmbeddedCRUDController" to "App\Controller\Sonata\EmbeddedCRUDController".
  • Inlined service "mailer.mailer" to "App\Utils\EmailHelper".
  • Inlined service "clock" to "argument_resolver.datetime".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache_clearer" to "console.command.cache_clear".
  • Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
  • 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.transport_factory" to "mailer.transports".
  • Inlined service ".service_locator.yY.p4P7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "sonata.admin.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.xliff.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.fuYM_Z..translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
  • 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 "sonata.admin.route_loader" to "routing.resolver".
  • Inlined service "routing.loader.attribute.directory" to "routing.resolver".
  • Inlined service "routing.loader.attribute.file" to "routing.resolver".
  • Inlined service "routing.loader.psr4" to "routing.resolver".
  • Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
  • Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • 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.storage.factory.native" to "session.factory".
  • Inlined service ".service_locator.cXsfP3P" 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.EwFY6lJ" 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 "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.crRSqFh" to "validator.validator_factory".
  • Inlined service "validator.expression_language_provider" to "validator.expression_language".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service ".data_collector.command" 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.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "sonata.block.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "debug.validator.inner" to "debug.validator".
  • Inlined service "debug.serializer.inner" to "debug.serializer".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "App\Twig\RCSExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "sonata.block.twig.extension" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
  • Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
  • Inlined service "sonata.admin.twig.group_extension" to "twig".
  • Inlined service "sonata.admin.twig.icon_extension" to "twig".
  • Inlined service "sonata.admin.twig.security_extension" to "twig".
  • Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
  • Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
  • Inlined service "sonata.admin.twig.render_element_extension" to "twig".
  • Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
  • Inlined service "sonata.form.twig.canonicalize_extension" to "twig".
  • Inlined service "sonata.twig.extension.wrapping" to "twig".
  • Inlined service "sonata.twig.status_extension" to "twig".
  • Inlined service "sonata.twig.deprecated_template_extension" to "twig".
  • Inlined service "sonata.twig.template_extension" to "twig".
  • Inlined service "Twig\Extra\String\StringExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "sonata.block.twig.global" to "twig".
  • Inlined service "sonata.admin.configuration" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.B3Y5Af1" to "twig.runtime_loader".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
  • Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.9U9mcY9" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.xEI5ffK" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
  • 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" 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 ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service ".service_locator.e_.xxAP" to "security.helper".
  • Inlined service ".service_locator.I5Q3J1s" to "security.helper".
  • 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.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
  • Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
  • Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
  • Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
  • Inlined service ".security.request_matcher.yT51c1L" 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.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
  • Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
  • Inlined service "security.remember_me.token_verifier.main" to "security.authenticator.remember_me_handler.main".
  • Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
  • Inlined service ".security.request_matcher.GkhORJR" to ".security.request_matcher.yT51c1L".
  • 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.xRhNObu.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 "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "sonata.formatter.text.text" to "sonata.formatter.pool".
  • Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
  • Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service ".service_locator.wr9I1J9" to "sonata.block.manager".
  • Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
  • Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
  • Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
  • Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
  • Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
  • Inlined service ".service_locator.Wpo4Tvg" to "sonata.admin.pool".
  • Inlined service ".service_locator.NcBpgab" to "sonata.admin.builder.filter.factory".
  • Inlined service ".service_locator.2e6LmLI.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
  • Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
  • Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
  • Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
  • Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
  • Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
  • Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
  • Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
  • Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
  • Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
  • Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
  • Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
  • Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
  • Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
  • Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
  • Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
  • Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
  • Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
  • Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
  • Inlined service "sonata.admin.argument_resolver.admin" to ".debug.value_resolver.sonata.admin.argument_resolver.admin".
  • Inlined service "sonata.admin.argument_resolver.proxy_query" to ".debug.value_resolver.sonata.admin.argument_resolver.proxy_query".
  • Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
  • Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
  • Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
  • Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
  • Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
  • 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 "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
  • Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
  • Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
  • Inlined service ".service_locator.EMavxuq" to ".service_locator.EMavxuq.router.default".
  • Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
  • Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
  • Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.2dbgUIS" to "debug.argument_resolver.inner".
  • Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
  • Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
  • Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
  • Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
  • Inlined service "serializer.encoder.json" to "debug.serializer.inner".
  • Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
  • Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service ".service_locator.jq6O.kf" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.EMavxuq.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "routing.loader.attribute" to "routing.loader".
  • Inlined service "routing.loader.attribute" to "routing.loader".
  • Inlined service "routing.loader.attribute" to "routing.loader".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
2
  • Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
  • Tag "sonata.admin.template_registry" was defined on service(s) "admin.customer.template_registry", "admin.customeraddress.template_registry", "admin.customerphone.template_registry", "admin.customerwebsite.template_registry", "admin.content.template_registry", "admin.staticpage.template_registry", "admin.page.template_registry", "admin2.post.template_registry", "admin2.classified.template_registry", "admin2.directory.template_registry", "admin2.gallery.template_registry", "admin2.partnergallery.template_registry", "admin2.landingpage.template_registry", "admin2.event.template_registry", "admin2.webinar.template_registry", "admin2.partnerwebinar.template_registry", "admin2.forum.template_registry", "admin2.forumtopic.template_registry", "admin2.forumreply.template_registry", "admin2.promosrebates.template_registry", "admin2.thehub.template_registry", "admin2.eventvenue.template_registry", "admin2.podcast.template_registry", "admin2.partnerpodcast.template_registry", "admin2.ebook.template_registry", "admin2.contestsgames.template_registry", "admin2.award.template_registry", "admin.scholarship.template_registry", "admin2.video.template_registry", "admin2.rclubperk.template_registry", "admin.category.template_registry", "admin.generalcategory.template_registry", "admin2.interesttagcategory.template_registry", "admin.classifiedcategory.template_registry", "admin.classifiedregion.template_registry", "admin.classifiedtype.template_registry", "admin2.directorycategory.template_registry", "admin2.directorytype.template_registry", "admin2.partnerlevel.template_registry", "admin2.postcategory.template_registry", "admin2.productcategory.template_registry", "admin2.rcscontentprovider.template_registry", "admin.rlwcategory.template_registry", "admin.industry.template_registry", "admin2.resourcetype.template_registry", "admin2.accesslevel.template_registry", "admin.promocategory.template_registry", "admin.ebookcategory.template_registry", "admin.aarebookcategory.template_registry", "admin.contestcategory.template_registry", "admin.awardcategory.template_registry", "admin.scholarshipcategory.template_registry", "admin.videocategory.template_registry", "admin.rclubperkcategory.template_registry", "admin.rcspodcasttype.template_registry", "admin2.webinartype.template_registry", "admin2.partnerwebinartype.template_registry", "admin2.aarpostcategory.template_registry", "admin2.aartag.template_registry", "admin.user.template_registry", "admin.comment.template_registry", "admin.lead.template_registry", "admin.media.template_registry", "admin.gallerymedia.template_registry", "admin.mediagroup.template_registry", "admin.gallerymediagroupitem.template_registry", "admin.gallerymediagroup.template_registry", "admin.adgroup.template_registry", "admin.menuadgroup.template_registry", "admin.headeradgroup.template_registry", "admin.videoadgroup.template_registry", "admin.popoutadgroup.template_registry", "admin.curtainadgroup.template_registry", "admin.gmgc.template_registry", "admin.mediagroupitem.template_registry", "admin.ad.template_registry", "admin.menuad.template_registry", "admin.headerad.template_registry", "admin.videoad.template_registry", "admin.popoutad.template_registry", "admin.curtainad.template_registry", "admin.aarad.template_registry", "admin.menu.template_registry", "admin.menuitem.template_registry", "admin.link.template_registry", "admin2.coupon.template_registry", "admin2.product.template_registry", "admin.productoption.template_registry", "admin.productoptionvalue.template_registry", "admin2.purchase.template_registry", "admin2.purchaseitem.template_registry", "admin2.purchasenote.template_registry", "admin.domainblacklist.template_registry", "admin.form.template_registry", "admin.formfield.template_registry", "admin.formfieldoption.template_registry", "admin.quiz.template_registry", "admin.quizquestion.template_registry", "admin.quizquestionoption.template_registry", "admin.quizresult.template_registry", "admin.poll.template_registry", "admin.polloption.template_registry", "admin.pollresponse.template_registry", "admin.site.template_registry", but was never used.