https://solitairedufigaro.nefsea.io/fr/auth/login

Log Messages

Level (7)
Channel (4)
Time Message
deprecation User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.
deprecation User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
info Matched route
"auth_security_login"
.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
deprecation User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
deprecation User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
info Connecting with parameters
[
  "driver" => "pdo_mysql"
  "charset" => "utf8"
  "idle_connection_ttl" => 600
  "host" => "localhost"
  "port" => 3306
  "user" => "solitairedufigaro"
  "password" => "<redacted>"
  "driverOptions" => []
  "defaultTableOptions" => [
    "charset" => "utf8"
    "collate" => "utf8_unicode_ci"
  ]
  "dbname" => "solitairedufigaro"
]

There are no log messages.

Container Compilation Logs (2029)

Log messages generated during the compilation of the service container.
Messages Class
3
  • [liip/imagine-bundle] Registered binary loader: App\LiipImagine\Loader\AwsDataLoader
  • [liip/imagine-bundle] Registered binary loader: imagine.data.loader.aws
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
20
  • [liip/imagine-bundle] Registered filter loader: App\LiipImagine\Filters\CustomWatermark
  • [liip/imagine-bundle] Registered filter loader: imagine.filter.customWatermark
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
5
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.cwebp
3
  • [liip/imagine-bundle] Registered cache resolver: imagine.cache.resolver.aws
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
1
  • [liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
520
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BatchImport" (parent: .abstract.instanceof.App\Command\BatchImport).
  • Resolving inheritance for "App\Command\BatchImport" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BatchImport).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShareOnSocialNetwork" (parent: .abstract.instanceof.App\Command\ShareOnSocialNetwork).
  • Resolving inheritance for "App\Command\ShareOnSocialNetwork" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShareOnSocialNetwork).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AuthController" (parent: .abstract.instanceof.App\Controller\Backend\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AuthController).
  • Resolving inheritance for "App\Controller\Backend\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BackendController" (parent: .abstract.instanceof.App\Controller\Backend\BackendController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BackendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BackendController).
  • Resolving inheritance for "App\Controller\Backend\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BackendController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BulkActionController" (parent: .abstract.instanceof.App\Controller\Backend\BulkActionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BulkActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BulkActionController).
  • Resolving inheritance for "App\Controller\Backend\BulkActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BulkActionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\BoatController" (parent: .abstract.instanceof.App\Controller\Backend\Federation\BoatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\BoatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\BoatController).
  • Resolving inheritance for "App\Controller\Backend\Federation\BoatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\BoatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\ClasseController" (parent: .abstract.instanceof.App\Controller\Backend\Federation\ClasseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\ClasseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\ClasseController).
  • Resolving inheritance for "App\Controller\Backend\Federation\ClasseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\ClasseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\ParticipationController" (parent: .abstract.instanceof.App\Controller\Backend\Federation\ParticipationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\ParticipationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\ParticipationController).
  • Resolving inheritance for "App\Controller\Backend\Federation\ParticipationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\ParticipationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\RaceController" (parent: .abstract.instanceof.App\Controller\Backend\Federation\RaceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\RaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\RaceController).
  • Resolving inheritance for "App\Controller\Backend\Federation\RaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\RaceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\SkipperController" (parent: .abstract.instanceof.App\Controller\Backend\Federation\SkipperController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\SkipperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\SkipperController).
  • Resolving inheritance for "App\Controller\Backend\Federation\SkipperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\SkipperController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\TeamController" (parent: .abstract.instanceof.App\Controller\Backend\Federation\TeamController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\TeamController).
  • Resolving inheritance for "App\Controller\Backend\Federation\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\TeamController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\CategoryController" (parent: .abstract.instanceof.App\Controller\Backend\Media\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\CategoryController).
  • Resolving inheritance for "App\Controller\Backend\Media\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\ConversionController" (parent: .abstract.instanceof.App\Controller\Backend\Media\ConversionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\ConversionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\ConversionController).
  • Resolving inheritance for "App\Controller\Backend\Media\ConversionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\ConversionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\DocumentController" (parent: .abstract.instanceof.App\Controller\Backend\Media\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\DocumentController).
  • Resolving inheritance for "App\Controller\Backend\Media\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\DocumentTypeController" (parent: .abstract.instanceof.App\Controller\Backend\Media\DocumentTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\DocumentTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\DocumentTypeController).
  • Resolving inheritance for "App\Controller\Backend\Media\DocumentTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\DocumentTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\EncodingController" (parent: .abstract.instanceof.App\Controller\Backend\Media\EncodingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\EncodingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\EncodingController).
  • Resolving inheritance for "App\Controller\Backend\Media\EncodingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\EncodingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\FormatController" (parent: .abstract.instanceof.App\Controller\Backend\Media\FormatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\FormatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\FormatController).
  • Resolving inheritance for "App\Controller\Backend\Media\FormatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\FormatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\NotificationController" (parent: .abstract.instanceof.App\Controller\Backend\Media\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\NotificationController).
  • Resolving inheritance for "App\Controller\Backend\Media\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\SocialNetworkController" (parent: .abstract.instanceof.App\Controller\Backend\Media\SocialNetworkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\SocialNetworkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\SocialNetworkController).
  • Resolving inheritance for "App\Controller\Backend\Media\SocialNetworkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\SocialNetworkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\TagController" (parent: .abstract.instanceof.App\Controller\Backend\Media\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\TagController).
  • Resolving inheritance for "App\Controller\Backend\Media\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Site\AccessSiteController" (parent: .abstract.instanceof.App\Controller\Backend\Site\AccessSiteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Site\AccessSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Site\AccessSiteController).
  • Resolving inheritance for "App\Controller\Backend\Site\AccessSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Site\AccessSiteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Site\SiteController" (parent: .abstract.instanceof.App\Controller\Backend\Site\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Site\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Site\SiteController).
  • Resolving inheritance for "App\Controller\Backend\Site\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Site\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\AddressController" (parent: .abstract.instanceof.App\Controller\Backend\ThirdParty\AddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\AddressController).
  • Resolving inheritance for "App\Controller\Backend\ThirdParty\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\AddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\ThirdPartyController" (parent: .abstract.instanceof.App\Controller\Backend\ThirdParty\ThirdPartyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\ThirdPartyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\ThirdPartyController).
  • Resolving inheritance for "App\Controller\Backend\ThirdParty\ThirdPartyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\ThirdPartyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\TypeController" (parent: .abstract.instanceof.App\Controller\Backend\ThirdParty\TypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\TypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\TypeController).
  • Resolving inheritance for "App\Controller\Backend\ThirdParty\TypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\TypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\AlertController" (parent: .abstract.instanceof.App\Controller\Backend\User\AlertController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\AlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\AlertController).
  • Resolving inheritance for "App\Controller\Backend\User\AlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\AlertController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\DownloadController" (parent: .abstract.instanceof.App\Controller\Backend\User\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\DownloadController).
  • Resolving inheritance for "App\Controller\Backend\User\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\PrefixController" (parent: .abstract.instanceof.App\Controller\Backend\User\PrefixController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\PrefixController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\PrefixController).
  • Resolving inheritance for "App\Controller\Backend\User\PrefixController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\PrefixController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\UserController" (parent: .abstract.instanceof.App\Controller\Backend\User\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\UserController).
  • Resolving inheritance for "App\Controller\Backend\User\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AlertController" (parent: .abstract.instanceof.App\Controller\Frontend\AlertController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AlertController).
  • Resolving inheritance for "App\Controller\Frontend\AlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AlertController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AmazonController" (parent: .abstract.instanceof.App\Controller\Frontend\AmazonController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AmazonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AmazonController).
  • Resolving inheritance for "App\Controller\Frontend\AmazonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AmazonController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AuthController" (parent: .abstract.instanceof.App\Controller\Frontend\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AuthController).
  • Resolving inheritance for "App\Controller\Frontend\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CartController" (parent: .abstract.instanceof.App\Controller\Frontend\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CartController).
  • Resolving inheritance for "App\Controller\Frontend\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ContentController" (parent: .abstract.instanceof.App\Controller\Frontend\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ContentController).
  • Resolving inheritance for "App\Controller\Frontend\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DocumentController" (parent: .abstract.instanceof.App\Controller\Frontend\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DocumentController).
  • Resolving inheritance for "App\Controller\Frontend\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\FrontendController" (parent: .abstract.instanceof.App\Controller\Frontend\FrontendController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\FrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\FrontendController).
  • Resolving inheritance for "App\Controller\Frontend\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\FrontendController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\MenuController" (parent: .abstract.instanceof.App\Controller\Frontend\MenuController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\MenuController).
  • Resolving inheritance for "App\Controller\Frontend\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\MenuController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ShareController" (parent: .abstract.instanceof.App\Controller\Frontend\ShareController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ShareController).
  • Resolving inheritance for "App\Controller\Frontend\ShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ShareController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\TestController" (parent: .abstract.instanceof.App\Controller\Frontend\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\TestController).
  • Resolving inheritance for "App\Controller\Frontend\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\UserController" (parent: .abstract.instanceof.App\Controller\Frontend\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\UserController).
  • Resolving inheritance for "App\Controller\Frontend\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
  • Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\LocaleSubscriber" (parent: .abstract.instanceof.App\EventListener\User\LocaleSubscriber).
  • Resolving inheritance for "App\EventListener\User\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\LocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\PasswordResettingSubscriber" (parent: .abstract.instanceof.App\EventListener\User\PasswordResettingSubscriber).
  • Resolving inheritance for "App\EventListener\User\PasswordResettingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\PasswordResettingSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\UserLocaleSubscriber" (parent: .abstract.instanceof.App\EventListener\User\UserLocaleSubscriber).
  • Resolving inheritance for "App\EventListener\User\UserLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\UserLocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
  • Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\BoatType" (parent: .abstract.instanceof.App\Form\Federation\BoatType).
  • Resolving inheritance for "App\Form\Federation\BoatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\BoatType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ClasseType" (parent: .abstract.instanceof.App\Form\Federation\ClasseType).
  • Resolving inheritance for "App\Form\Federation\ClasseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ClasseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ContactRaceType" (parent: .abstract.instanceof.App\Form\Federation\ContactRaceType).
  • Resolving inheritance for "App\Form\Federation\ContactRaceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ContactRaceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationEditType" (parent: .abstract.instanceof.App\Form\Federation\ParticipationEditType).
  • Resolving inheritance for "App\Form\Federation\ParticipationEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationImportType" (parent: .abstract.instanceof.App\Form\Federation\ParticipationImportType).
  • Resolving inheritance for "App\Form\Federation\ParticipationImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationImportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationType" (parent: .abstract.instanceof.App\Form\Federation\ParticipationType).
  • Resolving inheritance for "App\Form\Federation\ParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\RaceType" (parent: .abstract.instanceof.App\Form\Federation\RaceType).
  • Resolving inheritance for "App\Form\Federation\RaceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\RaceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\SelectFilesType" (parent: .abstract.instanceof.App\Form\Federation\SelectFilesType).
  • Resolving inheritance for "App\Form\Federation\SelectFilesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\SelectFilesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\SkipperType" (parent: .abstract.instanceof.App\Form\Federation\SkipperType).
  • Resolving inheritance for "App\Form\Federation\SkipperType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\SkipperType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\TeamType" (parent: .abstract.instanceof.App\Form\Federation\TeamType).
  • Resolving inheritance for "App\Form\Federation\TeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\TeamType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\CategoryType" (parent: .abstract.instanceof.App\Form\Media\CategoryType).
  • Resolving inheritance for "App\Form\Media\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ConversionType" (parent: .abstract.instanceof.App\Form\Media\ConversionType).
  • Resolving inheritance for "App\Form\Media\ConversionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ConversionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentAttachmentType" (parent: .abstract.instanceof.App\Form\Media\DocumentAttachmentType).
  • Resolving inheritance for "App\Form\Media\DocumentAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentAttachmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentEditType" (parent: .abstract.instanceof.App\Form\Media\DocumentEditType).
  • Resolving inheritance for "App\Form\Media\DocumentEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentFilterType" (parent: .abstract.instanceof.App\Form\Media\DocumentFilterType).
  • Resolving inheritance for "App\Form\Media\DocumentFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentFrontFilterType" (parent: .abstract.instanceof.App\Form\Media\DocumentFrontFilterType).
  • Resolving inheritance for "App\Form\Media\DocumentFrontFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentFrontFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentType" (parent: .abstract.instanceof.App\Form\Media\DocumentType).
  • Resolving inheritance for "App\Form\Media\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentTypeType" (parent: .abstract.instanceof.App\Form\Media\DocumentTypeType).
  • Resolving inheritance for "App\Form\Media\DocumentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentsType" (parent: .abstract.instanceof.App\Form\Media\DocumentsType).
  • Resolving inheritance for "App\Form\Media\DocumentsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DownloadMultipleType" (parent: .abstract.instanceof.App\Form\Media\DownloadMultipleType).
  • Resolving inheritance for "App\Form\Media\DownloadMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DownloadMultipleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\FolderType" (parent: .abstract.instanceof.App\Form\Media\FolderType).
  • Resolving inheritance for "App\Form\Media\FolderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\FolderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\FormatType" (parent: .abstract.instanceof.App\Form\Media\FormatType).
  • Resolving inheritance for "App\Form\Media\FormatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\FormatType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ImportType" (parent: .abstract.instanceof.App\Form\Media\ImportType).
  • Resolving inheritance for "App\Form\Media\ImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ImportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\MoviesType" (parent: .abstract.instanceof.App\Form\Media\MoviesType).
  • Resolving inheritance for "App\Form\Media\MoviesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\MoviesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\NotificationFilterType" (parent: .abstract.instanceof.App\Form\Media\NotificationFilterType).
  • Resolving inheritance for "App\Form\Media\NotificationFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\NotificationFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\PicturesType" (parent: .abstract.instanceof.App\Form\Media\PicturesType).
  • Resolving inheritance for "App\Form\Media\PicturesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\PicturesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ShareCartType" (parent: .abstract.instanceof.App\Form\Media\ShareCartType).
  • Resolving inheritance for "App\Form\Media\ShareCartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ShareCartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\SoundsType" (parent: .abstract.instanceof.App\Form\Media\SoundsType).
  • Resolving inheritance for "App\Form\Media\SoundsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\SoundsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\TagType" (parent: .abstract.instanceof.App\Form\Media\TagType).
  • Resolving inheritance for "App\Form\Media\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\TagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhoneNumberTypeExtension" (parent: .abstract.instanceof.App\Form\PhoneNumberTypeExtension).
  • Resolving inheritance for "App\Form\PhoneNumberTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhoneNumberTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
  • Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteCategoriesType" (parent: .abstract.instanceof.App\Form\Site\AccessSiteCategoriesType).
  • Resolving inheritance for "App\Form\Site\AccessSiteCategoriesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteCategoriesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteComplementType" (parent: .abstract.instanceof.App\Form\Site\AccessSiteComplementType).
  • Resolving inheritance for "App\Form\Site\AccessSiteComplementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteComplementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteEditType" (parent: .abstract.instanceof.App\Form\Site\AccessSiteEditType).
  • Resolving inheritance for "App\Form\Site\AccessSiteEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteFilterType" (parent: .abstract.instanceof.App\Form\Site\AccessSiteFilterType).
  • Resolving inheritance for "App\Form\Site\AccessSiteFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteType" (parent: .abstract.instanceof.App\Form\Site\AccessSiteType).
  • Resolving inheritance for "App\Form\Site\AccessSiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AddUserAccessType" (parent: .abstract.instanceof.App\Form\Site\AddUserAccessType).
  • Resolving inheritance for "App\Form\Site\AddUserAccessType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AddUserAccessType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\NewAccessSiteType" (parent: .abstract.instanceof.App\Form\Site\NewAccessSiteType).
  • Resolving inheritance for "App\Form\Site\NewAccessSiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\NewAccessSiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\NotificationType" (parent: .abstract.instanceof.App\Form\Site\NotificationType).
  • Resolving inheritance for "App\Form\Site\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\NotificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\RegisterAccessSiteType" (parent: .abstract.instanceof.App\Form\Site\RegisterAccessSiteType).
  • Resolving inheritance for "App\Form\Site\RegisterAccessSiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\RegisterAccessSiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\SiteType" (parent: .abstract.instanceof.App\Form\Site\SiteType).
  • Resolving inheritance for "App\Form\Site\SiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\SiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\AccountType" (parent: .abstract.instanceof.App\Form\ThirdParty\AccountType).
  • Resolving inheritance for "App\Form\ThirdParty\AccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\AccountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\AddressType" (parent: .abstract.instanceof.App\Form\ThirdParty\AddressType).
  • Resolving inheritance for "App\Form\ThirdParty\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\AddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\RegisterAddressType" (parent: .abstract.instanceof.App\Form\ThirdParty\RegisterAddressType).
  • Resolving inheritance for "App\Form\ThirdParty\RegisterAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\RegisterAddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\RegisterType" (parent: .abstract.instanceof.App\Form\ThirdParty\RegisterType).
  • Resolving inheritance for "App\Form\ThirdParty\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\RegisterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyEditType" (parent: .abstract.instanceof.App\Form\ThirdParty\ThirdPartyEditType).
  • Resolving inheritance for "App\Form\ThirdParty\ThirdPartyEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyFilterType" (parent: .abstract.instanceof.App\Form\ThirdParty\ThirdPartyFilterType).
  • Resolving inheritance for "App\Form\ThirdParty\ThirdPartyFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyType" (parent: .abstract.instanceof.App\Form\ThirdParty\ThirdPartyType).
  • Resolving inheritance for "App\Form\ThirdParty\ThirdPartyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyUserType" (parent: .abstract.instanceof.App\Form\ThirdParty\ThirdPartyUserType).
  • Resolving inheritance for "App\Form\ThirdParty\ThirdPartyUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\TypeType" (parent: .abstract.instanceof.App\Form\ThirdParty\TypeType).
  • Resolving inheritance for "App\Form\ThirdParty\TypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\TypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AccessesSiteType" (parent: .abstract.instanceof.App\Form\User\AccessesSiteType).
  • Resolving inheritance for "App\Form\User\AccessesSiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AccessesSiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckRegisterType" (parent: .abstract.instanceof.App\Form\User\CheckRegisterType).
  • Resolving inheritance for "App\Form\User\CheckRegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckRegisterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\DownloadFilterType" (parent: .abstract.instanceof.App\Form\User\DownloadFilterType).
  • Resolving inheritance for "App\Form\User\DownloadFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\DownloadFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\GroupType" (parent: .abstract.instanceof.App\Form\User\GroupType).
  • Resolving inheritance for "App\Form\User\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\GroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PrefixType" (parent: .abstract.instanceof.App\Form\User\PrefixType).
  • Resolving inheritance for "App\Form\User\PrefixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PrefixType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\RegisterUserType" (parent: .abstract.instanceof.App\Form\User\RegisterUserType).
  • Resolving inheritance for "App\Form\User\RegisterUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\RegisterUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserChangePasswordType" (parent: .abstract.instanceof.App\Form\User\UserChangePasswordType).
  • Resolving inheritance for "App\Form\User\UserChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserChangePasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserEditType" (parent: .abstract.instanceof.App\Form\User\UserEditType).
  • Resolving inheritance for "App\Form\User\UserEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserFilterType" (parent: .abstract.instanceof.App\Form\User\UserFilterType).
  • Resolving inheritance for "App\Form\User\UserFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserThirdPartyType" (parent: .abstract.instanceof.App\Form\User\UserThirdPartyType).
  • Resolving inheritance for "App\Form\User\UserThirdPartyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserThirdPartyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserType" (parent: .abstract.instanceof.App\Form\User\UserType).
  • Resolving inheritance for "App\Form\User\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserType).
  • Resolving inheritance for ".instanceof.Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface.0.App\LiipImagine\Filters\CustomWatermark" (parent: .abstract.instanceof.App\LiipImagine\Filters\CustomWatermark).
  • Resolving inheritance for "App\LiipImagine\Filters\CustomWatermark" (parent: .instanceof.Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface.0.App\LiipImagine\Filters\CustomWatermark).
  • Resolving inheritance for ".instanceof.Liip\ImagineBundle\Binary\Loader\LoaderInterface.0.App\LiipImagine\Loader\AwsDataLoader" (parent: .abstract.instanceof.App\LiipImagine\Loader\AwsDataLoader).
  • Resolving inheritance for "App\LiipImagine\Loader\AwsDataLoader" (parent: .instanceof.Liip\ImagineBundle\Binary\Loader\LoaderInterface.0.App\LiipImagine\Loader\AwsDataLoader).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\BoatRepository" (parent: .abstract.instanceof.App\Repository\Federation\BoatRepository).
  • Resolving inheritance for "App\Repository\Federation\BoatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\BoatRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\ClassesRepository" (parent: .abstract.instanceof.App\Repository\Federation\ClassesRepository).
  • Resolving inheritance for "App\Repository\Federation\ClassesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\ClassesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\ParticipationRepository" (parent: .abstract.instanceof.App\Repository\Federation\ParticipationRepository).
  • Resolving inheritance for "App\Repository\Federation\ParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\ParticipationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\RaceRepository" (parent: .abstract.instanceof.App\Repository\Federation\RaceRepository).
  • Resolving inheritance for "App\Repository\Federation\RaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\RaceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\SkipperRepository" (parent: .abstract.instanceof.App\Repository\Federation\SkipperRepository).
  • Resolving inheritance for "App\Repository\Federation\SkipperRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\SkipperRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\TeamRepository" (parent: .abstract.instanceof.App\Repository\Federation\TeamRepository).
  • Resolving inheritance for "App\Repository\Federation\TeamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\TeamRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\CartRepository" (parent: .abstract.instanceof.App\Repository\Media\CartRepository).
  • Resolving inheritance for "App\Repository\Media\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\CartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Media\CategoryRepository).
  • Resolving inheritance for "App\Repository\Media\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ConversaionRepository" (parent: .abstract.instanceof.App\Repository\Media\ConversaionRepository).
  • Resolving inheritance for "App\Repository\Media\ConversaionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ConversaionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\DocumentRepository" (parent: .abstract.instanceof.App\Repository\Media\DocumentRepository).
  • Resolving inheritance for "App\Repository\Media\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\DocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\DocumentTypeRepository" (parent: .abstract.instanceof.App\Repository\Media\DocumentTypeRepository).
  • Resolving inheritance for "App\Repository\Media\DocumentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\DocumentTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\FormatRepository" (parent: .abstract.instanceof.App\Repository\Media\FormatRepository).
  • Resolving inheritance for "App\Repository\Media\FormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\FormatRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ImportRepository" (parent: .abstract.instanceof.App\Repository\Media\ImportRepository).
  • Resolving inheritance for "App\Repository\Media\ImportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ImportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\NotificationRepository" (parent: .abstract.instanceof.App\Repository\Media\NotificationRepository).
  • Resolving inheritance for "App\Repository\Media\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\NotificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\QualityRepository" (parent: .abstract.instanceof.App\Repository\Media\QualityRepository).
  • Resolving inheritance for "App\Repository\Media\QualityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\QualityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ShareCartRepository" (parent: .abstract.instanceof.App\Repository\Media\ShareCartRepository).
  • Resolving inheritance for "App\Repository\Media\ShareCartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ShareCartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ShareRepository" (parent: .abstract.instanceof.App\Repository\Media\ShareRepository).
  • Resolving inheritance for "App\Repository\Media\ShareRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ShareRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\SocialNetworkRepository" (parent: .abstract.instanceof.App\Repository\Media\SocialNetworkRepository).
  • Resolving inheritance for "App\Repository\Media\SocialNetworkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\SocialNetworkRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\TagRepository" (parent: .abstract.instanceof.App\Repository\Media\TagRepository).
  • Resolving inheritance for "App\Repository\Media\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\TagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
  • Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Site\AccessSiteRepository" (parent: .abstract.instanceof.App\Repository\Site\AccessSiteRepository).
  • Resolving inheritance for "App\Repository\Site\AccessSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Site\AccessSiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Site\SiteRepository" (parent: .abstract.instanceof.App\Repository\Site\SiteRepository).
  • Resolving inheritance for "App\Repository\Site\SiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Site\SiteRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Service\Email\SendEmailMessageHandler" (parent: .abstract.instanceof.App\Service\Email\SendEmailMessageHandler).
  • Resolving inheritance for "App\Service\Email\SendEmailMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Service\Email\SendEmailMessageHandler).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Base64Extension" (parent: .abstract.instanceof.App\Twig\Base64Extension).
  • Resolving inheritance for "App\Twig\Base64Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Base64Extension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension" (parent: .abstract.instanceof.App\Twig\DateExtension).
  • Resolving inheritance for "App\Twig\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DoctrineExtension" (parent: .abstract.instanceof.App\Twig\DoctrineExtension).
  • Resolving inheritance for "App\Twig\DoctrineExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DoctrineExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.password_resetting" (parent: .abstract.instanceof.user.password_resetting).
  • Resolving inheritance for "user.password_resetting" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.password_resetting).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.language_preferencies" (parent: .abstract.instanceof.user.language_preferencies).
  • Resolving inheritance for "user.language_preferencies" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.language_preferencies).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.set_language_preferencies" (parent: .abstract.instanceof.user.set_language_preferencies).
  • Resolving inheritance for "user.set_language_preferencies" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.set_language_preferencies).
  • Resolving inheritance for ".instanceof.Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface.0.imagine.filter.customWatermark" (parent: .abstract.instanceof.imagine.filter.customWatermark).
  • Resolving inheritance for "imagine.filter.customWatermark" (parent: .instanceof.Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface.0.imagine.filter.customWatermark).
  • Resolving inheritance for ".instanceof.Liip\ImagineBundle\Binary\Loader\LoaderInterface.0.imagine.data.loader.aws" (parent: .abstract.instanceof.imagine.data.loader.aws).
  • Resolving inheritance for "imagine.data.loader.aws" (parent: .instanceof.Liip\ImagineBundle\Binary\Loader\LoaderInterface.0.imagine.data.loader.aws).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.batch.import" (parent: .abstract.instanceof.batch.import).
  • Resolving inheritance for "batch.import" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.batch.import).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.social_network.share" (parent: .abstract.instanceof.social_network.share).
  • Resolving inheritance for "social_network.share" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.social_network.share).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "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 "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce" (parent: .abstract.instanceof.twig.extension.stfalcon_tinymce).
  • Resolving inheritance for "twig.extension.stfalcon_tinymce" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • 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 "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.backend_login" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.backend_login" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.backend_login" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.backend_login" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.backend_login" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.backend_login" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.backend_login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.reset_password" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.reset_password" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.reset_password" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.reset_password" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.reset_password" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.reset_password" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.reset_password" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.frontend_login" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.3" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.frontend_login" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.frontend_login" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.frontend_login" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.frontend_login" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.frontend_login" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.frontend_login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.auth_reset_password" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.4" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.auth_reset_password" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.auth_reset_password" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.auth_reset_password" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.auth_reset_password" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.auth_reset_password" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.auth_reset_password" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.auth_register" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.5" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.auth_register" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.auth_register" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.auth_register" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.auth_register" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.auth_register" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.auth_register" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.amazon_notification" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.6" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.amazon_notification" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.amazon_notification" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.amazon_notification" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.amazon_notification" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.amazon_notification" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.amazon_notification" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.alert" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.7" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.alert" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.alert" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.alert" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.alert" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.alert" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.alert" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.share" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.8" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.share" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.share" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.share" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.share" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.share" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.share" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.shareView" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.9" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.shareView" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.shareView" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.shareView" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.shareView" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.shareView" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.shareView" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.public_content" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.10" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.public_content" (parent: security.listener.session).
  • Resolving inheritance for "security.authenticator.manager.public_content" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.public_content" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.public_content" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.public_content" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.public_content" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.backend" (parent: security.firewall.config).
  • Resolving inheritance for "security.listener.backend.user_provider" (parent: security.listener.user_provider.abstract).
  • Resolving inheritance for "security.context_listener.11" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.backend" (parent: security.listener.session).
  • Resolving inheritance for "security.logout_listener.backend" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.backend" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.backend" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authenticator.form_login.backend" (parent: security.authenticator.form_login).
  • Resolving inheritance for "security.authentication.success_handler.backend.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.backend.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authenticator.manager.backend" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.backend" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.backend" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.authentication.switchuser_listener.backend" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.backend" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.backend" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "security.firewall.map.config.frontend" (parent: security.firewall.config).
  • Resolving inheritance for "security.listener.frontend.user_provider" (parent: security.listener.user_provider.abstract).
  • Resolving inheritance for "security.context_listener.12" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.frontend" (parent: security.listener.session).
  • Resolving inheritance for "security.logout_listener.frontend" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.frontend" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.frontend" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authenticator.form_login.frontend" (parent: security.authenticator.form_login).
  • Resolving inheritance for "security.authentication.success_handler.frontend.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.frontend.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authenticator.manager.frontend" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.frontend" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.frontend" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.frontend" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.frontend" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "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.messenger" (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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.sns" (parent: monolog.logger_prototype).
1
  • Skipping service "user.fos_mailer": Class or interface "App\FOSUser\FOSUserMailer" cannot be loaded.
366
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; reason: private alias.
  • Removed service "Symfony\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\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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 "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
  • Removed service "Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.backend_login"; reason: private alias.
  • Removed service "security.user_checker.backend_login"; reason: private alias.
  • Removed service "security.authentication.session_strategy.reset_password"; reason: private alias.
  • Removed service "security.user_checker.reset_password"; reason: private alias.
  • Removed service "security.authentication.session_strategy.frontend_login"; reason: private alias.
  • Removed service "security.user_checker.frontend_login"; reason: private alias.
  • Removed service "security.authentication.session_strategy.auth_reset_password"; reason: private alias.
  • Removed service "security.user_checker.auth_reset_password"; reason: private alias.
  • Removed service "security.authentication.session_strategy.auth_register"; reason: private alias.
  • Removed service "security.user_checker.auth_register"; reason: private alias.
  • Removed service "security.authentication.session_strategy.amazon_notification"; reason: private alias.
  • Removed service "security.user_checker.amazon_notification"; reason: private alias.
  • Removed service "security.authentication.session_strategy.alert"; reason: private alias.
  • Removed service "security.user_checker.alert"; reason: private alias.
  • Removed service "security.authentication.session_strategy.share"; reason: private alias.
  • Removed service "security.user_checker.share"; reason: private alias.
  • Removed service "security.authentication.session_strategy.shareView"; reason: private alias.
  • Removed service "security.user_checker.shareView"; reason: private alias.
  • Removed service "security.authentication.session_strategy.public_content"; reason: private alias.
  • Removed service "security.user_checker.public_content"; reason: private alias.
  • Removed service "security.authentication.session_strategy.backend"; reason: private alias.
  • Removed service "security.user_checker.backend"; reason: private alias.
  • Removed service "security.authentication.session_strategy.frontend"; reason: private alias.
  • Removed service "security.user_checker.frontend"; reason: private alias.
  • Removed service "security.firewall.context_locator"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "fos_js_routing.router"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; 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 "liip_imagine.mime_type_guesser"; reason: private alias.
  • Removed service "liip_imagine.extension_guesser"; reason: private alias.
  • Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snsLogger"; reason: private alias.
  • Removed service ".service_locator.6DxUFLS"; reason: private alias.
  • Removed service ".service_locator.27KOu4H"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator.YUJQm_X"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.EJvYqfx"; reason: private alias.
  • Removed service ".service_locator.Q3Kn9xI"; reason: private alias.
  • Removed service ".service_locator.WWSPOEL"; reason: private alias.
  • Removed service ".service_locator.WDTCwr6"; reason: private alias.
  • Removed service ".service_locator.xIL1W0d"; reason: private alias.
  • Removed service ".service_locator.Kfc1VUn"; reason: private alias.
  • Removed service ".service_locator.Cz4Zg77"; reason: private alias.
  • Removed service ".service_locator.0wTRoIp"; reason: private alias.
  • Removed service ".service_locator.UxoBi6Y"; reason: private alias.
  • Removed service ".service_locator.0nw0Iz."; reason: private alias.
  • Removed service ".service_locator.UZEA6f."; reason: private alias.
  • Removed service ".service_locator.m7HQTKn"; reason: private alias.
  • Removed service ".service_locator.baDmxH6"; reason: private alias.
  • Removed service ".service_locator.CTcdWb1"; reason: private alias.
  • Removed service ".service_locator.BcExfpd"; reason: private alias.
  • Removed service ".service_locator.99SLdid"; reason: private alias.
  • Removed service ".service_locator.ifi92S0"; reason: private alias.
  • Removed service ".service_locator.NLqFI3Y"; reason: private alias.
  • Removed service ".service_locator.E4Qxu4I"; reason: private alias.
  • Removed service ".service_locator.kBcb6sd"; reason: private alias.
  • Removed service ".service_locator.kdKsWx5"; reason: private alias.
  • Removed service ".service_locator.pJ6Vjmh"; reason: private alias.
  • Removed service ".service_locator.w9nODv3"; reason: private alias.
  • Removed service ".service_locator.yMwuH60"; reason: private alias.
  • Removed service ".service_locator.6TFxLsk"; reason: private alias.
  • Removed service ".service_locator.R4OrQ_Y"; reason: private alias.
  • Removed service ".service_locator.KsC2FXg"; reason: private alias.
  • Removed service ".service_locator.XCx01l5"; reason: private alias.
  • Removed service ".service_locator.ZVvO_mr"; reason: private alias.
  • Removed service ".service_locator.2GGvb3z"; reason: private alias.
  • Removed service ".service_locator.gQmPErf"; reason: private alias.
  • Removed service ".service_locator.tiaSgPs"; reason: private alias.
  • Removed service ".service_locator.obxSVi5"; reason: private alias.
  • Removed service ".service_locator.JUhZf6Y"; reason: private alias.
  • Removed service ".service_locator.cSwO72l"; reason: private alias.
  • Removed service ".service_locator.CHoLIHz"; reason: private alias.
  • Removed service ".service_locator.JcG1Szl"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service ".service_locator.NKUHFo3"; reason: private alias.
  • Removed service ".service_locator.croC3Pt"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.azFlwdY"; reason: private alias.
  • Removed service ".service_locator.4CD_bTu"; 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 "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "security.firewall.authenticator.api"; reason: private alias.
  • Removed service "security.firewall.authenticator.backend_login"; reason: private alias.
  • Removed service "security.firewall.authenticator.reset_password"; reason: private alias.
  • Removed service "security.firewall.authenticator.frontend_login"; reason: private alias.
  • Removed service "security.firewall.authenticator.auth_reset_password"; reason: private alias.
  • Removed service "security.firewall.authenticator.auth_register"; reason: private alias.
  • Removed service "security.firewall.authenticator.amazon_notification"; reason: private alias.
  • Removed service "security.firewall.authenticator.alert"; reason: private alias.
  • Removed service "security.firewall.authenticator.share"; reason: private alias.
  • Removed service "security.firewall.authenticator.shareView"; reason: private alias.
  • Removed service "security.firewall.authenticator.public_content"; reason: private alias.
  • Removed service "security.firewall.authenticator.backend"; reason: private alias.
  • Removed service "security.firewall.authenticator.frontend"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "messenger.bus.default"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service ".service_locator.uo5c0SP"; reason: private alias.
  • Removed service ".service_locator.URfgn8g"; reason: private alias.
  • Removed service ".service_locator.sAO2EJW"; reason: private alias.
  • Removed service ".service_locator.DUsslVm"; reason: private alias.
  • Removed service ".service_locator.9dB2DTl"; reason: private alias.
  • Removed service ".service_locator.426yQGu"; reason: private alias.
  • Removed service ".service_locator.a89GR44"; reason: private alias.
  • Removed service ".service_locator.b5IXyPB"; reason: private alias.
  • Removed service ".service_locator.3Y9_yk1"; reason: private alias.
  • Removed service ".service_locator.5BcDf_v"; reason: private alias.
  • Removed service ".service_locator.IxDColN"; reason: private alias.
  • Removed service ".service_locator.mTDIFWf"; reason: private alias.
  • Removed service ".service_locator.2Kv8oAq"; reason: private alias.
  • Removed service ".service_locator.CAKttAp"; reason: private alias.
  • Removed service ".service_locator.C3aTZLP"; reason: private alias.
  • Removed service ".service_locator._EAk9Vr"; reason: private alias.
  • Removed service ".service_locator.nXvExi7"; reason: private alias.
  • Removed service ".service_locator.ATbHRLM"; reason: private alias.
  • Removed service ".service_locator.HRRbyhr"; reason: private alias.
  • Removed service ".service_locator.EKCgYNl"; reason: private alias.
  • Removed service ".service_locator.HJHvdzZ"; reason: private alias.
  • Removed service ".service_locator.k5MK0xD"; reason: private alias.
  • Removed service ".service_locator.qSbp9nN"; reason: private alias.
  • Removed service ".service_locator.2G8Ms9B"; reason: private alias.
  • Removed service ".service_locator.vg99f.r"; reason: private alias.
  • Removed service ".service_locator.0QEzmLs"; reason: private alias.
  • Removed service ".service_locator..5sy4SM"; reason: private alias.
  • Removed service ".service_locator.5FGXDBT"; reason: private alias.
  • Removed service ".service_locator.wbjgZIr"; reason: private alias.
  • Removed service ".service_locator.n8BWX0H"; reason: private alias.
  • Removed service ".service_locator.Ky3nzW2"; reason: private alias.
  • Removed service ".service_locator.u_lnJqL"; reason: private alias.
  • Removed service ".service_locator.Ud1HX3T"; reason: private alias.
  • Removed service ".service_locator.Vqxdtva"; reason: private alias.
  • Removed service ".service_locator.Svekdwz"; reason: private alias.
  • Removed service ".service_locator.FNUF9ZR"; reason: private alias.
  • Removed service ".service_locator.5b2UJ.p"; reason: private alias.
  • Removed service ".service_locator.0Rlr9Qs"; reason: private alias.
  • Removed service ".service_locator.7hzDBy3"; reason: private alias.
  • Removed service ".service_locator.PDbNcU6"; reason: private alias.
  • Removed service ".service_locator.Nny6_qH"; reason: private alias.
  • Removed service ".service_locator.woQ7nCx"; reason: private alias.
  • Removed service ".service_locator.VVApgTl"; reason: private alias.
  • Removed service ".service_locator.p.ccc_N"; reason: private alias.
  • Removed service ".service_locator.lOZeGSh"; reason: private alias.
  • Removed service ".service_locator.wH4Dl2u"; reason: private alias.
  • Removed service ".service_locator.tEhu4.P"; reason: private alias.
  • Removed service ".service_locator.CqUInDS"; reason: private alias.
  • Removed service ".service_locator._7F08l7"; reason: private alias.
  • Removed service ".service_locator.NPH8xAR"; reason: private alias.
  • Removed service ".service_locator.Zfx8Kkx"; reason: private alias.
  • Removed service ".service_locator.zV3gpD8"; reason: private alias.
  • Removed service ".service_locator.JU_1gFH"; reason: private alias.
  • Removed service ".service_locator.bpCzRPc"; reason: private alias.
  • Removed service ".service_locator.Gf4Gasx"; reason: private alias.
  • Removed service ".service_locator.aEIxiHm"; reason: private alias.
  • Removed service ".service_locator.cit3xIT"; reason: private alias.
  • Removed service ".service_locator.Fxv5iOX"; reason: private alias.
  • Removed service ".service_locator.d7SsyVz"; reason: private alias.
  • Removed service ".service_locator.AAxtAsk"; reason: private alias.
  • Removed service ".service_locator.3YCSYcx"; reason: private alias.
  • Removed service ".service_locator.lGpjeTG"; reason: private alias.
  • Removed service ".service_locator.elrornL"; reason: private alias.
  • Removed service ".service_locator.EtZjUfz"; reason: private alias.
  • Removed service ".service_locator.E.O.p78"; reason: private alias.
  • Removed service ".service_locator.1SVuisl"; reason: private alias.
  • Removed service ".service_locator.1DCm14W"; reason: private alias.
  • Removed service ".service_locator.g3gaVF7"; reason: private alias.
  • Removed service ".service_locator.EAcGfAC"; reason: private alias.
  • Removed service ".service_locator.kRo3n_F"; reason: private alias.
  • Removed service ".service_locator.8ug4ZE2"; reason: private alias.
  • Removed service ".service_locator._4IT2S5"; reason: private alias.
  • Removed service ".service_locator.LcOHsrC"; reason: private alias.
  • Removed service ".service_locator.QF76KD."; reason: private alias.
  • Removed service ".service_locator.BZDF.hd"; reason: private alias.
  • Removed service ".service_locator.kAMCWsU"; reason: private alias.
  • Removed service ".service_locator.LRbUUQa"; reason: private alias.
  • Removed service ".service_locator.saIoS89"; reason: private alias.
  • Removed service ".service_locator.gnED0EF"; reason: private alias.
  • Removed service ".service_locator.czGKmt1"; reason: private alias.
  • Removed service ".service_locator.KD7eaC9"; reason: private alias.
  • Removed service ".service_locator.i3hCojp"; reason: private alias.
  • Removed service ".service_locator.2DqFwCC"; reason: private alias.
  • Removed service ".service_locator.ehIACRj"; reason: private alias.
  • Removed service ".service_locator.Y8GiJp4"; reason: private alias.
  • Removed service ".service_locator.n4QVG34"; reason: private alias.
  • Removed service ".service_locator.OXkB2Jq"; reason: private alias.
  • Removed service ".service_locator.TXBrwrO"; reason: private alias.
  • Removed service ".service_locator.xf3M4xo"; reason: private alias.
  • Removed service ".service_locator.bWbLsAb"; reason: private alias.
  • Removed service ".service_locator.s91I_IH"; reason: private alias.
  • Removed service ".service_locator.B1DdcnU"; reason: private alias.
  • Removed service ".service_locator.iigDC2J"; reason: private alias.
  • Removed service ".service_locator.xBK7MED"; reason: private alias.
  • Removed service ".service_locator.WUQLDJD"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
140
  • Changed reference of service "App\EventListener\Media\ShareCartEmail" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventListener\User\PasswordResettingSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventListener\User\UserLocaleSubscriber" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\Service\Email\EmailManager" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "App\Service\Email\EmailManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "user.password_resetting" previously pointing to "router.default" to "router".
  • Changed reference of service "user.password_resetting" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "user.set_language_preferencies" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "user.fos_mailer" previously pointing to "router.default" to "router".
  • Changed reference of service "email.emailmanager" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "email.emailmanager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "media.shareCartEmail" previously pointing to "router.default" to "router".
  • 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 "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
  • Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • 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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.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 "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.backend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.GmczL3y" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.d98WqK_" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.UyoKVPZ" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.I6IzRT6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.vq6Nmon" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Nvr2sne" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.9pkI4__" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.fTXxWi9" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator..1dVHNq" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.0AyH1Ff" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.kqMkIj_" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.U3l3OxG" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.3wzkw4l" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.cwHPeaA" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.wjlOd0c" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.oRIgoYz" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.t89gPNP" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.g1yr3v0" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.bBdqS.S" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator..ER.Al6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.SiebDKi" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.2DTCDvl" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.7T6B7Yc" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.2TEBR9R" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.5h85Fnt" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator._GrW.yv" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Rn8of15" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.ChB1kN_" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.2Du0awV" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.2dHO.Ri" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.djZQAxs" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.wVD7Ekc" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.9b3SvHJ" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.jVUG977" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.9BCQqzj" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Ed5DhWl" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.St7SG45" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.G_MFUo9" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.M3.vVdL" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.M3.vVdL" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.ZBRnGo2" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.XpnNYdl" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.97CQ7IB" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.twhbzBq" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.twhbzBq" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.twhbzBq" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.gfmpppF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.gfmpppF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.gfmpppF" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.9hVa_MT" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "console.command.public_alias.App\Command\ShareOnSocialNetwork" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.public_alias.social_network.share" previously pointing to "router.default" to "router".
410
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "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 "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_open_transaction_logger"; 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 "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.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.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BatchImport"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\BatchImport"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShareOnSocialNetwork"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ShareOnSocialNetwork"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BackendController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BackendController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\BackendController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BulkActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BulkActionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\BulkActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\BoatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\BoatController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Federation\BoatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\ClasseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\ClasseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Federation\ClasseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\ParticipationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\ParticipationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Federation\ParticipationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\RaceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\RaceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Federation\RaceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\SkipperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\SkipperController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Federation\SkipperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Federation\TeamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Federation\TeamController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Federation\TeamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\ConversionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\ConversionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\ConversionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\DocumentTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\DocumentTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\DocumentTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\EncodingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\EncodingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\EncodingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\FormatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\FormatController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\FormatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\SocialNetworkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\SocialNetworkController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\SocialNetworkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Media\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Media\TagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Media\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Site\AccessSiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Site\AccessSiteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Site\AccessSiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\Site\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\Site\SiteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\Site\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\AddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\AddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ThirdParty\AddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\ThirdPartyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\ThirdPartyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ThirdParty\ThirdPartyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ThirdParty\TypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ThirdParty\TypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ThirdParty\TypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\AlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\AlertController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\User\AlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\DownloadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\User\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\PrefixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\PrefixController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\User\PrefixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\User\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\User\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\User\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AlertController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\AlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AmazonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AmazonController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\AmazonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\FrontendController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\FrontendController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\FrontendController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\MenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\MenuController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\MenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ShareController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ShareController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\ShareController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\TestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\LocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\User\LocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\PasswordResettingSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\User\PasswordResettingSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\UserLocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\User\UserLocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\BoatType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\BoatType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ClasseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\ClasseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ContactRaceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\ContactRaceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\ParticipationEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationImportType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\ParticipationImportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\ParticipationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\ParticipationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\RaceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\RaceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\SelectFilesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\SelectFilesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\SkipperType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\SkipperType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Federation\TeamType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Federation\TeamType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ConversionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\ConversionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentAttachmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DocumentAttachmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DocumentEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DocumentFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentFrontFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DocumentFrontFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DocumentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DocumentTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DocumentsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DocumentsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\DownloadMultipleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\DownloadMultipleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\FolderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\FolderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\FormatType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\FormatType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ImportType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\ImportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\MoviesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\MoviesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\NotificationFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\NotificationFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\PicturesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\PicturesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\ShareCartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\ShareCartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\SoundsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\SoundsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Media\TagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Media\TagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhoneNumberTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PhoneNumberTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteCategoriesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\AccessSiteCategoriesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteComplementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\AccessSiteComplementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\AccessSiteEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\AccessSiteFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AccessSiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\AccessSiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\AddUserAccessType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\AddUserAccessType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\NewAccessSiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\NewAccessSiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\NotificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\NotificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\RegisterAccessSiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\RegisterAccessSiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Site\SiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Site\SiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\AccountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\AccountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\AddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\AddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\RegisterAddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\RegisterAddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\RegisterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\RegisterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\ThirdPartyEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\ThirdPartyFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\ThirdPartyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\ThirdPartyUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\ThirdPartyUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThirdParty\TypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ThirdParty\TypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AccessesSiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\AccessesSiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckRegisterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\CheckRegisterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\DownloadFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\DownloadFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\GroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\GroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PrefixType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\PrefixType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\RegisterUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\RegisterUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserChangePasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\UserChangePasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\UserEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\UserFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserThirdPartyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\UserThirdPartyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\User\UserType"; reason: abstract.
  • Removed service ".instanceof.Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface.0.App\LiipImagine\Filters\CustomWatermark"; reason: abstract.
  • Removed service ".abstract.instanceof.App\LiipImagine\Filters\CustomWatermark"; reason: abstract.
  • Removed service ".instanceof.Liip\ImagineBundle\Binary\Loader\LoaderInterface.0.App\LiipImagine\Loader\AwsDataLoader"; reason: abstract.
  • Removed service ".abstract.instanceof.App\LiipImagine\Loader\AwsDataLoader"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\BoatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Federation\BoatRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\ClassesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Federation\ClassesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\ParticipationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Federation\ParticipationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\RaceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Federation\RaceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\SkipperRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Federation\SkipperRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Federation\TeamRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Federation\TeamRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\CartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\CartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ConversaionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\ConversaionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\DocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\DocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\DocumentTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\DocumentTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\FormatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\FormatRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ImportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\ImportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\NotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\NotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\QualityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\QualityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ShareCartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\ShareCartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\ShareRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\ShareRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\SocialNetworkRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\SocialNetworkRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Media\TagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Media\TagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Site\AccessSiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Site\AccessSiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Site\SiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Site\SiteRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Service\Email\SendEmailMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\Email\SendEmailMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Base64Extension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Base64Extension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\DateExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DoctrineExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\DoctrineExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.password_resetting"; reason: abstract.
  • Removed service ".abstract.instanceof.user.password_resetting"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.language_preferencies"; reason: abstract.
  • Removed service ".abstract.instanceof.user.language_preferencies"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.user.set_language_preferencies"; reason: abstract.
  • Removed service ".abstract.instanceof.user.set_language_preferencies"; reason: abstract.
  • Removed service ".instanceof.Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface.0.imagine.filter.customWatermark"; reason: abstract.
  • Removed service ".abstract.instanceof.imagine.filter.customWatermark"; reason: abstract.
  • Removed service ".instanceof.Liip\ImagineBundle\Binary\Loader\LoaderInterface.0.imagine.data.loader.aws"; reason: abstract.
  • Removed service ".abstract.instanceof.imagine.data.loader.aws"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.batch.import"; reason: abstract.
  • Removed service ".abstract.instanceof.batch.import"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.social_network.share"; reason: abstract.
  • Removed service ".abstract.instanceof.social_network.share"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce"; reason: abstract.
  • Removed service ".abstract.instanceof.twig.extension.stfalcon_tinymce"; reason: abstract.
115
  • Removed service "Google_Client"; reason: unused.
  • Removed service "App\Compiler\Api\ExceptionNormalizerPass"; reason: unused.
  • Removed service "App\Controller\Api\MediaController"; reason: unused.
  • Removed service "App\Controller\Api\UserController"; reason: unused.
  • Removed service "App\DataTransformer\Encoding\TransformIdToPresetarray"; reason: unused.
  • Removed service "App\EventListener\Batch\BatchProcessStart"; reason: unused.
  • Removed service "App\EventListener\Doctrine\DoctrineTranslatableExtensionListener"; reason: unused.
  • Removed service "App\EventListener\Doctrine\RemoveRelation"; reason: unused.
  • Removed service "App\EventListener\History\CurrentUser"; reason: unused.
  • Removed service "App\EventListener\Media\AlertDocument"; reason: unused.
  • Removed service "App\EventListener\Media\CopyrightAssign"; reason: unused.
  • Removed service "App\EventListener\Media\DateDocument"; reason: unused.
  • Removed service "App\EventListener\Media\DeleteConversion"; reason: unused.
  • Removed service "App\EventListener\Media\DeleteDocument"; reason: unused.
  • Removed service "App\EventListener\Media\LoadConversion"; reason: unused.
  • Removed service "App\EventListener\Media\ProofNotification"; reason: unused.
  • Removed service "App\EventListener\Media\ShareCartEmail"; reason: unused.
  • Removed service "App\EventListener\Site\AccessSiteNotification"; reason: unused.
  • Removed service "App\EventListener\Site\DynamicStyles"; reason: unused.
  • Removed service "App\EventListener\Site\SiteNotification"; reason: unused.
  • Removed service "App\EventListener\User\AuthenticationListener"; reason: unused.
  • Removed service "App\EventListener\User\PasswordResettingSubscriber"; reason: unused.
  • Removed service "App\Exception\Api\ResourceValidationException"; reason: unused.
  • Removed service "App\Normalizer\Api\AuthenticationCredentialsNotFoundExceptionNormalizer"; reason: unused.
  • Removed service "App\Normalizer\Api\NotFoundHttpExceptionNormalizer"; reason: unused.
  • Removed service "App\Repository\History\HistoryRepository"; reason: unused.
  • Removed service "App\Repository\ThirdParty\AddressRepository"; reason: unused.
  • Removed service "App\Repository\ThirdParty\ThirdPartyRepository"; reason: unused.
  • Removed service "App\Repository\ThirdParty\TypeRepository"; reason: unused.
  • Removed service "App\Repository\User\AlertRepository"; reason: unused.
  • Removed service "App\Repository\User\PrefixRepository"; reason: unused.
  • Removed service "App\Repository\User\UserRepository"; reason: unused.
  • Removed service "App\Service\Email\SendEmailMessage"; reason: unused.
  • Removed service "user.password_resetting"; reason: unused.
  • Removed service "user.fos_mailer"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.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 "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service "messenger.middleware.router_context"; reason: unused.
  • Removed service "messenger.transport.sqs.factory"; reason: unused.
  • Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
  • Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
  • Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "webpack_encore.cache"; 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 "doctrine.dbal.connection_expiries"; reason: unused.
  • Removed service ".1_ServiceLocator~J6RKjUk"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.authentication.retry_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authenticator.managers_locator"; reason: unused.
  • Removed service "security.user_authenticator"; reason: unused.
  • Removed service "security.authentication.manager"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
  • Removed service ".service_locator.Xbsa8iG"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
443
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\AuthController" to "App\Controller\Backend\AuthController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\BackendController" to "App\Controller\Backend\BackendController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\BulkActionController" to "App\Controller\Backend\BulkActionController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Federation\BoatController" to "App\Controller\Backend\Federation\BoatController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Federation\ClasseController" to "App\Controller\Backend\Federation\ClasseController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Federation\ParticipationController" to "App\Controller\Backend\Federation\ParticipationController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Federation\RaceController" to "App\Controller\Backend\Federation\RaceController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Federation\SkipperController" to "App\Controller\Backend\Federation\SkipperController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Federation\TeamController" to "App\Controller\Backend\Federation\TeamController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\CategoryController" to "App\Controller\Backend\Media\CategoryController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\ConversionController" to "App\Controller\Backend\Media\ConversionController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\DocumentController" to "App\Controller\Backend\Media\DocumentController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\DocumentTypeController" to "App\Controller\Backend\Media\DocumentTypeController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\EncodingController" to "App\Controller\Backend\Media\EncodingController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\FormatController" to "App\Controller\Backend\Media\FormatController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\NotificationController" to "App\Controller\Backend\Media\NotificationController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\SocialNetworkController" to "App\Controller\Backend\Media\SocialNetworkController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Media\TagController" to "App\Controller\Backend\Media\TagController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Site\AccessSiteController" to "App\Controller\Backend\Site\AccessSiteController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\Site\SiteController" to "App\Controller\Backend\Site\SiteController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\ThirdParty\AddressController" to "App\Controller\Backend\ThirdParty\AddressController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\ThirdParty\ThirdPartyController" to "App\Controller\Backend\ThirdParty\ThirdPartyController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\ThirdParty\TypeController" to "App\Controller\Backend\ThirdParty\TypeController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\User\AlertController" to "App\Controller\Backend\User\AlertController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\User\DownloadController" to "App\Controller\Backend\User\DownloadController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\User\PrefixController" to "App\Controller\Backend\User\PrefixController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Backend\User\UserController" to "App\Controller\Backend\User\UserController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\AlertController" to "App\Controller\Frontend\AlertController".
  • Inlined service ".service_locator.gfmpppF.App\Controller\Frontend\AmazonController" to "App\Controller\Frontend\AmazonController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\AuthController" to "App\Controller\Frontend\AuthController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\CartController" to "App\Controller\Frontend\CartController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\ContentController" to "App\Controller\Frontend\ContentController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\DocumentController" to "App\Controller\Frontend\DocumentController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\FrontendController" to "App\Controller\Frontend\FrontendController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\MenuController" to "App\Controller\Frontend\MenuController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\ShareController" to "App\Controller\Frontend\ShareController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\TestController" to "App\Controller\Frontend\TestController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\Frontend\UserController" to "App\Controller\Frontend\UserController".
  • Inlined service ".service_locator.twhbzBq.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
  • Inlined service "App\DataTransformer\Media\TransformFileToString" to "App\Form\Site\SiteType".
  • Inlined service "media.exiftoolmanager" to "media.downloadManager".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.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 "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
  • Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.flatten_exception" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.backed_enum" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "session.handler.native" to "session.storage.native".
  • Inlined service ".service_locator.JzpSxHw" 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.w_gfhCZ" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.19_mNxd" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
  • Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
  • Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
  • Inlined service "messenger.transport_factory" to "messenger.transport.async".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.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 "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\Base64Extension" to "twig".
  • Inlined service "App\Twig\DateExtension" to "twig".
  • Inlined service "App\Twig\DoctrineExtension" to "twig".
  • Inlined service "twig.extension.stfalcon_tinymce" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.extension.string" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.v.Wwsjy.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.pTeli0u" to "twig.runtime_loader".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~x_nQjJr" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • 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.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.4WhTbYG" 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.pN5hBU5" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.typed_field_mapper.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 "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "App\LiipImagine\Filters\CustomWatermark" to "liip_imagine.filter.manager".
  • Inlined service "imagine.filter.customWatermark" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
  • Inlined service "App\LiipImagine\Loader\AwsDataLoader" to "liip_imagine.data.manager".
  • Inlined service "imagine.data.loader.aws" to "liip_imagine.data.manager".
  • Inlined service "imagine.cache.resolver.aws" to "liip_imagine.cache.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "stof_doctrine_extensions.uploadable.mime_type_guesser" to "stof_doctrine_extensions.listener.uploadable".
  • Inlined service "stof_doctrine_extensions.uploadable.configurator" to "stof_doctrine_extensions.listener.uploadable".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service ".service_locator.nLgZj7R" 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.request_matcher.TUXkOQH" to "security.access_map".
  • Inlined service ".security.request_matcher.72QdKNM" to "security.access_map".
  • Inlined service ".security.request_matcher.6N0ACae" to "security.access_map".
  • Inlined service ".security.request_matcher.JR8HYTW" to "security.access_map".
  • Inlined service ".security.request_matcher.JPY6p9H" to "security.access_map".
  • Inlined service ".security.request_matcher.3EN6Efx" to "security.access_map".
  • Inlined service ".security.request_matcher.9B09Xn9" to "security.access_map".
  • Inlined service ".security.request_matcher.pvrdxfk" to "security.access_map".
  • Inlined service ".security.request_matcher._pRcrzc" to "security.access_map".
  • Inlined service ".security.request_matcher.8lQxI2T" to "security.access_map".
  • Inlined service ".security.request_matcher.JzT3r0g" to "security.access_map".
  • Inlined service ".security.request_matcher.wqq0.pc" to "security.access_map".
  • Inlined service ".security.request_matcher.4QzG9g_" to "security.access_map".
  • Inlined service ".security.request_matcher.3SNhfXe" to "security.access_map".
  • Inlined service ".security.request_matcher.JFeHCRp" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "debug.security.firewall.authenticator.backend_login.inner" to "debug.security.firewall.authenticator.backend_login".
  • Inlined service "security.exception_listener.backend_login" to "security.firewall.map.context.backend_login".
  • Inlined service "security.firewall.map.config.backend_login" to "security.firewall.map.context.backend_login".
  • Inlined service "debug.security.firewall.authenticator.reset_password.inner" to "debug.security.firewall.authenticator.reset_password".
  • Inlined service "security.exception_listener.reset_password" to "security.firewall.map.context.reset_password".
  • Inlined service "security.firewall.map.config.reset_password" to "security.firewall.map.context.reset_password".
  • Inlined service "debug.security.firewall.authenticator.frontend_login.inner" to "debug.security.firewall.authenticator.frontend_login".
  • Inlined service "security.exception_listener.frontend_login" to "security.firewall.map.context.frontend_login".
  • Inlined service "security.firewall.map.config.frontend_login" to "security.firewall.map.context.frontend_login".
  • Inlined service "debug.security.firewall.authenticator.auth_reset_password.inner" to "debug.security.firewall.authenticator.auth_reset_password".
  • Inlined service "security.exception_listener.auth_reset_password" to "security.firewall.map.context.auth_reset_password".
  • Inlined service "security.firewall.map.config.auth_reset_password" to "security.firewall.map.context.auth_reset_password".
  • Inlined service "debug.security.firewall.authenticator.auth_register.inner" to "debug.security.firewall.authenticator.auth_register".
  • Inlined service "security.exception_listener.auth_register" to "security.firewall.map.context.auth_register".
  • Inlined service "security.firewall.map.config.auth_register" to "security.firewall.map.context.auth_register".
  • Inlined service "debug.security.firewall.authenticator.amazon_notification.inner" to "debug.security.firewall.authenticator.amazon_notification".
  • Inlined service "security.exception_listener.amazon_notification" to "security.firewall.map.context.amazon_notification".
  • Inlined service "security.firewall.map.config.amazon_notification" to "security.firewall.map.context.amazon_notification".
  • Inlined service "debug.security.firewall.authenticator.alert.inner" to "debug.security.firewall.authenticator.alert".
  • Inlined service "security.exception_listener.alert" to "security.firewall.map.context.alert".
  • Inlined service "security.firewall.map.config.alert" to "security.firewall.map.context.alert".
  • Inlined service "debug.security.firewall.authenticator.share.inner" to "debug.security.firewall.authenticator.share".
  • Inlined service "security.exception_listener.share" to "security.firewall.map.context.share".
  • Inlined service "security.firewall.map.config.share" to "security.firewall.map.context.share".
  • Inlined service "debug.security.firewall.authenticator.shareView.inner" to "debug.security.firewall.authenticator.shareView".
  • Inlined service "security.exception_listener.shareView" to "security.firewall.map.context.shareView".
  • Inlined service "security.firewall.map.config.shareView" to "security.firewall.map.context.shareView".
  • Inlined service "debug.security.firewall.authenticator.public_content.inner" to "debug.security.firewall.authenticator.public_content".
  • Inlined service "security.exception_listener.public_content" to "security.firewall.map.context.public_content".
  • Inlined service "security.firewall.map.config.public_content" to "security.firewall.map.context.public_content".
  • Inlined service "security.authentication.success_handler.backend.form_login" to "security.authenticator.form_login.backend".
  • Inlined service "security.authentication.failure_handler.backend.form_login" to "security.authenticator.form_login.backend".
  • Inlined service "debug.security.firewall.authenticator.backend.inner" to "debug.security.firewall.authenticator.backend".
  • Inlined service "security.exception_listener.backend" to "security.firewall.map.context.backend".
  • Inlined service "security.logout_listener.backend" to "security.firewall.map.context.backend".
  • Inlined service "security.firewall.map.config.backend" to "security.firewall.map.context.backend".
  • Inlined service "security.authentication.success_handler.frontend.form_login" to "security.authenticator.form_login.frontend".
  • Inlined service "security.authentication.failure_handler.frontend.form_login" to "security.authenticator.form_login.frontend".
  • Inlined service "debug.security.firewall.authenticator.frontend.inner" to "debug.security.firewall.authenticator.frontend".
  • Inlined service "security.exception_listener.frontend" to "security.firewall.map.context.frontend".
  • Inlined service "security.logout_listener.frontend" to "security.firewall.map.context.frontend".
  • Inlined service "security.firewall.map.config.frontend" to "security.firewall.map.context.frontend".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
  • Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
  • Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
  • Inlined service "App\Service\Email\SendEmailMessageHandler" to ".messenger.handler_descriptor.VpDVfOG".
  • Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.gfmpppF" to ".service_locator.gfmpppF.App\Controller\Frontend\AmazonController".
  • Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
  • Inlined service ".service_locator.XiRCaFk" to ".service_locator.XiRCaFk.router.default".
  • Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
  • Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
  • Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
  • Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
  • Inlined service "security.authenticator.manager.backend_login" to "debug.security.firewall.authenticator.backend_login.inner".
  • Inlined service "security.authenticator.manager.reset_password" to "debug.security.firewall.authenticator.reset_password.inner".
  • Inlined service "security.authenticator.manager.frontend_login" to "debug.security.firewall.authenticator.frontend_login.inner".
  • Inlined service "security.authenticator.manager.auth_reset_password" to "debug.security.firewall.authenticator.auth_reset_password.inner".
  • Inlined service "security.authenticator.manager.auth_register" to "debug.security.firewall.authenticator.auth_register.inner".
  • Inlined service "security.authenticator.manager.amazon_notification" to "debug.security.firewall.authenticator.amazon_notification.inner".
  • Inlined service "security.authenticator.manager.alert" to "debug.security.firewall.authenticator.alert.inner".
  • Inlined service "security.authenticator.manager.share" to "debug.security.firewall.authenticator.share.inner".
  • Inlined service "security.authenticator.manager.shareView" to "debug.security.firewall.authenticator.shareView.inner".
  • Inlined service "security.authenticator.manager.public_content" to "debug.security.firewall.authenticator.public_content.inner".
  • Inlined service "security.authenticator.manager.backend" to "debug.security.firewall.authenticator.backend.inner".
  • Inlined service "security.authenticator.manager.frontend" to "debug.security.firewall.authenticator.frontend.inner".
  • Inlined service ".service_locator.vZB.0rg" to "console.command_loader".
  • Inlined service ".service_locator.XiRCaFk.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
2
  • Tag "container.decorator" was defined on service(s) "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.backend_login", "debug.security.firewall.authenticator.reset_password", "debug.security.firewall.authenticator.frontend_login", "debug.security.firewall.authenticator.auth_reset_password", "debug.security.firewall.authenticator.auth_register", "debug.security.firewall.authenticator.amazon_notification", "debug.security.firewall.authenticator.alert", "debug.security.firewall.authenticator.share", "debug.security.firewall.authenticator.shareView", "debug.security.firewall.authenticator.public_content", "debug.security.firewall.authenticator.backend", "debug.security.firewall.authenticator.frontend", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", "messenger.default_bus", "event_dispatcher", ".container.private.validator", but was never used.
  • Tag "command" was defined on service(s) "console.command.public_alias.batch.import", "console.command.public_alias.social_network.share", but was never used. Did you mean "console.command"?