Method "Symfony\Component\HttpKernel\DependencyInjection\ConfigurableExtension::loadInternal()" might add "void" as a native return type declaration in the future. Do the same in child class "JMS\SerializerBundle\DependencyInjection\JMSSerializerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\BaseBundle\DependencyInjection\BaseBundleExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\BaseBundle\DependencyInjection\BaseBundleExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\WebBundle\DependencyInjection\WebExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\WebBundle\DependencyInjection\WebExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\PersonBundle\DependencyInjection\PersonExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\PersonBundle\DependencyInjection\PersonExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\CompanyBundle\DependencyInjection\CompanyExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\CompanyBundle\DependencyInjection\CompanyExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\NotificationBundle\DependencyInjection\NotificationExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\DMSBundle\DependencyInjection\DMSBundleExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\DMSBundle\DependencyInjection\DMSBundleExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Knp\DoctrineBehaviors\Bundle\DependencyInjection\DoctrineBehaviorsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Compiler\ServiceMapPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Compiler\TwigExtensionPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Compiler\FormErrorHandlerTranslationDomainPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Compiler\ExpressionFunctionProviderPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Compiler\DoctrinePass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Compiler\CustomHandlersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Controller\BaseController::render(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ActivityType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ActivityType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ContactPersonType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ContactPersonType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FoodCategoryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FoodCategoryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FoodType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FoodType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\IconType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\IconType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\QuestionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\QuestionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ReferenceType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ReferenceType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ReservationSmallType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ReservationSmallType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ReservationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ReservationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\VideoType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\VideoType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\VoucherOrdersType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\VoucherOrdersType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\VoucherTypesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\VoucherTypesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "NexCRM\BaseBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\BaseBundle\Command\GenerateEntities" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\GenerateEntities".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\GenerateEntities".
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\BaseBundle\Command\LoadRoutes" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\LoadRoutes".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\LoadRoutes".
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\BaseBundle\Command\Lock" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\Lock".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\Lock".
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\BaseBundle\Command\Unlock" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\Unlock".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "NexCRM\BaseBundle\Command\Unlock".
The "NexCRM\BaseBundle\EventListener\LogSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "NexCRM\WebBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\ContactType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\ContactType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\CookieType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\CookieType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\MenuGroupType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\MenuGroupType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\MenuType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\ModuleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\ModuleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\SettingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\SettingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\TagType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\TagType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\TemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\TemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\Type\ContentFromTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\Type\ContentFromTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\Type\ContentFromTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\Extension\Core\Type\ChoiceType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\Type\DataSourcesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\Extension\Core\Type\CollectionType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\Type\TemplateCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\Extension\Core\Type\CollectionType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\Type\TemplateCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bridge\Doctrine\Form\Type\EntityType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\Type\TemplateEntityType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\WebBundle\Form\URLType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "NexCRM\WebBundle\Twig\MarketingTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "NexCRM\WebBundle\Twig\MarketingTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "NexCRM\PersonBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\PersonBundle\Form\AddressType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\CompanyBundle\Form\ChangePasswordType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\CompanyBundle\Form\CompanyContactType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\CompanyBundle\Form\CompanyContactType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\CompanyBundle\Form\CompanyType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\CompanyBundle\Form\CompanyType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\CompanyBundle\Form\NotifyUserType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\CompanyBundle\Form\NotifyUserType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "NexCRM\DMSBundle\DataFixtures\LoadRoles" class implements "Symfony\Component\DependencyInjection\ContainerAwareInterface" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "NexCRM\DMSBundle\DataFixtures\LoadRoles" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractTypeExtension::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Extension\FormExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\Extension\Core\Type\CollectionType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\DMSFileMultipleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\Extension\Core\Type\CollectionType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\DMSFileMultipleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bridge\Doctrine\Form\Type\EntityType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\DMSFileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\DMSFileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractTypeExtension::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractTypeExtension::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\Extension\FileTypeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileCommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileParametersType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileTemplateFieldSettingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileTemplateFieldSettingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileTemplateFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileTemplateFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bridge\Doctrine\Form\Type\DoctrineType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileTransformType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FilterItemType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FilterItemType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FolderRuleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FolderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\FolderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\NumericalRootDefinitionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\NumericalRootDefinitionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\NumericalRootType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "NexCRM\DMSBundle\Form\NumericalRootType" now to avoid errors or add an explicit @return annotation to suppress this message.
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.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Liip\ImagineBundle\Templating\FilterExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
FM\ElfinderBundle\Controller\ElFinderController::selectEditor(): Implicitly marking parameter $formTypeId as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/doctrine-bridge 6.3: Registering "NexCRM\BaseBundle\EventListener\LogSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "NexCRM\BaseBundle\EventListener\MediaSizeSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
FOS\OAuthServerBundle\Storage\OAuthStorage::__construct(): Implicitly marking parameter $userProvider as nullable is deprecated, the explicit nullable type must be used instead
FOS\OAuthServerBundle\Storage\OAuthStorage::__construct(): Implicitly marking parameter $passwordHasherFactory as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ApiDocGenerator::__construct(): Implicitly marking parameter $cacheItemPool as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ApiDocGenerator::__construct(): Implicitly marking parameter $cacheItemId as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ApiDocGenerator::__construct(): Implicitly marking parameter $generator as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriberInterface::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\RequiredPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber::__construct(): Implicitly marking parameter $classMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead
FOS\CKEditorBundle\Command\CKEditorInstallerCommand::block(): Implicitly marking parameter $background as nullable is deprecated, the explicit nullable type must be used instead
FOS\CKEditorBundle\Command\CKEditorInstallerCommand::block(): Implicitly marking parameter $font as nullable is deprecated, the explicit nullable type must be used instead
FOS\CKEditorBundle\Builder\JsonBuilder::setValues(): Implicitly marking parameter $pathPrefix as nullable is deprecated, the explicit nullable type must be used instead
FOS\CKEditorBundle\Installer\CKEditorInstaller::createStreamContext(): Implicitly marking parameter $notifier as nullable is deprecated, the explicit nullable type must be used instead
FOS\CKEditorBundle\Installer\CKEditorInstaller::notify(): Implicitly marking parameter $notifier as nullable is deprecated, the explicit nullable type must be used instead
FOS\CKEditorBundle\Installer\CKEditorInstaller::notify(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
JMS\SerializerBundle\Debug\DataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\Debug\DataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Metadata\MetadataFactoryInterface::getMetadataForClass()" might add "ClassHierarchyMetadata|MergeableClassMetadata|null" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\Debug\TraceableMetadataFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber::describe(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber::__construct(): Implicitly marking parameter $docBlockFactory as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber::computeGroups(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
FOS\OAuthServerBundle\Security\EntryPoint\OAuthEntryPoint::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber::__construct(): Implicitly marking parameter $formFactory as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber::__construct(): Implicitly marking parameter $mediaTypes as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
640
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityController" (parent: .abstract.instanceof.App\Controller\Admin\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityController).
Resolving inheritance for "App\Controller\Admin\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactPersonController" (parent: .abstract.instanceof.App\Controller\Admin\ContactPersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactPersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactPersonController).
Resolving inheritance for "App\Controller\Admin\ContactPersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactPersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FoodCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\FoodCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FoodCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FoodCategoryController).
Resolving inheritance for "App\Controller\Admin\FoodCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FoodCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FoodController" (parent: .abstract.instanceof.App\Controller\Admin\FoodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FoodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FoodController).
Resolving inheritance for "App\Controller\Admin\FoodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FoodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IconController" (parent: .abstract.instanceof.App\Controller\Admin\IconController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IconController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IconController).
Resolving inheritance for "App\Controller\Admin\IconController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IconController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferenceController" (parent: .abstract.instanceof.App\Controller\Admin\ReferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferenceController).
Resolving inheritance for "App\Controller\Admin\ReferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController" (parent: .abstract.instanceof.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController).
Resolving inheritance for "App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VideoController" (parent: .abstract.instanceof.App\Controller\Admin\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VideoController).
Resolving inheritance for "App\Controller\Admin\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherOrdersController" (parent: .abstract.instanceof.App\Controller\Admin\VoucherOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherOrdersController).
Resolving inheritance for "App\Controller\Admin\VoucherOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherOrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherTypesController" (parent: .abstract.instanceof.App\Controller\Admin\VoucherTypesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherTypesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherTypesController).
Resolving inheritance for "App\Controller\Admin\VoucherTypesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherTypesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\QuestionFormController" (parent: .abstract.instanceof.App\Controller\Api\QuestionFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\QuestionFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\QuestionFormController).
Resolving inheritance for "App\Controller\Api\QuestionFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\QuestionFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReservationFormController" (parent: .abstract.instanceof.App\Controller\Api\ReservationFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReservationFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReservationFormController).
Resolving inheritance for "App\Controller\Api\ReservationFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReservationFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" (parent: .abstract.instanceof.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController).
Resolving inheritance for "App\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" (parent: .abstract.instanceof.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController).
Resolving inheritance for "App\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VoucherFixtures" (parent: .abstract.instanceof.App\DataFixtures\VoucherFixtures).
Resolving inheritance for "App\DataFixtures\VoucherFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VoucherFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType" (parent: .abstract.instanceof.App\Form\ActivityType).
Resolving inheritance for "App\Form\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactPersonType" (parent: .abstract.instanceof.App\Form\ContactPersonType).
Resolving inheritance for "App\Form\ContactPersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactPersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FoodCategoryType" (parent: .abstract.instanceof.App\Form\FoodCategoryType).
Resolving inheritance for "App\Form\FoodCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FoodCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FoodType" (parent: .abstract.instanceof.App\Form\FoodType).
Resolving inheritance for "App\Form\FoodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FoodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IconType" (parent: .abstract.instanceof.App\Form\IconType).
Resolving inheritance for "App\Form\IconType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IconType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuestionType" (parent: .abstract.instanceof.App\Form\QuestionType).
Resolving inheritance for "App\Form\QuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferenceType" (parent: .abstract.instanceof.App\Form\ReferenceType).
Resolving inheritance for "App\Form\ReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReservationSmallType" (parent: .abstract.instanceof.App\Form\ReservationSmallType).
Resolving inheritance for "App\Form\ReservationSmallType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReservationSmallType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReservationType" (parent: .abstract.instanceof.App\Form\ReservationType).
Resolving inheritance for "App\Form\ReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReservationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoomType" (parent: .abstract.instanceof.App\Form\RoomType).
Resolving inheritance for "App\Form\RoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoType" (parent: .abstract.instanceof.App\Form\VideoType).
Resolving inheritance for "App\Form\VideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherFormType" (parent: .abstract.instanceof.App\Form\VoucherFormType).
Resolving inheritance for "App\Form\VoucherFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherOrdersType" (parent: .abstract.instanceof.App\Form\VoucherOrdersType).
Resolving inheritance for "App\Form\VoucherOrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherOrdersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherTypesType" (parent: .abstract.instanceof.App\Form\VoucherTypesType).
Resolving inheritance for "App\Form\VoucherTypesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherTypesType).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "vich_uploader.namer_uniqid.dms" (parent: vich_uploader.namer_uniqid).
Resolving inheritance for "vich_uploader.namer_uniqid.dms_preview" (parent: vich_uploader.namer_uniqid).
Resolving inheritance for "vich_uploader.namer_uniqid.upload_file" (parent: vich_uploader.namer_uniqid).
Resolving inheritance for "vich_uploader.namer_uniqid.media" (parent: vich_uploader.namer_uniqid).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.dms" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.dms" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.dms" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.dms_preview" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.dms_preview" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.dms_preview" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.inject.upload_file" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.upload_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.upload_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.upload_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.template_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.template_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.template_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.upload_form_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.upload_form_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.upload_form_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.media" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.media" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.media" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\GenerateEntities" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\GenerateEntities).
Resolving inheritance for "NexCRM\BaseBundle\Command\GenerateEntities" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\GenerateEntities).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\LoadRoutes" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\LoadRoutes).
Resolving inheritance for "NexCRM\BaseBundle\Command\LoadRoutes" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\LoadRoutes).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Lock" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\Lock).
Resolving inheritance for "NexCRM\BaseBundle\Command\Lock" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Lock).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Unlock" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\Unlock).
Resolving inheritance for "NexCRM\BaseBundle\Command\Unlock" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Unlock).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\Api\CRUDController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\Api\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\Api\CRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\Api\CRUDController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\Api\CRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\Api\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\CacheController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\CacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\CacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\CacheController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\CacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\CacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DashboardController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DashboardController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DefaultController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DefaultController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\LangController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\LangController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangTranslationController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\LangTranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangTranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangTranslationController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\LangTranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangTranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaSizeController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\MediaSizeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaSizeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaSizeController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\MediaSizeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaSizeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\RoleController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\RoleController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SecurityController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SecurityController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SettingsController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SettingsController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SortController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\SortController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SortController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SortController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\SortController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SortController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\StyleguideController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\StyleguideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\StyleguideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\StyleguideController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\StyleguideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\StyleguideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\UserController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\UserController).
Resolving inheritance for "NexCRM\BaseBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\FolderFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\FolderFixtures).
Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\FolderFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\FolderFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\LanguageFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\LanguageFixtures).
Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\LanguageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\LanguageFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\MediaFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\MediaFixtures).
Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\MediaFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\MediaFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures).
Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LocaleListener" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\LocaleListener).
Resolving inheritance for "NexCRM\BaseBundle\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LocaleListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogSubscriber" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\LogSubscriber).
Resolving inheritance for "NexCRM\BaseBundle\EventListener\LogSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogoutSubscriber" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\LogoutSubscriber).
Resolving inheritance for "NexCRM\BaseBundle\EventListener\LogoutSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogoutSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\MediaOrderWriter" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\MediaOrderWriter).
Resolving inheritance for "NexCRM\BaseBundle\EventListener\MediaOrderWriter" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\MediaOrderWriter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Extension\MediaFormExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Extension\MediaFormExtension).
Resolving inheritance for "NexCRM\BaseBundle\Extension\MediaFormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Extension\MediaFormExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\DateRangeType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\DateRangeType).
Resolving inheritance for "NexCRM\BaseBundle\Form\DateRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\DateRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\DateTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\EntityTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\LinkButtonExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension).
Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\TimeTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FilterType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\FilterType).
Resolving inheritance for "NexCRM\BaseBundle\Form\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FolderType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\FolderType).
Resolving inheritance for "NexCRM\BaseBundle\Form\FolderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FolderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\IconSubmitType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\IconSubmitType).
Resolving inheritance for "NexCRM\BaseBundle\Form\IconSubmitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\IconSubmitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangTranslationType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\LangTranslationType).
Resolving inheritance for "NexCRM\BaseBundle\Form\LangTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\LangType).
Resolving inheritance for "NexCRM\BaseBundle\Form\LangType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileInlineType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType).
Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileInlineType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType).
Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileMultipleInlineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleType).
Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileTransformType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType).
Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileTransformType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileType).
Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaSizeType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaSizeType).
Resolving inheritance for "NexCRM\BaseBundle\Form\MediaSizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaSizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaType).
Resolving inheritance for "NexCRM\BaseBundle\Form\MediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\RoleType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\RoleType).
Resolving inheritance for "NexCRM\BaseBundle\Form\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SelectEntityType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\SelectEntityType).
Resolving inheritance for "NexCRM\BaseBundle\Form\SelectEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SelectEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingCollectionType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\SettingCollectionType).
Resolving inheritance for "NexCRM\BaseBundle\Form\SettingCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\SettingType).
Resolving inheritance for "NexCRM\BaseBundle\Form\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\TabType).
Resolving inheritance for "NexCRM\BaseBundle\Form\TabType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabsType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\TabsType).
Resolving inheritance for "NexCRM\BaseBundle\Form\TabsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\ChoiceListType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\ChoiceListType).
Resolving inheritance for "NexCRM\BaseBundle\Form\Type\ChoiceListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\ChoiceListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType).
Resolving inheritance for "NexCRM\BaseBundle\Form\Type\EntityAndCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\FavIconType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\FavIconType).
Resolving inheritance for "NexCRM\BaseBundle\Form\Type\FavIconType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\FavIconType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\MultiEmailType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\MultiEmailType).
Resolving inheritance for "NexCRM\BaseBundle\Form\Type\MultiEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\MultiEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SecretType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\SecretType).
Resolving inheritance for "NexCRM\BaseBundle\Form\Type\SecretType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SecretType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SortableCollectionType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\SortableCollectionType).
Resolving inheritance for "NexCRM\BaseBundle\Form\Type\SortableCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SortableCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\UserType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\UserType).
Resolving inheritance for "NexCRM\BaseBundle\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\UserType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\ChartJsTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\ChartJsTwigExtension).
Resolving inheritance for "NexCRM\BaseBundle\Twig\ChartJsTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\ChartJsTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\HookTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\HookTwigExtension).
Resolving inheritance for "NexCRM\BaseBundle\Twig\HookTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\HookTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\LangTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\LangTwigExtension).
Resolving inheritance for "NexCRM\BaseBundle\Twig\LangTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\LangTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension).
Resolving inheritance for "NexCRM\BaseBundle\Twig\MediaFilterTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\OrderByTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\OrderByTwigExtension).
Resolving inheritance for "NexCRM\BaseBundle\Twig\OrderByTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\OrderByTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\SettingTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\SettingTwigExtension).
Resolving inheritance for "NexCRM\BaseBundle\Twig\SettingTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\SettingTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\TwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\TwigExtension).
Resolving inheritance for "NexCRM\BaseBundle\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.tabbed_form_type_extension" (parent: .abstract.instanceof.app.form.tabbed_form_type_extension).
Resolving inheritance for "app.form.tabbed_form_type_extension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.tabbed_form_type_extension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.link_button.form.extension" (parent: .abstract.instanceof.link_button.form.extension).
Resolving inheritance for "link_button.form.extension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.link_button.form.extension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener" (parent: .abstract.instanceof.app.locale_listener).
Resolving inheritance for "app.locale_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Liip\ImagineBundle\Templating\ImagineExtension" (parent: .abstract.instanceof.Liip\ImagineBundle\Templating\ImagineExtension).
Resolving inheritance for "Liip\ImagineBundle\Templating\ImagineExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Liip\ImagineBundle\Templating\ImagineExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\BlockController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\BlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\BlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\BlockController).
Resolving inheritance for "NexCRM\WebBundle\Controller\BlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\BlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CodeController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\CodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CodeController).
Resolving inheritance for "NexCRM\WebBundle\Controller\CodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CookieController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\CookieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CookieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CookieController).
Resolving inheritance for "NexCRM\WebBundle\Controller\CookieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CookieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CronController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CronController).
Resolving inheritance for "NexCRM\WebBundle\Controller\CronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\Front\FeedController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\Front\FeedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\Front\FeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\Front\FeedController).
Resolving inheritance for "NexCRM\WebBundle\Controller\Front\FeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\Front\FeedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuController).
Resolving inheritance for "NexCRM\WebBundle\Controller\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuGroupController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\MenuGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuGroupController).
Resolving inheritance for "NexCRM\WebBundle\Controller\MenuGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\ModuleController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\ModuleController).
Resolving inheritance for "NexCRM\WebBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\NewsController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\NewsController).
Resolving inheritance for "NexCRM\WebBundle\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PageController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PageController).
Resolving inheritance for "NexCRM\WebBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PopupController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\PopupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PopupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PopupController).
Resolving inheritance for "NexCRM\WebBundle\Controller\PopupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PopupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SEOController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\SEOController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SEOController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SEOController).
Resolving inheritance for "NexCRM\WebBundle\Controller\SEOController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SEOController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SettingController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\SettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SettingController).
Resolving inheritance for "NexCRM\WebBundle\Controller\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SliderController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SliderController).
Resolving inheritance for "NexCRM\WebBundle\Controller\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TagController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TagController).
Resolving inheritance for "NexCRM\WebBundle\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TemplateController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TemplateController).
Resolving inheritance for "NexCRM\WebBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\WebBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.NexCRM\WebBundle\DataFixtures\AppFixtures).
Resolving inheritance for "NexCRM\WebBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\WebBundle\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\WebBundle\EventListener\LocaleListener" (parent: .abstract.instanceof.NexCRM\WebBundle\EventListener\LocaleListener).
Resolving inheritance for "NexCRM\WebBundle\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\WebBundle\EventListener\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\BlockType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\BlockType).
Resolving inheritance for "NexCRM\WebBundle\Form\BlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\BlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CodeType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\CodeType).
Resolving inheritance for "NexCRM\WebBundle\Form\CodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContactType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\ContactType).
Resolving inheritance for "NexCRM\WebBundle\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContentType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\ContentType).
Resolving inheritance for "NexCRM\WebBundle\Form\ContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CookieType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\CookieType).
Resolving inheritance for "NexCRM\WebBundle\Form\CookieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CookieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuGroupType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\MenuGroupType).
Resolving inheritance for "NexCRM\WebBundle\Form\MenuGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\MenuType).
Resolving inheritance for "NexCRM\WebBundle\Form\MenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ModuleType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\ModuleType).
Resolving inheritance for "NexCRM\WebBundle\Form\ModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\NewsType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\NewsType).
Resolving inheritance for "NexCRM\WebBundle\Form\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\NewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PageType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\PageType).
Resolving inheritance for "NexCRM\WebBundle\Form\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PopupType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\PopupType).
Resolving inheritance for "NexCRM\WebBundle\Form\PopupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PopupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SEOType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\SEOType).
Resolving inheritance for "NexCRM\WebBundle\Form\SEOType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SEOType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SettingType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\SettingType).
Resolving inheritance for "NexCRM\WebBundle\Form\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SliderType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\SliderType).
Resolving inheritance for "NexCRM\WebBundle\Form\SliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TagType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\TagType).
Resolving inheritance for "NexCRM\WebBundle\Form\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TemplateType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\TemplateType).
Resolving inheritance for "NexCRM\WebBundle\Form\TemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\ContentFromTemplateType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\ContentFromTemplateType).
Resolving inheritance for "NexCRM\WebBundle\Form\Type\ContentFromTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\ContentFromTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\DataSourcesType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\DataSourcesType).
Resolving inheritance for "NexCRM\WebBundle\Form\Type\DataSourcesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\DataSourcesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateCollectionType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateCollectionType).
Resolving inheritance for "NexCRM\WebBundle\Form\Type\TemplateCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateEntityType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType).
Resolving inheritance for "NexCRM\WebBundle\Form\Type\TemplateEntityType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\URLType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\URLType).
Resolving inheritance for "NexCRM\WebBundle\Form\URLType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\URLType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\MarketingTwigExtension" (parent: .abstract.instanceof.NexCRM\WebBundle\Twig\MarketingTwigExtension).
Resolving inheritance for "NexCRM\WebBundle\Twig\MarketingTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\MarketingTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\TwigExtension" (parent: .abstract.instanceof.NexCRM\WebBundle\Twig\TwigExtension).
Resolving inheritance for "NexCRM\WebBundle\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\PersonBundle\Controller\DefaultController" (parent: .abstract.instanceof.NexCRM\PersonBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\PersonBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\PersonBundle\Controller\DefaultController).
Resolving inheritance for "NexCRM\PersonBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\PersonBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\PersonBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.NexCRM\PersonBundle\DataFixtures\AppFixtures).
Resolving inheritance for "NexCRM\PersonBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\PersonBundle\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\AddressType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\AddressType).
Resolving inheritance for "NexCRM\PersonBundle\Form\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\BankDetailType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\BankDetailType).
Resolving inheritance for "NexCRM\PersonBundle\Form\BankDetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\BankDetailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\PersonType).
Resolving inheritance for "NexCRM\PersonBundle\Form\PersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonalDataType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\PersonalDataType).
Resolving inheritance for "NexCRM\PersonBundle\Form\PersonalDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonalDataType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\DefaultController" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\DefaultController).
Resolving inheritance for "NexCRM\CompanyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\PersonController" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Controller\PersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\PersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\PersonController).
Resolving inheritance for "NexCRM\CompanyBundle\Controller\PersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\PersonController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\CompanyBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.NexCRM\CompanyBundle\DataFixtures\AppFixtures).
Resolving inheritance for "NexCRM\CompanyBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\CompanyBundle\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ChangePasswordType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\ChangePasswordType).
Resolving inheritance for "NexCRM\CompanyBundle\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyContactType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyContactType).
Resolving inheritance for "NexCRM\CompanyBundle\Form\CompanyContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyType).
Resolving inheritance for "NexCRM\CompanyBundle\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ExtendedPersonType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\ExtendedPersonType).
Resolving inheritance for "NexCRM\CompanyBundle\Form\ExtendedPersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ExtendedPersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\NotifyUserType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\NotifyUserType).
Resolving inheritance for "NexCRM\CompanyBundle\Form\NotifyUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\NotifyUserType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\CronController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\CronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\CronController).
Resolving inheritance for "NexCRM\NotificationBundle\Controller\CronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationContentController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationContentController).
Resolving inheritance for "NexCRM\NotificationBundle\Controller\NotificationContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationController).
Resolving inheritance for "NexCRM\NotificationBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationEntityController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationEntityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationEntityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationEntityController).
Resolving inheritance for "NexCRM\NotificationBundle\Controller\NotificationEntityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationEntityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\SystemNotificationController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\SystemNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\SystemNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\SystemNotificationController).
Resolving inheritance for "NexCRM\NotificationBundle\Controller\SystemNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\SystemNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherContentController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherContentController).
Resolving inheritance for "NexCRM\NotificationBundle\Controller\WatcherContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherController).
Resolving inheritance for "NexCRM\NotificationBundle\Controller\WatcherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadNotificators" (parent: .abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadNotificators).
Resolving inheritance for "NexCRM\NotificationBundle\DataFixtures\LoadNotificators" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadNotificators).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRecover" (parent: .abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRecover).
Resolving inheritance for "NexCRM\NotificationBundle\DataFixtures\LoadRecover" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRecover).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRoles" (parent: .abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRoles).
Resolving inheritance for "NexCRM\NotificationBundle\DataFixtures\LoadRoles" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRoles).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationContentType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationContentType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntityPropertyType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationEntityPropertyType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationEntityPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntityPropertyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntitySelectType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationEntitySelectType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationEntitySelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntitySelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntityType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationEntityType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationRuleType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationRuleType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationRuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\RecipientType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\RecipientType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\RecipientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\RecipientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\SystemNotificationType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\SystemNotificationType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\SystemNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\SystemNotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherContentType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherContentType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\WatcherContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherType).
Resolving inheritance for "NexCRM\NotificationBundle\Form\WatcherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\FavoriteController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\Ajax\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\FavoriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\FavoriteController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\Ajax\FavoriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\CronController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\CronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\CronController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\CronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\DMSController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\DMSController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\DMSController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\DMSController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\DMSController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\DMSController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\FileTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FilterController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FilterController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\RuleController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\RuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\RuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\RuleController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\RuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\RuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\TestController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\TestController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\UtilController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\UtilController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\UtilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\UtilController).
Resolving inheritance for "NexCRM\DMSBundle\Controller\UtilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\UtilController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\DMSBundle\DataFixtures\LoadRoles" (parent: .abstract.instanceof.NexCRM\DMSBundle\DataFixtures\LoadRoles).
Resolving inheritance for "NexCRM\DMSBundle\DataFixtures\LoadRoles" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\DMSBundle\DataFixtures\LoadRoles).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\DMSBundle\EventListener\OrderWriter" (parent: .abstract.instanceof.NexCRM\DMSBundle\EventListener\OrderWriter).
Resolving inheritance for "NexCRM\DMSBundle\EventListener\OrderWriter" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\DMSBundle\EventListener\OrderWriter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Extension\FormExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Extension\FormExtension).
Resolving inheritance for "NexCRM\DMSBundle\Extension\FormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Extension\FormExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileMultipleType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileMultipleType).
Resolving inheritance for "NexCRM\DMSBundle\Form\DMSFileMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileMultipleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\DMSFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileType).
Resolving inheritance for "NexCRM\DMSBundle\Form\DMSFileType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\DMSFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension).
Resolving inheritance for "NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\FileTypeExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\Extension\FileTypeExtension).
Resolving inheritance for "NexCRM\DMSBundle\Form\Extension\FileTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\FileTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileCommentType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileCommentType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileFieldType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileFieldType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileParametersType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileParametersType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileParametersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileParametersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileTemplateFieldSettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileTemplateFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTransformType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileTransformType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\FileTransformType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTransformType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileTransformType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\FileTransformType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterItemType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FilterItemType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FilterItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FilterType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderRuleType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FolderRuleType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FolderRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderRuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FolderType).
Resolving inheritance for "NexCRM\DMSBundle\Form\FolderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootDefinitionType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootDefinitionType).
Resolving inheritance for "NexCRM\DMSBundle\Form\NumericalRootDefinitionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootDefinitionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootType).
Resolving inheritance for "NexCRM\DMSBundle\Form\NumericalRootType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\TwigExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Twig\TwigExtension).
Resolving inheritance for "NexCRM\DMSBundle\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\UserRoleFilter" (parent: .abstract.instanceof.NexCRM\DMSBundle\Twig\UserRoleFilter).
Resolving inheritance for "NexCRM\DMSBundle\Twig\UserRoleFilter" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\UserRoleFilter).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
173
Removing method "setEventDispatcher" of service "App\Controller\Admin\ActivityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\ActivityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\ActivityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\ActivityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\ContactPersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\ContactPersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\ContactPersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\ContactPersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\FoodCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\FoodCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\FoodCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\FoodCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\FoodController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\FoodController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\FoodController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\FoodController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\IconController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\IconController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\IconController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\IconController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\ReferenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\ReferenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\ReferenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\ReferenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\RoomController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\RoomController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\RoomController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\RoomController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\VideoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\VideoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\VideoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\VideoController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\VoucherOrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\VoucherOrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\VoucherOrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\VoucherOrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Admin\VoucherTypesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "App\Controller\Admin\VoucherTypesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "App\Controller\Admin\VoucherTypesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "App\Controller\Admin\VoucherTypesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\BaseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\LangController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\BaseBundle\Controller\LangController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\LangTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\BaseBundle\Controller\LangTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\MediaSizeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\MediaSizeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\BaseBundle\Controller\MediaSizeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\MediaSizeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\BaseBundle\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\StyleguideController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\BaseBundle\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\CompanyBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\CompanyBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\CompanyBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\CompanyBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\CompanyBundle\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\CompanyBundle\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\CompanyBundle\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\CompanyBundle\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\DMSController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FileTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\DMSBundle\Controller\FileTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\DMSBundle\Controller\FilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\DMSBundle\Controller\FilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\DMSBundle\Controller\FilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\NotificationContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\NotificationBundle\Controller\NotificationContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\NotificationBundle\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\NotificationEntityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationEntityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\NotificationBundle\Controller\NotificationEntityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationEntityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\WatcherContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\NotificationBundle\Controller\WatcherContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\WatcherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\NotificationBundle\Controller\WatcherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\PersonBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\PersonBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\PersonBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\PersonBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\BlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\BlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\BlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\BlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\CodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\CodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\CodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\CodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\CookieController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\CookieController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\CookieController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\CookieController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\MenuGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\MenuGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\ModuleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\ModuleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\ModuleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\ModuleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\PopupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\PopupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\PopupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\PopupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\SEOController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\SEOController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\SEOController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\SEOController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\SettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\SettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\SettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\SettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\SliderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\SliderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\SliderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\SliderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\TagController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\TagController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\TagController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\TagController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\TemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\TemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKernel" of service "NexCRM\WebBundle\Controller\TemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\TemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
317
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.default_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "FM\ElfinderBundle\Loader\ElFinderLoader"; reason: private alias.
Removed service "fm_elfinder.configurator"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.event_dispatcher"; reason: private alias.
Removed service "SlopeIt\BreadcrumbBundle\Service\BreadcrumbBuilder"; reason: private alias.
Removed service "a2lix_auto_form.manipulator.default"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\LocaleProviderInterface"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\UserProviderInterface"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\ClientManagerInterface"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\AccessTokenManagerInterface"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\AuthCodeManagerInterface"; reason: private alias.
Removed service "fos_oauth_server.storage"; reason: private alias.
Removed service "fos_oauth_server.client_manager"; reason: private alias.
Removed service "fos_oauth_server.access_token_manager"; reason: private alias.
Removed service "fos_oauth_server.refresh_token_manager"; reason: private alias.
Removed service "fos_oauth_server.auth_code_manager"; reason: private alias.
Removed service "fos_oauth_server.user_provider"; reason: private alias.
Removed service "fos_oauth_server.authorize.form.handler"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service "a2lix_translation_form.locale_provider.default"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.KsPGMLD"; reason: private alias.
Removed service ".service_locator.vsIIEJz"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.uXw9N.G"; reason: private alias.
Removed service ".service_locator.GHJeWFI"; reason: private alias.
Removed service ".service_locator.aQp1jA9"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.TxbX0RT"; reason: private alias.
Removed service ".service_locator.B9tWw4q"; reason: private alias.
Removed service ".service_locator.6llF7Cj"; reason: private alias.
Removed service ".service_locator.UDBBbGr"; reason: private alias.
Removed service ".service_locator.VggPhve"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.j2Fq7Sp"; reason: private alias.
Removed service ".service_locator.DIvMcB4"; reason: private alias.
Removed service ".service_locator.uZFUjk9"; reason: private alias.
Removed service ".service_locator.ySC8ejN"; reason: private alias.
Removed service ".service_locator.b3MIx49"; reason: private alias.
Removed service ".service_locator.hDtA7Nj"; reason: private alias.
Removed service ".service_locator.g92Jw3b"; reason: private alias.
Removed service ".service_locator.fDIUlxR"; reason: private alias.
Removed service ".service_locator.dJJbeYq"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
Removed service "app.decorating_translator.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.LFZgq_l"; reason: private alias.
Removed service ".service_locator.U.44KB5"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.FdZaWSZ"; reason: private alias.
Removed service ".service_locator.vf3O4kY"; reason: private alias.
Removed service ".service_locator.bycALVz"; reason: private alias.
Removed service ".service_locator.Z1lVuqU"; reason: private alias.
Removed service ".service_locator.MMUQBy_"; reason: private alias.
Removed service ".service_locator.DB8Rm8y"; reason: private alias.
Removed service ".service_locator.nUs14DZ"; reason: private alias.
Removed service ".service_locator.w6qjOtf"; reason: private alias.
Removed service ".service_locator.nk9a0cx"; reason: private alias.
Removed service ".service_locator.LGpF7cn"; reason: private alias.
Removed service ".service_locator.3MEBzb7"; reason: private alias.
Removed service ".service_locator.r6S9_Kh"; reason: private alias.
Removed service ".service_locator.MNZVf5F"; reason: private alias.
Removed service ".service_locator.EHkRoMo"; reason: private alias.
Removed service ".service_locator.S.wCqqb"; reason: private alias.
Removed service ".service_locator.B6hk3pF"; reason: private alias.
Removed service ".service_locator.xzOj3IR"; reason: private alias.
Removed service ".service_locator._kSqBqm"; reason: private alias.
Removed service ".service_locator.88czpZI"; reason: private alias.
Removed service ".service_locator.LxKXDZJ"; reason: private alias.
Removed service ".service_locator.KgXxGhF"; reason: private alias.
Removed service ".service_locator.MAlABuq"; reason: private alias.
Removed service ".service_locator.03AlL4i"; reason: private alias.
Removed service ".service_locator.X8xfO5d"; reason: private alias.
Removed service ".service_locator.UomOu_d"; reason: private alias.
Removed service ".service_locator.IvdgZbN"; reason: private alias.
Removed service ".service_locator.2XPolZH"; reason: private alias.
Removed service ".service_locator.zAnC2nI"; reason: private alias.
Removed service ".service_locator.8El0N1r"; reason: private alias.
Removed service ".service_locator.kLf7C2m"; reason: private alias.
Removed service ".service_locator.WJupQBO"; reason: private alias.
Removed service ".service_locator.DNri35t"; reason: private alias.
Removed service ".service_locator.sKaUF.D"; reason: private alias.
Removed service ".service_locator.WBoPNQc"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.mpI73cQ"; reason: private alias.
Removed service ".service_locator.XXMKS9y"; reason: private alias.
Removed service ".service_locator.U9opGXk"; reason: private alias.
Removed service ".service_locator.F6IFLXA"; reason: private alias.
Removed service ".service_locator.KNjI246"; reason: private alias.
Removed service ".service_locator.zcdhruk"; reason: private alias.
Removed service ".service_locator.uYfXAOu"; reason: private alias.
Removed service ".service_locator.ni7C14N"; reason: private alias.
Removed service ".service_locator.isyl9Hv"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
233
Changed reference of service "App\Controller\Admin\ActivityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\ContactPersonController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\FoodCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\FoodController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\IconController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\ReferenceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\RoomController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\VideoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\VoucherOrdersController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\VoucherTypesController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\BaseController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PaymentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\MenuBuilderListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "App\Service\GoPayService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\RenderPdfService" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "app.decorating_translator" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "form.type.choice" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "form.type.file" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "form.type.color" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "validator.builder" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
Changed reference of service "twig.extension.trans" previously pointing to "app.decorating_translator" 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 "app.decorating_translator" 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 "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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 "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "FM\ElfinderBundle\Controller\ElFinderController" previously pointing to "fm_elfinder.loader.default" to "fm_elfinder.loader".
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 "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "slope_it.breadcrumb.item_processor" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "slope_it.breadcrumb.item_processor" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\BaseBundle\Command\GenerateEntities" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\CacheController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\CacheController" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "NexCRM\BaseBundle\Controller\DashboardController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\LangController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\LangTranslationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\MediaSizeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\RoleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\SettingsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\StyleguideController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Controller\UserController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\BaseBundle\Controller\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
Changed reference of service "NexCRM\BaseBundle\EventListener\LoginListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\EventListener\MenuBaseControllerConstructListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\EventListener\MenuBaseControllerConstructListener" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\BaseBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\BaseBundle\EventListener\MenuBuilderListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\BaseBundle\EventListener\SettingCreateListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\BaseBundle\Form\Type\FavIconType" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "NexCRM\BaseBundle\Helper\FormHelper" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\BaseBundle\Helper\FormHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Service\Access" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\BaseBundle\Service\Access" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Service\FileManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Service\LocaleService" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\BaseBundle\Service\RecoverManager" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\BaseBundle\Service\Settings" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Service\Translator" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "NexCRM\BaseBundle\Twig\HookTwigExtension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Builder\DashboardBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\BaseBundle\Builder\DashboardBuilder" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\WebBundle\Controller\BlockController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\CodeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\CookieController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\MenuController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\MenuGroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\ModuleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\NewsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\PageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\PopupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\SEOController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\SettingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\SliderController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\TagController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\Controller\TemplateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\WebBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
Changed reference of service "NexCRM\WebBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\WebBundle\EventListener\MenuBuilderListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\WebBundle\EventListener\SettingCreateListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\WebBundle\Twig\TwigExtension" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\PersonBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\PersonBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
Changed reference of service "NexCRM\PersonBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\CompanyBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\CompanyBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\CompanyBundle\Controller\PersonController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\CompanyBundle\EventListener\CRUDPostListBuilderListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\CompanyBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
Changed reference of service "NexCRM\CompanyBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\CompanyBundle\EventListener\MenuBuilderListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\NotificationBundle\Controller\NotificationContentController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\NotificationBundle\Controller\NotificationContentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\NotificationBundle\Controller\NotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\NotificationBundle\Controller\NotificationEntityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\NotificationBundle\Controller\WatcherContentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\NotificationBundle\Controller\WatcherController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\NotificationBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
Changed reference of service "NexCRM\NotificationBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\NotificationBundle\EventListener\MenuBuilderListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\NotificationBundle\EventListener\NotificationDoctrineListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\NotificationBundle\EventListener\SettingCreateListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\NotificationBundle\Form\NotificationContentType" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\DMSController" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\DMSBundle\Controller\DMSController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\DMSController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\FileController" previously pointing to "router.default" to "router".
Changed reference of service "NexCRM\DMSBundle\Controller\FileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\FileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\FileTemplateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\FileTemplateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Controller\FilterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
Changed reference of service "NexCRM\DMSBundle\Form\FileParametersType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Form\FileTemplateType" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\DMSBundle\Form\FilterType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Form\FilterType" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\DMSBundle\Form\FolderRuleType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Form\FolderType" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\DMSBundle\Form\FolderType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Service\Access" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "NexCRM\DMSBundle\Service\Access" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Service\FileManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Service\FileTypesManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "NexCRM\DMSBundle\Twig\UserRoleFilter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "Knp\DoctrineBehaviors\Provider\LocaleProvider" previously pointing to "app.decorating_translator" to "translator".
Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "router.default" to "router".
Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.form.extension.csrf_disable" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.Lrdi3b0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.MEa3gue" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.n.vWwvH" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.woTDDio" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.woTDDio" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "app.decorating_translator" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mUiP3xF" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.mUiP3xF" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mUiP3xF" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.uO9wPQU" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.uO9wPQU" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.DnWpNUI" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.DnWpNUI" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.QSb0f1h" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.QSb0f1h" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.LiYz9Gv" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.LiYz9Gv" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.jz.TcXL" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.jz.TcXL" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.JQSl.Tb" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JQSl.Tb" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.UPzqIhE" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.UPzqIhE" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.Wms2Jym" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Wms2Jym" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.e_.xxAP" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "app.decorating_translator" to "translator".
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 "fos_rest.view_handler" previously pointing to "router.default" to "router".
699
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; 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 "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "NexCRM\BaseBundle\Builder"; reason: abstract.
Removed service "NexCRM\BaseBundle\DependencyInjection"; reason: abstract.
Removed service "NexCRM\BaseBundle\Dto"; reason: abstract.
Removed service "NexCRM\BaseBundle\Entity"; reason: abstract.
Removed service "NexCRM\BaseBundle\Event"; reason: abstract.
Removed service "NexCRM\BaseBundle\Generator"; reason: abstract.
Removed service "NexCRM\BaseBundle\Repository"; reason: abstract.
Removed service "NexCRM\BaseBundle\Resources"; reason: abstract.
Removed service "NexCRM\BaseBundle\Service\ImagineExtension"; reason: abstract.
Removed service "NexCRM\BaseBundle\Tests"; reason: abstract.
Removed service "NexCRM\BaseBundle\Util"; reason: abstract.
Removed service "NexCRM\BaseBundle\Validator"; reason: abstract.
Removed service "NexCRM\BaseBundle\ValueObject"; reason: abstract.
Removed service "NexCRM\WebBundle\DependencyInjection"; reason: abstract.
Removed service "NexCRM\WebBundle\Entity"; reason: abstract.
Removed service "NexCRM\WebBundle\Repository"; reason: abstract.
Removed service "NexCRM\WebBundle\Resources"; reason: abstract.
Removed service "NexCRM\WebBundle\Tests"; reason: abstract.
Removed service "NexCRM\PersonBundle\DependencyInjection"; reason: abstract.
Removed service "NexCRM\PersonBundle\Entity"; reason: abstract.
Removed service "NexCRM\PersonBundle\Repository"; reason: abstract.
Removed service "NexCRM\PersonBundle\Resources"; reason: abstract.
Removed service "NexCRM\CompanyBundle\DependencyInjection"; reason: abstract.
Removed service "NexCRM\CompanyBundle\Entity"; reason: abstract.
Removed service "NexCRM\CompanyBundle\Repository"; reason: abstract.
Removed service "NexCRM\CompanyBundle\Resources"; reason: abstract.
Removed service "NexCRM\NotificationBundle\DependencyInjection"; reason: abstract.
Removed service "NexCRM\NotificationBundle\Entity"; reason: abstract.
Removed service "NexCRM\NotificationBundle\Repository"; reason: abstract.
Removed service "NexCRM\NotificationBundle\Resources"; reason: abstract.
Removed service "NexCRM\NotificationBundle\Tests"; reason: abstract.
Removed service "NexCRM\DMSBundle\DependencyInjection"; reason: abstract.
Removed service "NexCRM\DMSBundle\Entity"; reason: abstract.
Removed service "NexCRM\DMSBundle\Repository"; reason: abstract.
Removed service "NexCRM\DMSBundle\Resources"; reason: abstract.
Removed service "NexCRM\DMSBundle\Tests"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\Bundle"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\DoctrineBehaviorsBundle"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\Exception"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactPersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContactPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FoodCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FoodCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FoodCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FoodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FoodController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FoodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IconController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IconController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\IconController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VoucherOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherTypesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VoucherTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\QuestionFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\QuestionFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\QuestionFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReservationFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReservationFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ReservationFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VoucherFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\VoucherFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactPersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactPersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FoodCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FoodCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FoodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FoodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IconType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IconType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReservationSmallType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReservationSmallType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReservationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReservationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VoucherFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherOrdersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VoucherOrdersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherTypesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VoucherTypesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\GenerateEntities"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\GenerateEntities"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\LoadRoutes"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\LoadRoutes"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Lock"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\Lock"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Unlock"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\Unlock"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\Api\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\Api\CRUDController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\Api\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\CacheController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\LangController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangTranslationController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\LangTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaSizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaSizeController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\MediaSizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SortController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SortController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\SortController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\StyleguideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\StyleguideController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\StyleguideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\FolderFixtures"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\FolderFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\LanguageFixtures"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\LanguageFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\MediaFixtures"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\MediaFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\LocaleListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\LogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogoutSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\LogoutSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\MediaOrderWriter"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\MediaOrderWriter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Extension\MediaFormExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Extension\MediaFormExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\DateRangeType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\DateRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FilterType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\FilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FolderType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\FolderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\IconSubmitType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\IconSubmitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\LangTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\LangType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileInlineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileTransformType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaSizeType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaSizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SelectEntityType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\SelectEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\SettingCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\SettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\TabType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabsType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\TabsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\ChoiceListType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\ChoiceListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\FavIconType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\FavIconType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\MultiEmailType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\MultiEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SecretType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\SecretType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SortableCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\SortableCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\UserType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\ChartJsTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\ChartJsTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\HookTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\HookTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\LangTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\LangTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\OrderByTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\OrderByTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\SettingTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\SettingTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.tabbed_form_type_extension"; reason: abstract.
Removed service ".abstract.instanceof.app.form.tabbed_form_type_extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.link_button.form.extension"; reason: abstract.
Removed service ".abstract.instanceof.link_button.form.extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener"; reason: abstract.
Removed service ".abstract.instanceof.app.locale_listener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Liip\ImagineBundle\Templating\ImagineExtension"; reason: abstract.
Removed service ".abstract.instanceof.Liip\ImagineBundle\Templating\ImagineExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\BlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\BlockController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\BlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CodeController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\CodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CookieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CookieController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\CookieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CronController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\Front\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\Front\FeedController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\Front\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuGroupController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\MenuGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PopupController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\PopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SEOController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SEOController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\SEOController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SettingController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SliderController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\WebBundle\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\WebBundle\EventListener\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\EventListener\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\BlockType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\BlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CodeType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\CodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContentType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\ContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CookieType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\CookieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuGroupType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\MenuGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\MenuType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ModuleType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\ModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\NewsType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\NewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PageType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PopupType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\PopupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SEOType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\SEOType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SettingType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\SettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SliderType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\SliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TagType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\TagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TemplateType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\TemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\ContentFromTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\ContentFromTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\DataSourcesType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\DataSourcesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\URLType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\URLType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\MarketingTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Twig\MarketingTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\WebBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\PersonBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\PersonBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\PersonBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\PersonBundle\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\PersonBundle\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\BankDetailType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\BankDetailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\PersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonalDataType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\PersonalDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\PersonController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\CompanyBundle\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyContactType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ExtendedPersonType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\ExtendedPersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\NotifyUserType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\NotifyUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\CronController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationContentController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationEntityController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\SystemNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\SystemNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\SystemNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherContentController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadNotificators"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadNotificators"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRecover"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRecover"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRoles"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRoles"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationContentType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntityPropertyType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationEntityPropertyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntitySelectType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationEntitySelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationEntityType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationRuleType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationRuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\RecipientType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\RecipientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\SystemNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\SystemNotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherContentType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\FavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\Ajax\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\CronController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\DMSController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\DMSController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\DMSController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FilterController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\RuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\RuleController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\RuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\UtilController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\UtilController"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\UtilController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\DMSBundle\DataFixtures\LoadRoles"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\DataFixtures\LoadRoles"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\DMSBundle\EventListener\OrderWriter"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\EventListener\OrderWriter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Extension\FormExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Extension\FormExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileMultipleType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileMultipleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\DMSFileType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\FileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\Extension\FileTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileCommentType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileFieldType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileParametersType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileParametersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTransformType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\FileTransformType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileTransformType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterItemType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FilterItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderRuleType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FolderRuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FolderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootDefinitionType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootDefinitionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootType"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\UserRoleFilter"; reason: abstract.
Removed service ".abstract.instanceof.NexCRM\DMSBundle\Twig\UserRoleFilter"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
163
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Enum\VoucherStates"; reason: unused.
Removed service "App\Repository\ActivityRepository"; reason: unused.
Removed service "App\Repository\ContactPersonRepository"; reason: unused.
Removed service "App\Repository\FoodCategoryRepository"; reason: unused.
Removed service "App\Repository\FoodRepository"; reason: unused.
Removed service "App\Repository\IconRepository"; reason: unused.
Removed service "App\Repository\QuestionRepository"; reason: unused.
Removed service "App\Repository\ReferenceRepository"; reason: unused.
Removed service "App\Repository\ReservationRepository"; reason: unused.
Removed service "App\Repository\RoomRepository"; reason: unused.
Removed service "App\Repository\VideoRepository"; reason: unused.
Removed service "App\Repository\VoucherTypesRepository"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~Xl2bDly"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "NexCRM\NotificationBundle\NotificationBundle"; reason: unused.
Removed service "NexCRM\NotificationBundle\Service\NotificationHelper"; reason: unused.
Removed service "NexCRM\DMSBundle\DMSBundle"; reason: unused.
Removed service "NexCRM\DMSBundle\Enum\DayOfTheWeek"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\CompanyFilterEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\DMSListEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FileDeleteEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FileEditEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FileInfoTemplateEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FileMoveEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FileTemplateListTemplateEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FileTypeBuilderEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FileUploadEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FolderCreateEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FolderDateEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FolderDeleteEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FolderEditEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\FolderMoveEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\GetStructureEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\LoadDbTemplatesEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\SearchEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\UserRoleFilterEvent"; reason: unused.
Removed service "NexCRM\DMSBundle\Event\VisibleUsersEvent"; reason: unused.
Removed service "a2lix_translation_form.locale.simple_provider"; reason: unused.
Removed service "fos_oauth_server.security.entry_point"; reason: unused.
Removed service "fos_oauth_server.security.authenticator.manager"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.request.param_fetcher"; reason: unused.
Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service ".service_locator.aIASHc2"; reason: unused.
Removed service ".service_locator.vfvoX6X"; reason: unused.
Removed service ".service_locator.CseHU7V"; reason: unused.
Removed service ".service_locator.Lrdi3b0"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
507
Inlined service ".service_locator.woTDDio.App\Controller\Admin\ActivityController" to "App\Controller\Admin\ActivityController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\ContactPersonController" to "App\Controller\Admin\ContactPersonController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\FoodCategoryController" to "App\Controller\Admin\FoodCategoryController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\FoodController" to "App\Controller\Admin\FoodController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\IconController" to "App\Controller\Admin\IconController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\ReferenceController" to "App\Controller\Admin\ReferenceController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\RoomController" to "App\Controller\Admin\RoomController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\VideoController" to "App\Controller\Admin\VideoController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\VoucherOrdersController" to "App\Controller\Admin\VoucherOrdersController".
Inlined service ".service_locator.woTDDio.App\Controller\Admin\VoucherTypesController" to "App\Controller\Admin\VoucherTypesController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\QuestionFormController" to "App\Controller\Api\QuestionFormController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\ReservationFormController" to "App\Controller\Api\ReservationFormController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\BaseController" to "App\Controller\BaseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PageController" to "App\Controller\PageController".
Inlined service "App\Service\OrderProcess" to "App\Controller\PaymentController".
Inlined service "App\Service\GoPayService" to "App\Controller\PaymentController".
Inlined service "App\Service\CurrencyHelper" to "App\Controller\PaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PaymentController" to "App\Controller\PaymentController".
Inlined service "App\Repository\VoucherOrdersRepository" to "App\Service\OrderProcess".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NYCuMTz" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.z8i6jCx" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.3ludem7" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.jms_serializer" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "twig.extension.fm_elfinder_init" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "slope_it.breadcrumb.twig_extension" to "twig".
Inlined service "NexCRM\DMSBundle\Twig\UserRoleFilter" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.NoBMSXk" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.8W.AwzX" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.SfGnQiG" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.LluLvio" to "security.access_map".
Inlined service ".security.request_matcher.pCMiE0E" to "security.access_map".
Inlined service ".security.request_matcher.D5xVT_B" to "security.access_map".
Inlined service ".security.request_matcher.Ld8E3QR" to "security.access_map".
Inlined service ".security.request_matcher.it5.ahQ" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service ".security.request_matcher.WdvtbCR" to "security.access_map".
Inlined service ".security.request_matcher.1EqG.O4" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.5eRZPSi".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.7LMS0J2" to ".security.request_matcher.LluLvio".
Inlined service ".security.request_matcher.bRGaCJ0" to ".security.request_matcher.pCMiE0E".
Inlined service ".security.request_matcher.X1FOpdX" to ".security.request_matcher.D5xVT_B".
Inlined service ".security.request_matcher.G6EbA0i" to ".security.request_matcher.Ld8E3QR".
Inlined service ".security.request_matcher.wyJHvZ." to ".security.request_matcher.it5.ahQ".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
Inlined service ".security.request_matcher.l8rpi96" to ".security.request_matcher.WdvtbCR".
Inlined service ".security.request_matcher.kYksE5B" to ".security.request_matcher.1EqG.O4".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\VoucherFixtures" to "doctrine.fixtures.loader".
Inlined service "NexCRM\NotificationBundle\DataFixtures\LoadNotificators" to "doctrine.fixtures.loader".
Inlined service "NexCRM\NotificationBundle\DataFixtures\LoadRecover" to "doctrine.fixtures.loader".
Inlined service "NexCRM\NotificationBundle\DataFixtures\LoadRoles" to "doctrine.fixtures.loader".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.traceable_event_dispatcher".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "slope_it.breadcrumb.item_factory" to "slope_it.breadcrumb.builder".
Inlined service "slope_it.breadcrumb.item_processor" to "slope_it.breadcrumb.twig_extension".
Inlined service ".service_locator.mUiP3xF.NexCRM\BaseBundle\Controller\Api\CRUDController" to "NexCRM\BaseBundle\Controller\Api\CRUDController".
Inlined service ".service_locator.uO9wPQU.NexCRM\BaseBundle\Controller\CacheController" to "NexCRM\BaseBundle\Controller\CacheController".
Inlined service ".service_locator.uO9wPQU.NexCRM\BaseBundle\Controller\DashboardController" to "NexCRM\BaseBundle\Controller\DashboardController".
Inlined service ".service_locator.uO9wPQU.NexCRM\BaseBundle\Controller\DefaultController" to "NexCRM\BaseBundle\Controller\DefaultController".
Inlined service ".service_locator.DnWpNUI.NexCRM\BaseBundle\Controller\LangController" to "NexCRM\BaseBundle\Controller\LangController".
Inlined service ".service_locator.DnWpNUI.NexCRM\BaseBundle\Controller\LangTranslationController" to "NexCRM\BaseBundle\Controller\LangTranslationController".
Inlined service ".service_locator.DnWpNUI.NexCRM\BaseBundle\Controller\MediaSizeController" to "NexCRM\BaseBundle\Controller\MediaSizeController".
Inlined service ".service_locator.DnWpNUI.NexCRM\BaseBundle\Controller\RoleController" to "NexCRM\BaseBundle\Controller\RoleController".
Inlined service ".service_locator.uO9wPQU.NexCRM\BaseBundle\Controller\SecurityController" to "NexCRM\BaseBundle\Controller\SecurityController".
Inlined service ".service_locator.uO9wPQU.NexCRM\BaseBundle\Controller\SettingsController" to "NexCRM\BaseBundle\Controller\SettingsController".
Inlined service ".service_locator.uO9wPQU.NexCRM\BaseBundle\Controller\SortController" to "NexCRM\BaseBundle\Controller\SortController".
Inlined service ".service_locator.uO9wPQU.NexCRM\BaseBundle\Controller\StyleguideController" to "NexCRM\BaseBundle\Controller\StyleguideController".
Inlined service ".service_locator.DnWpNUI.NexCRM\BaseBundle\Controller\UserController" to "NexCRM\BaseBundle\Controller\UserController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\BlockController" to "NexCRM\WebBundle\Controller\BlockController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\CodeController" to "NexCRM\WebBundle\Controller\CodeController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\CookieController" to "NexCRM\WebBundle\Controller\CookieController".
Inlined service ".service_locator.LiYz9Gv.NexCRM\WebBundle\Controller\CronController" to "NexCRM\WebBundle\Controller\CronController".
Inlined service ".service_locator.LiYz9Gv.NexCRM\WebBundle\Controller\Front\FeedController" to "NexCRM\WebBundle\Controller\Front\FeedController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\MenuController" to "NexCRM\WebBundle\Controller\MenuController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\MenuGroupController" to "NexCRM\WebBundle\Controller\MenuGroupController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\ModuleController" to "NexCRM\WebBundle\Controller\ModuleController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\NewsController" to "NexCRM\WebBundle\Controller\NewsController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\PageController" to "NexCRM\WebBundle\Controller\PageController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\PopupController" to "NexCRM\WebBundle\Controller\PopupController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\SEOController" to "NexCRM\WebBundle\Controller\SEOController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\SettingController" to "NexCRM\WebBundle\Controller\SettingController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\SliderController" to "NexCRM\WebBundle\Controller\SliderController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\TagController" to "NexCRM\WebBundle\Controller\TagController".
Inlined service ".service_locator.QSb0f1h.NexCRM\WebBundle\Controller\TemplateController" to "NexCRM\WebBundle\Controller\TemplateController".
Inlined service ".service_locator.woTDDio.NexCRM\PersonBundle\Controller\DefaultController" to "NexCRM\PersonBundle\Controller\DefaultController".
Inlined service ".service_locator.woTDDio.NexCRM\CompanyBundle\Controller\DefaultController" to "NexCRM\CompanyBundle\Controller\DefaultController".
Inlined service ".service_locator.woTDDio.NexCRM\CompanyBundle\Controller\PersonController" to "NexCRM\CompanyBundle\Controller\PersonController".
Inlined service ".service_locator.jz.TcXL.NexCRM\NotificationBundle\Controller\CronController" to "NexCRM\NotificationBundle\Controller\CronController".
Inlined service ".service_locator.JQSl.Tb.NexCRM\NotificationBundle\Controller\NotificationContentController" to "NexCRM\NotificationBundle\Controller\NotificationContentController".
Inlined service ".service_locator.JQSl.Tb.NexCRM\NotificationBundle\Controller\NotificationController" to "NexCRM\NotificationBundle\Controller\NotificationController".
Inlined service ".service_locator.JQSl.Tb.NexCRM\NotificationBundle\Controller\NotificationEntityController" to "NexCRM\NotificationBundle\Controller\NotificationEntityController".
Inlined service ".service_locator.JQSl.Tb.NexCRM\NotificationBundle\Controller\SystemNotificationController" to "NexCRM\NotificationBundle\Controller\SystemNotificationController".
Inlined service ".service_locator.JQSl.Tb.NexCRM\NotificationBundle\Controller\WatcherContentController" to "NexCRM\NotificationBundle\Controller\WatcherContentController".
Inlined service ".service_locator.JQSl.Tb.NexCRM\NotificationBundle\Controller\WatcherController" to "NexCRM\NotificationBundle\Controller\WatcherController".
Inlined service ".service_locator.UPzqIhE.NexCRM\DMSBundle\Controller\Ajax\FavoriteController" to "NexCRM\DMSBundle\Controller\Ajax\FavoriteController".
Inlined service ".service_locator.UPzqIhE.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" to "NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController".
Inlined service ".service_locator.UPzqIhE.NexCRM\DMSBundle\Controller\CronController" to "NexCRM\DMSBundle\Controller\CronController".
Inlined service ".service_locator.UPzqIhE.NexCRM\DMSBundle\Controller\DMSController" to "NexCRM\DMSBundle\Controller\DMSController".
Inlined service ".service_locator.UPzqIhE.NexCRM\DMSBundle\Controller\FileController" to "NexCRM\DMSBundle\Controller\FileController".
Inlined service ".service_locator.Wms2Jym.NexCRM\DMSBundle\Controller\FileTemplateController" to "NexCRM\DMSBundle\Controller\FileTemplateController".
Inlined service ".service_locator.Wms2Jym.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" to "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController".
Inlined service ".service_locator.Wms2Jym.NexCRM\DMSBundle\Controller\FilterController" to "NexCRM\DMSBundle\Controller\FilterController".
Inlined service ".service_locator.UPzqIhE.NexCRM\DMSBundle\Controller\RuleController" to "NexCRM\DMSBundle\Controller\RuleController".
Inlined service "NexCRM\DMSBundle\Service\ClearUnusedMedia" to "NexCRM\DMSBundle\Controller\UtilController".
Inlined service ".service_locator.UPzqIhE.NexCRM\DMSBundle\Controller\UtilController" to "NexCRM\DMSBundle\Controller\UtilController".
Inlined service "NexCRM\DMSBundle\Service\ClassUtils" to "NexCRM\DMSBundle\EventListener\StructureChangeDoctrineListener".
Inlined service "a2lix_auto_form.object_info.doctrine_orm_info" to "a2lix_auto_form.form.manipulator.doctrine_orm_manipulator".
Inlined service "a2lix_auto_form.form.event_listener.auto_form_listener" to "a2lix_auto_form.form.type.auto_form_type".
Inlined service "a2lix_auto_form.doctrine.metadata_factory" to "a2lix_auto_form.object_info.doctrine_orm_info".
Inlined service "a2lix_translation_form.form.event_listener.translations_listener" to "a2lix_translation_form.form.type.translations_type".
Inlined service "a2lix_translation_form.form.event_listener.translations_form_listener" to "a2lix_translation_form.form.type.translations_forms_type".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "fos_oauth_server.storage.default" to "fos_oauth_server.server".
Inlined service "fos_oauth_server.authorize.form.handler.default" to "fos_oauth_server.controller.authorize".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.b.mdbP7" to ".service_locator.b.mdbP7.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.mUiP3xF" to ".service_locator.mUiP3xF.NexCRM\BaseBundle\Controller\Api\CRUDController".
Inlined service ".service_locator.jz.TcXL" to ".service_locator.jz.TcXL.NexCRM\NotificationBundle\Controller\CronController".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.oCViKMv" to "console.command_loader".
Inlined service ".service_locator.b.mdbP7.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "fm_elfinder.configurator.default" to "fm_elfinder.loader".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", ".debug.http_client", "fos_rest.serializer.form_error_handler", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.