User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1).
User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1).
The "App\Application\Internit\ChatbotLeadBundle\Controller\ChatbotFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The Sonata\AdminBundle\Controller\CoreController class is deprecated since version 3.36 and will be removed in 4.0. Use Sonata\AdminBundle\Controller\SearchAction or Sonata\AdminBundle\Controller\DashboardAction instead.
The "Sonata\AdminBundle\Controller\CoreController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\ContentBundle\Controller\HomeFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\ContentBundle\Controller\IndexController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\LeadBundle\Controller\GrupoZapFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\LeadBundle\Controller\ProductFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
The "App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron1Command" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron2Command" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "App\Application\Internit\ProposalBundle\Controller\ProposalFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\RankingBundle\Controller\RankingFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\SalesGoalBundle\Controller\SalesGoalFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\SecurityBundle\Controller\HierarchyAdminController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\SecurityBundle\Controller\HierarchyFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Application\Internit\SettingBundle\Controller\SettingFrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "Sonata\UserBundle\Document\BaseGroup" class extends "FOS\UserBundle\Model\Group" that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
The "Sonata\UserBundle\Entity\BaseGroup" class extends "FOS\UserBundle\Model\Group" that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Not registering bundle "Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle" is deprecated since 3.12.0, registering it will be mandatory in 4.0
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_ck_editor" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "configs" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "plugins" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "styles" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "attributes" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "templates" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "template_parameters" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "filebrowsers" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "toolbars" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Sonata\MediaBundle\Controller\MediaAdminController" class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController".
The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Application\Internit\SecurityBundle\Repository\HierarchyRepository" service.
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Application\Internit\SettingBundle\Repository\SettingRepository" service.
The "Sonata\EasyExtendsBundle\Command\DumpMappingCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "Sonata\EasyExtendsBundle\Command\GenerateCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "Sonata\UserBundle\Command\TwoStepVerificationCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "Sonata\MediaBundle\Command\BaseCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "Sonata\MediaBundle\Command\CleanMediaCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "Sonata\MediaBundle\Command\FixMediaContextCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
Skipping service "App\Application\Sonata\MediaBundle\PHPCR\GalleryHasMediaRepository": Class or interface "App\Application\Sonata\MediaBundle\PHPCR\GalleryHasMediaRepository" cannot be loaded.
Skipping service "App\Application\Sonata\MediaBundle\PHPCR\GalleryRepository": Class or interface "App\Application\Sonata\MediaBundle\PHPCR\GalleryRepository" cannot be loaded.
Skipping service "App\Application\Sonata\MediaBundle\PHPCR\MediaRepository": Class or interface "App\Application\Sonata\MediaBundle\PHPCR\MediaRepository" cannot be loaded.
Removing service-argument resolver for controller "SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController::renderWithExtraParams": no corresponding services exist for the referenced types.
Changed reference of service "tupi.security.hierarchy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.security.hierarchy" previously pointing to "debug.validator" to "validator".
Changed reference of service "tupi.content.address" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.content.address" previously pointing to "debug.validator" to "validator".
Changed reference of service "tupi.realestate.realestate" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.realestate.realestate" previously pointing to "debug.validator" to "validator".
Changed reference of service "tupi.realestate.realty" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.realestate.realty" previously pointing to "debug.validator" to "validator".
Changed reference of service "tupi.setting.setting" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.setting.setting" previously pointing to "debug.validator" to "validator".
Changed reference of service "admin.mail.service" previously pointing to "router.default" to "router".
Changed reference of service "tupi.builder.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.builder.builder" previously pointing to "debug.validator" to "validator".
Changed reference of service "tupi.lead.product" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.lead.product" previously pointing to "debug.validator" to "validator".
Changed reference of service "tupi.lead.realEstateEmail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "tupi.lead.realEstateEmail" previously pointing to "debug.validator" to "validator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "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_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" 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.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
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 "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
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 "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "sonata.core.flashmessage.manager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.translatable_choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.date_range_legacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.datetime_range_legacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.date_picker_legacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.datetime_picker_legacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.date_range_picker_legacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.datetime_range_picker_legacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.equal_legacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.core.twig.template_extension" 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 "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.controller.admin" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.form.filter.type.number" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.date" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.daterange" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.datetime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Sonata\AdminBundle\Command\ExplainAdminCommand" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username_email" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.email" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.mailer.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.mailer.default" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.profile.controller" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.registration.controller" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.change_password.controller" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.resetting.controller" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.group.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.group.controller" previously pointing to "sonata.user.orm.group_manager" to "fos_user.group_manager".
Changed reference of service "sonata.user.editable_role_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.security_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.user" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "sonata.user.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.user" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.user.admin.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.group" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.user.manager.user" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "Sonata\UserBundle\Command\TwoStepVerificationCommand" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "Sonata\UserBundle\Action\RequestAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\SendEmailAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\SendEmailAction" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "Sonata\UserBundle\Action\CheckEmailAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\ResetAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\ResetAction" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "Sonata\UserBundle\Action\ResetAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Sonata\UserBundle\Action\LoginAction" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.mailer.default" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "sonata.media.security.public_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.forbidden_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.session_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.media" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.media.admin.gallery_has_media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery_has_media" previously pointing to "debug.validator" to "validator".
Changed reference of service "markdown.parser.parser_manager" previously pointing to "markdown.parser.max" to "markdown.parser".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "sonata.formatter.text.markdown" previously pointing to "markdown.parser.max" to "markdown.parser".
Changed reference of service "sonata.formatter.form.type.selector" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TcunFcW" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
Changed reference of service ".service_locator.CCTmIC0" previously pointing to "debug.traced.messenger.bus.default" to "message_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.XSes1R5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand" previously pointing to "router.default" to "router".
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "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 "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.in_memory.user"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
Removed service "security.logout.success_handler"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.simple_form"; reason: abstract.
Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.simple"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "doctrine_cache.abstract.apc"; reason: abstract.
Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
Removed service "doctrine_cache.abstract.array"; reason: abstract.
Removed service "doctrine_cache.abstract.chain"; reason: abstract.
Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
Removed service "doctrine_cache.abstract.redis"; reason: abstract.
Removed service "doctrine_cache.abstract.predis"; reason: abstract.
Removed service "doctrine_cache.abstract.riak"; reason: abstract.
Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
Removed service "doctrine_cache.abstract.void"; reason: abstract.
Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
Removed service "doctrine.dbal.logger.chain"; 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 "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 "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\BuilderBundle\Form\EmailsCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\BuilderBundle\Form\EmailsCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\ChatbotLeadBundle\Controller\ChatbotFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ChatbotLeadBundle\Controller\ChatbotFrontController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ChatbotLeadBundle\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ChatbotLeadBundle\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ChatbotLeadBundle\Form\realStatePercentCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ChatbotLeadBundle\Form\realStatePercentCollectionType"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Application\Internit\ChatbotLeadBundle\Twig\ChatbotLeadExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Internit\ChatbotLeadBundle\Twig\ChatbotLeadExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ChatbotLeadBundle\Twig\ChatbotLeadExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClientBundle\Form\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClientBundle\Form\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClientBundle\Form\SpouseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClientBundle\Form\SpouseType"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\ContentBundle\Controller\CoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ContentBundle\Controller\CoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\ContentBundle\Controller\HomeFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ContentBundle\Controller\HomeFrontController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\ContentBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ContentBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ContentBundle\Form\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ContentBundle\Form\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ContentBundle\Form\EmailsCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ContentBundle\Form\EmailsCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\LeadBundle\Controller\GrupoZapFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Controller\GrupoZapFrontController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\LeadBundle\Controller\ProductFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Controller\ProductFrontController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\LeadBundle\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\LeadBundle\Form\realStatePercentCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Form\realStatePercentCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Internit\LeadBundle\Handler\LeadMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Handler\LeadMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron1Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron1Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron2Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron2Command"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Application\Internit\LeadBundle\Twig\LeadExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Internit\LeadBundle\Twig\LeadExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LeadBundle\Twig\LeadExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\LearningResourceBundle\Form\GallerysCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LearningResourceBundle\Form\GallerysCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\LearningResourceBundle\Form\GallerysFilesCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LearningResourceBundle\Form\GallerysFilesCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\LearningResourceBundle\Form\VideosCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\LearningResourceBundle\Form\VideosCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\ProposalBundle\Controller\ProposalFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProposalBundle\Controller\ProposalFrontController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProposalBundle\Form\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProposalBundle\Form\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProposalBundle\Form\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProposalBundle\Form\DocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProposalBundle\Form\IntermediateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProposalBundle\Form\IntermediateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProposalBundle\Form\MailingAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProposalBundle\Form\MailingAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\QuizBundle\Form\AnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\QuizBundle\Form\AnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\QuizBundle\Form\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\QuizBundle\Form\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\RankingBundle\Controller\RankingFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RankingBundle\Controller\RankingFrontController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RealEstateBundle\Form\BlocksCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Form\BlocksCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RealEstateBundle\Form\FilesCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Form\FilesCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RealEstateBundle\Form\GalleriaCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Form\GalleriaCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RealEstateBundle\Form\GallerysCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Form\GallerysCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RealEstateBundle\Form\GallerysFilesCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Form\GallerysFilesCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RealEstateBundle\Form\ImagemCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Form\ImagemCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RealEstateBundle\Form\VideosCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Form\VideosCollectionType"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Application\Internit\RealEstateBundle\Twig\RealEstateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Internit\RealEstateBundle\Twig\RealEstateExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RealEstateBundle\Twig\RealEstateExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\SalesGoalBundle\Controller\SalesGoalFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SalesGoalBundle\Controller\SalesGoalFrontController"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Application\Internit\SalesGoalBundle\Twig\SalesGoalExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Internit\SalesGoalBundle\Twig\SalesGoalExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SalesGoalBundle\Twig\SalesGoalExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\SecurityBundle\Controller\HierarchyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SecurityBundle\Controller\HierarchyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\SecurityBundle\Controller\HierarchyFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SecurityBundle\Controller\HierarchyFrontController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SecurityBundle\Repository\HierarchyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SecurityBundle\Repository\HierarchyRepository"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Application\Internit\SecurityBundle\Twig\SecurityExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Internit\SecurityBundle\Twig\SecurityExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SecurityBundle\Twig\SecurityExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Application\Internit\SettingBundle\Controller\SettingFrontController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SettingBundle\Controller\SettingFrontController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SettingBundle\Form\EmailsCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SettingBundle\Form\EmailsCollectionType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SettingBundle\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SettingBundle\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Application\Internit\SettingBundle\Twig\SettingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Internit\SettingBundle\Twig\SettingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SettingBundle\Twig\SettingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateBundleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateBundleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
Tag "sonata.admin.template_registry" was defined on service(s) "tupi.security.hierarchy.template_registry", "tupi.content.address.template_registry", "tupi.realestate.realestate.template_registry", "tupi.realestate.realty.template_registry", "tupi.setting.setting.template_registry", "tupi.builder.builder.template_registry", "tupi.lead.product.template_registry", "tupi.lead.realEstateEmail.template_registry", "sonata.user.admin.user.template_registry", "sonata.user.admin.group.template_registry", "sonata.media.admin.media.template_registry", "sonata.media.admin.gallery.template_registry", "sonata.media.admin.gallery_has_media.template_registry", but was never used.