Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Extensions\StaticTranslateExtension" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Extensions\AjaxPathExtension" service.
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.
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dev.whiplay.fr/robots.txt"" at /var/www/whiplay/whiplay-dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'whiplay' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
doctrine
SELECT DATABASE()
doctrine
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'whiplay' ORDER BY k.ORDINAL_POSITION
doctrine
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'whiplay' ORDER BY SEQ_IN_INDEX ASC
doctrine
SELECT DATABASE()
doctrine
SELECT t.ENGINE,
t.AUTO_INCREMENT,
t.TABLE_COMMENT,
t.CREATE_OPTIONS,
t.TABLE_COLLATION,
ccsa.CHARACTER_SET_NAME
FROM information_schema.TABLES t
INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa
ON ccsa.COLLATION_NAME = t.TABLE_COLLATION
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
Changed reference of service "App\Extensions\UtilsExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\CreateEventType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\CreateProjectType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\RegistrationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\ShiftFileType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\UserType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\WhiplayAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Messages\Reader\Reader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Messages\Sender\Sender" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\SeoManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\WebhookManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\WebhookManager" previously pointing to "router.default" to "router".
Changed reference of service "whiplay.seo.manager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whiplay.webhook.manager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whiplay.webhook.manager" 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 "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "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 "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 "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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 "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 "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
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 "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.B9ce_BQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UurJ1Uj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.u6pAI7w" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JKrSMZ7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mzjt3rI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f0PKTxE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DEH1L_c" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.S1SCVRf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eQ3Row1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tgUxTO5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.urFRUHs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.41cq_WO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yjpfy70" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UFlR7HL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DDv48ca" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.dKDJtd1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KfsLytT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TDPSCKw" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GNiTXXp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.D4nGOut" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LI1wy7E" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EI9U06e" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.CORYSQ5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oEIFwX5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2q7EWo9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jNB.Fc2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LCFfXk_" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HFhqBt3" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.llJxEZ5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ZSBTNcB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vukiUnO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5ZVy6l6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.djROIF4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.dRnNvMU" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand" previously pointing to "router.default" to "router".
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.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 "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "fos_rest.format_request_matcher"; 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 ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CollaborationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CollaborationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CollaborationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessagingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessagingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MessagingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MusicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MusicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MusicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PremiumSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PremiumSubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PremiumSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; 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\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StudioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhiplayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhiplayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WhiplayController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\AjaxPathExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\AjaxPathExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\NotificationsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\NotificationsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\StaticTranslateExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\StaticTranslateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\StatisticsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\StatisticsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\StorageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\StorageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\UtilsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\UtilsExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddDistantFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddDistantFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandMemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BandMemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BandType"; 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\CommonInformationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommonInformationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CreateEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateFolderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CreateFolderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateProjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CreateProjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileBandMemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FileBandMemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FileEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FileReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvitationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MemberEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewBandSearchFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NewBandSearchFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewMemberSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NewMemberSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlayableEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PlayableEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RenameFolderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RenameFolderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RenameProjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RenameProjectType"; 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\SearchFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShiftFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ShiftFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.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\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.