Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Class "App\Tutorka\Bundle\UserBundle\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\GroupSequenceProviderInterface::getGroupSequence()" might add "array|GroupSequence" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Tutorka\Bundle\UserBundle\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Tutorka\Bundle\UserBundle\Entity\User" should implement it.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Tutorka\Bundle\UserBundle\Command\CreateUserCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Exception\UsernameNotFoundException" class is deprecated, use "Symfony\Component\Security\Core\Exception\UserNotFoundException" instead.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\BankAccountNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\BirthDateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\ChangePasswordType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\CityType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\CompanyNameType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\CompanyNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\CzechBankAccountNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\EmailType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\FirstNameType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\ForgetPasswordType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\GenderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\LastNameType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\PhoneNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\PlainPasswordType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\ResetPasswordType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\StreetType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\TaxPayerNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\UserAboutMeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\UserNameType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\VatNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Form\Type\ZipCodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Tutorka\Bundle\UserBundle\Security\LoginFormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Tutorka\Bundle\UserBundle\Security\UserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Security\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Security\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Tutorka\Bundle\UserBundle\Validator\Constraint\CzechBankAccountNumber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Tutorka\Bundle\UserBundle\Validator\Constraint\Email" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Tutorka\Bundle\UserBundle\Validator\Constraint\NotRemoteEmail" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Tutorka\Bundle\UserBundle\Validator\Constraint\RemoteUsername" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Tutorka\Bundle\UserBundle\Validator\Constraint\TwigString" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Form\Type\MarketingAgreementType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Form\Type\RecaptchaType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Form\Type\SubmitButtonType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Form\Type\SubmitButtonType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Form\Type\TermsGdprType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Form\Type\TermsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::load()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Http\StaticPageLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\CoreBundle\Http\StaticPageLoader" 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 "App\Tutorka\Bundle\CoreBundle\Twig\FormatExtension" 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 "App\Tutorka\Bundle\CoreBundle\Twig\SettingExtension" 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 "App\Tutorka\Bundle\ContentBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Filter\Filter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Filter\Filter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\DataTransformer\FormSelectOptionToIntTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandForthType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandSecondType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertOfferSecondType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertOfferType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\CitiesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\ContactType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\DemandDurationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\LectionCountType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\LevelType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\LevelsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\PreferredGenderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\PriceAlternativeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\PriceTimeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\PriceType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\RatingAddType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\StudentCountType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\SubjectType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\SubjectsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\TeacherExperienceAttributeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Form\Type\WatchDogCreateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::apply()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\AdvertOfferParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\AdvertOfferParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::apply()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\FilterParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\FilterParamConverter" 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 "App\Tutorka\Bundle\AdminBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterTypeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\MetaTagType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\MetaTagValuesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\Search\EmailTemplateSearchType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\Search\MetaTagSearchType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\AdminBundle\Form\Type\Search\NameType" 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 "App\Tutorka\Bundle\PaymentBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\CreditAmountType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodBanksType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodBanksType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\SubscriptionPurchaseType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\SubscriptionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\UseWalletCreditType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\PaymentBundle\Form\Type\WalletCreditPurchaseType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Tutorka\Bundle\PaymentBundle\Validator\Constraint\PaymentMethod" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Tutorka\Bundle\UserBundle\Security\SessionIdleHandler" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Tutorka\Bundle\UserBundle\Command\CreateUserCommand" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Tutorka\Bundle\UserBundle\Helper\AuthenticationHelper" service.
User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::getCacheDir()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::getLogDir()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::registerBundles()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Class "App\Tutorka\Bundle\UserBundle\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\GroupSequenceProviderInterface::getGroupSequence()" might add "array|GroupSequence" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
Populated the TokenStorage with an anonymous Token.
security
deprecation
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.genitive_name AS genitive_name_4, t0.order_number AS order_number_5, t0.count AS count_6 FROM city t0 WHERE t0.slug = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.genitive_name AS genitive_name_4, t0.icon AS icon_5, t0.order_number AS order_number_6, t0.count AS count_7 FROM subject t0 WHERE t0.slug = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.genitive_name AS genitive_name_4, t0.icon AS icon_5, t0.order_number AS order_number_6, t0.count AS count_7 FROM subject t0 ORDER BY t0.count DESC LIMIT 6
doctrine
SELECT u0_.id AS id_0, u0_.remote_id AS remote_id_1, u0_.email AS email_2, u0_.gender AS gender_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.username AS username_6, u0_.hide_last_name AS hide_last_name_7, u0_.is_verified_email AS is_verified_email_8, u0_.phone_number AS phone_number_9, u0_.birth_date AS birth_date_10, u0_.avatar_hash AS avatar_hash_11, u0_.created_at AS created_at_12, u0_.rating_number AS rating_number_13, u0_.marketing_agreement AS marketing_agreement_14, u0_.rating_average AS rating_average_15, u0_.view_count AS view_count_16, u0_.roles AS roles_17, u0_.billing_address_id AS billing_address_id_18, u0_.about_me_id AS about_me_id_19 FROM `user` u0_ WHERE u0_.about_me_id IS NOT NULL AND u0_.avatar_hash IS NOT NULL AND u0_.is_verified_email = ? ORDER BY u0_.rating_average DESC LIMIT 4
SELECT t0.id AS id_1, t0.route AS route_2, t0.name AS name_3, t0.name_value AS name_value_4, t0.content_value AS content_value_5, t0.locale AS locale_6 FROM meta_tag t0 WHERE t0.route = ? AND t0.locale = ?
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.genitive_name AS genitive_name_3, s0_.icon AS icon_4, s0_.order_number AS order_number_5, s0_.count AS count_6 FROM subject s0_ ORDER BY s0_.order_number ASC, s0_.name ASC
doctrine
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.genitive_name AS genitive_name_3, c0_.order_number AS order_number_4, c0_.count AS count_5 FROM city c0_ ORDER BY c0_.order_number ASC, c0_.name ASC
doctrine
deprecation
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.genitive_name AS genitive_name_4, t0.icon AS icon_5, t0.order_number AS order_number_6, t0.count AS count_7 FROM subject t0 ORDER BY t0.count DESC LIMIT 5
doctrine
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.genitive_name AS genitive_name_4, t0.order_number AS order_number_5, t0.count AS count_6 FROM city t0 ORDER BY t0.count DESC LIMIT 5
doctrine
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM advert_place_attribute t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.genitive_name AS genitive_name_4, t0.icon AS icon_5, t0.order_number AS order_number_6, t0.count AS count_7 FROM subject t0 ORDER BY t0.count DESC LIMIT 5
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
Removing service-argument resolver for controller "App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\ComponentParameterTypeController::delete": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\ComponentParameterTypeController::manage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController::delete": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController::manage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController::rebuild": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\AdminBundle\Controller\MetaTagController::delete": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\ContentBundle\Controller\AdvertDemandController::unlock": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\ContentBundle\Controller\AdvertOfferController::addFirst": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\ContentBundle\Controller\AdvertOfferController::addSecond": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\ContentBundle\Controller\AdvertWatchDogController::confirm": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\ContentBundle\Controller\AdvertWatchDogController::delete": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\CoreBundle\Controller\EmailController::trackEmail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Tutorka\Bundle\UserBundle\Controller\AuthController::verifyEmail": no corresponding services exist for the referenced types.
Changed reference of service "App\Tutorka\Bundle\UserBundle\Security\SessionIdleHandler" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Security\SessionIdleHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Twig\FlashMessagesExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Twig\FlashMessagesExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Twig\EmailExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\Seo\ErrorPageComposer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\Seo\AdvertListComposer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\Seo\AdvertDetailComposer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\Seo\UserProfileComposer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\Seo\DefaultComposer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\SubjectFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\CityFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\LevelFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\PlaceAttributeFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\PreferredTimeAttributeFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\TeacherExperienceAttributeFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\OtherAttributeFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\SearchTextFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\SortFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Filter\PageFilter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\PaymentBundle\Service\PaymentGateway\GoPayGateway" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Repository\AdvertOfferRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Repository\AdvertDemandRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Command\CreateUserCommand" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Controller\AuthController" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Helper\AuthenticationHelper" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Security\LoginFormAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Service\AuthService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Service\MyAccountService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\UserBundle\Service\VerificationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Helper\RouteHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\ReferrerHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\Seo\SeoHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\SitemapService" previously pointing to "router.default" to "router".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Service\ViewService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\CoreBundle\Twig\AdvertExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Service\AdvertDemandManageService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Service\AdvertOfferManageService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Service\ContactService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Service\RatingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Service\WatchDogService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Tutorka\Bundle\ContentBundle\Twig\DateTimeExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tutorka\Bundle\PaymentBundle\Form\Type\SubscriptionPurchaseType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.0BoKi3a" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.SnCZ3Oh" previously pointing to "router.default" to "router".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XsyfP82" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\EventSubscriber\AdvertActivitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\EventSubscriber\AdvertActivitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\EventSubscriber\UserActivitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\EventSubscriber\UserActivitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\FilterParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\FilterParamConverter"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\AdvertOfferParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\AdvertOfferParamConverter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Tutorka\Bundle\CoreBundle\Twig\FlashMessagesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Twig\FlashMessagesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Tutorka\Bundle\CoreBundle\Twig\SeoComposerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Twig\SeoComposerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Tutorka\Bundle\CoreBundle\Twig\SettingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Twig\SettingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Tutorka\Bundle\CoreBundle\Twig\FormatExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Twig\FormatExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Tutorka\Bundle\CoreBundle\Twig\EmailExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Twig\EmailExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\SubjectFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\SubjectFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\CityFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\CityFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\LevelFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\LevelFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\PlaceAttributeFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\PlaceAttributeFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\PreferredTimeAttributeFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\PreferredTimeAttributeFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\TeacherExperienceAttributeFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\TeacherExperienceAttributeFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\OtherAttributeFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\OtherAttributeFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\SearchTextFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\SearchTextFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\SortFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\SortFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Filter\PageFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Filter\PageFilter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\AdvertOfferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\AdvertOfferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\AdvertDemandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\AdvertDemandRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Extension\ButtonTypeIconExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Extension\ButtonTypeIconExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Tutorka\Bundle\UserBundle\Command\CreateUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Command\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\Api\ApiUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\Api\ApiUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\Api\ApiUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\FavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertDemandsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertDemandsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertDemandsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertOffersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertOffersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertOffersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\TeacherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\TeacherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\TeacherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\UserWatchDogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\UserWatchDogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\UserWatchDogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\UserBundle\Controller\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\UserBundle\Controller\WalletController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Controller\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\BankAccountNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\BankAccountNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\BillingAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\BillingAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\BirthDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\BirthDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\CancelAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\CancelAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\ChangeEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\ChangeEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\CityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\CityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\CompanyNameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\CompanyNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\CompanyNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\CompanyNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\CzechBankAccountNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\CzechBankAccountNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\FirstNameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\FirstNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\ForgetPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\ForgetPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\GenderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\GenderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\LastNameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\LastNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\LoginType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\LoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\NotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\PhoneNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\PhoneNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\PlainPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\PlainPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\RegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\RegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\ResetPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\ResetPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\StreetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\StreetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\TaxPayerNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\TaxPayerNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\UserAboutMeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\UserAboutMeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\UserNameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\UserNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\UserPhotoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\UserPhotoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\UserProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\UserProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\VatNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\VatNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\UserBundle\Form\Type\ZipCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Form\Type\ZipCodeType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\UserBundle\Repository\AboutMeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Repository\AboutMeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\UserBundle\Repository\BillingAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Repository\BillingAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\UserBundle\Repository\CancelAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Repository\CancelAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\UserBundle\Repository\VerificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Repository\VerificationRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Tutorka\Bundle\UserBundle\Validator\Constraint\CzechBankAccountNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Validator\Constraint\CzechBankAccountNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Tutorka\Bundle\UserBundle\Validator\Constraint\EmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Validator\Constraint\EmailValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Tutorka\Bundle\UserBundle\Validator\Constraint\NotRemoteEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Validator\Constraint\NotRemoteEmailValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Tutorka\Bundle\UserBundle\Validator\Constraint\RemoteUsernameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Validator\Constraint\RemoteUsernameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Tutorka\Bundle\UserBundle\Validator\Constraint\TwigStringValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\UserBundle\Validator\Constraint\TwigStringValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\CoreBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\CoreBundle\Controller\CronController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\CoreBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\CoreBundle\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\CoreBundle\Controller\LanderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\CoreBundle\Controller\LanderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Controller\LanderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\CoreBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\CoreBundle\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\CoreBundle\Controller\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\CoreBundle\Controller\StaticPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Controller\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\ExtendedSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\ExtendedSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\MarketingAgreementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\MarketingAgreementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\RecaptchaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\RecaptchaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\SubmitButtonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\SubmitButtonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\TermsGdprType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\TermsGdprType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\TermsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\TermsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\CoreBundle\Form\Type\TextSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Form\Type\TextSearchType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\ActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\ActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\ActivityTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\ActivityTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\EmailLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\EmailLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateComponentParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateComponentParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateComponentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateComponentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateComponentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateComponentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\EmailTrackingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\EmailTrackingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\MetaTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\MetaTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\QuestionSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\QuestionSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\CoreBundle\Repository\ViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Repository\ViewRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Tutorka\Bundle\CoreBundle\Twig\AdvertExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\CoreBundle\Twig\AdvertExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Controller\AdvertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertDemandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertDemandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Controller\AdvertDemandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Controller\AdvertOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertWatchDogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\ContentBundle\Controller\AdvertWatchDogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Controller\AdvertWatchDogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiAutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiAutocompleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiAutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiFavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiFavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiFavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\ContentBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\ContentBundle\Controller\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandForthType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandForthType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandSecondType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandSecondType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertDemandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertOfferSecondType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertOfferSecondType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertOfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\AdvertOfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\CitiesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\CitiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\DemandDurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\DemandDurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\LectionCountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\LectionCountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\LevelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\LevelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\LevelsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\LevelsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\OtherAttributeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\OtherAttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\PlaceAttributeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\PlaceAttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\PreferredGenderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\PreferredGenderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\PreferredTimeAttributeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\PreferredTimeAttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\PriceAlternativeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\PriceAlternativeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\PriceTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\PriceTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\PriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\PriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\RatingAddType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\RatingAddType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\StudentCountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\StudentCountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\SubjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\SubjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\SubjectsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\SubjectsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\TeacherExperienceAttributeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\TeacherExperienceAttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\ContentBundle\Form\Type\WatchDogCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Form\Type\WatchDogCreateType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\AdvertDemandUnlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\AdvertDemandUnlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\AdvertWatchDogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\AdvertWatchDogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\ContentItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\ContentItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\FavoriteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\FavoriteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\LevelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\LevelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\OtherAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\OtherAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\PlaceAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\PlaceAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\PreferredTimeAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\PreferredTimeAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\RatingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\RatingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\SearchLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\SearchLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\SubjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\SubjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\ContentBundle\Repository\TeacherExperienceAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Repository\TeacherExperienceAttributeRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Tutorka\Bundle\ContentBundle\Twig\DateTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\ContentBundle\Twig\DateTimeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\AdminBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\AdminBundle\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\ComponentParameterTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\ComponentParameterTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\ComponentParameterTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\AdminBundle\Controller\MetaTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\AdminBundle\Controller\MetaTagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Controller\MetaTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\AdminBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\AdminBundle\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentParameterTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateComponent\ComponentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\EmailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\MetaTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\MetaTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\MetaTagValuesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\MetaTagValuesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\Search\EmailTemplateSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\Search\EmailTemplateSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\Search\MetaTagSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\Search\MetaTagSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\AdminBundle\Form\Type\Search\NameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\AdminBundle\Form\Type\Search\NameType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Tutorka\Bundle\PaymentBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Tutorka\Bundle\PaymentBundle\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\PaymentBundle\Form\Type\CreditAmountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Form\Type\CreditAmountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodBanksType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodBanksType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Form\Type\PaymentMethodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\PaymentBundle\Form\Type\SubscriptionPurchaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Form\Type\SubscriptionPurchaseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\PaymentBundle\Form\Type\SubscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Form\Type\SubscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\PaymentBundle\Form\Type\UseWalletCreditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Form\Type\UseWalletCreditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Tutorka\Bundle\PaymentBundle\Form\Type\WalletCreditPurchaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Form\Type\WalletCreditPurchaseType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\CurrencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\CurrencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\OrderItemTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\OrderItemTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\PaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\PaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\PaymentStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\PaymentStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\WalletCreditRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\WalletCreditRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Tutorka\Bundle\PaymentBundle\Repository\WalletTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Repository\WalletTransactionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Tutorka\Bundle\PaymentBundle\Validator\Constraint\PaymentMethodValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Tutorka\Bundle\PaymentBundle\Validator\Constraint\PaymentMethodValidator"; reason: abstract.
Inlined service "App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterProcessor" to "App\Tutorka\Bundle\ContentBundle\Request\Filter\FilterContainer".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\Seo\SeoComposerChain" to "App\Tutorka\Bundle\CoreBundle\Twig\SeoComposerExtension".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\Seo\ErrorPageComposer" to "App\Tutorka\Bundle\CoreBundle\Service\Seo\SeoComposerChain".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\Seo\AdvertListComposer" to "App\Tutorka\Bundle\CoreBundle\Service\Seo\SeoComposerChain".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\Seo\AdvertDetailComposer" to "App\Tutorka\Bundle\CoreBundle\Service\Seo\SeoComposerChain".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\Seo\UserProfileComposer" to "App\Tutorka\Bundle\CoreBundle\Service\Seo\SeoComposerChain".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\Seo\DefaultComposer" to "App\Tutorka\Bundle\CoreBundle\Service\Seo\SeoComposerChain".
Inlined service "tutorka.payment_gateway.gopay" to "App\Tutorka\Bundle\PaymentBundle\Service\PaymentGateway\GoPayGateway".
Inlined service "gopay.cache" to "tutorka.payment_gateway.gopay".
Inlined service "App\Tutorka\Bundle\UserBundle\Service\UserSubscriptionManager" to "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\SubscriptionOrderProcessor".
Inlined service "twig.error_renderer.html" 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.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 ".service_locator.GVyCdgr" 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.pR4sbO4" 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 "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
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.yBakY7N" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "swiftmailer.data_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "App\Tutorka\Bundle\CoreBundle\Http\StaticPageLoader" to "routing.resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.h.uLvBi" to "security.access_map".
Inlined service ".security.request_matcher.RhJdl6a" to "security.access_map".
Inlined service ".security.request_matcher.2WyEAhR" to "security.access_map".
Inlined service ".security.request_matcher.Pl8MDp1" to "security.access_map".
Inlined service ".security.request_matcher.aukWrT7" to "security.access_map".
Inlined service ".security.request_matcher.wCCGb77" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.user_password_hasher" to "security.authentication.provider.guard.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.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 "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.bBRwv06" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.M8JGuyk" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.compatibility_layer" 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.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 "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\FilterParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\FilterParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\AdvertOfferParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "App\Tutorka\Bundle\ContentBundle\Request\ParamConverter\AdvertOfferParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Tutorka\Bundle\CoreBundle\Twig\FlashMessagesExtension" to "twig".
Inlined service "App\Tutorka\Bundle\CoreBundle\Twig\SeoComposerExtension" to "twig".
Inlined service "App\Tutorka\Bundle\CoreBundle\Twig\SettingExtension" to "twig".
Inlined service "App\Tutorka\Bundle\CoreBundle\Twig\FormatExtension" to "twig".
Inlined service "App\Tutorka\Bundle\CoreBundle\Twig\EmailExtension" to "twig".
Inlined service "Twig\Extension\StringLoaderExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "App\Tutorka\Bundle\CoreBundle\Twig\AdvertExtension" to "twig".
Inlined service "App\Tutorka\Bundle\ContentBundle\Twig\DateTimeExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.L1OAKmd" to "twig.runtime_loader".
Inlined service "twig.form.engine" to "twig.form.renderer".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\Api\ApiUserController" to "App\Tutorka\Bundle\UserBundle\Controller\Api\ApiUserController".
Inlined service "security.authentication_utils" to "App\Tutorka\Bundle\UserBundle\Controller\AuthController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\AuthController" to "App\Tutorka\Bundle\UserBundle\Controller\AuthController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\FavoriteController" to "App\Tutorka\Bundle\UserBundle\Controller\FavoriteController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertDemandsController" to "App\Tutorka\Bundle\UserBundle\Controller\MyAdvertDemandsController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\MyAdvertOffersController" to "App\Tutorka\Bundle\UserBundle\Controller\MyAdvertOffersController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\OrderController" to "App\Tutorka\Bundle\UserBundle\Controller\OrderController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\ProfileController" to "App\Tutorka\Bundle\UserBundle\Controller\ProfileController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\RatingController" to "App\Tutorka\Bundle\UserBundle\Controller\RatingController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\SettingsController" to "App\Tutorka\Bundle\UserBundle\Controller\SettingsController".
Inlined service "App\Tutorka\Bundle\PaymentBundle\Service\SubscriptionHandler" to "App\Tutorka\Bundle\UserBundle\Controller\SubscriptionController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\SubscriptionController" to "App\Tutorka\Bundle\UserBundle\Controller\SubscriptionController".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\ReferrerHelper" to "App\Tutorka\Bundle\UserBundle\Controller\TeacherController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\TeacherController" to "App\Tutorka\Bundle\UserBundle\Controller\TeacherController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\TestController" to "App\Tutorka\Bundle\UserBundle\Controller\TestController".
Inlined service "App\Tutorka\Bundle\ContentBundle\Service\ContactService" to "App\Tutorka\Bundle\UserBundle\Controller\UserController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\UserController" to "App\Tutorka\Bundle\UserBundle\Controller\UserController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\UserWatchDogController" to "App\Tutorka\Bundle\UserBundle\Controller\UserWatchDogController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\UserBundle\Controller\WalletController" to "App\Tutorka\Bundle\UserBundle\Controller\WalletController".
Inlined service "App\Tutorka\Bundle\UserBundle\Service\Api\TutorkaApi" to "App\Tutorka\Bundle\UserBundle\Service\Api\UserApiService".
Inlined service "App\Tutorka\Bundle\UserBundle\Helper\AuthenticationHelper" to "App\Tutorka\Bundle\UserBundle\Service\AuthService".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\SitemapService" to "App\Tutorka\Bundle\CoreBundle\Controller\CronController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\CoreBundle\Controller\CronController" to "App\Tutorka\Bundle\CoreBundle\Controller\CronController".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\EmailTrackingService" to "App\Tutorka\Bundle\CoreBundle\Controller\EmailController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\CoreBundle\Controller\EmailController" to "App\Tutorka\Bundle\CoreBundle\Controller\EmailController".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\HomepageService" to "App\Tutorka\Bundle\CoreBundle\Controller\LanderController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\CoreBundle\Controller\LanderController" to "App\Tutorka\Bundle\CoreBundle\Controller\LanderController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\CoreBundle\Controller\SearchController" to "App\Tutorka\Bundle\CoreBundle\Controller\SearchController".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\StaticPageService" to "App\Tutorka\Bundle\CoreBundle\Controller\StaticPageController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\CoreBundle\Controller\StaticPageController" to "App\Tutorka\Bundle\CoreBundle\Controller\StaticPageController".
Inlined service "mailer.mailer" to "App\Tutorka\Bundle\CoreBundle\Service\EmailService".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\EmailLogService" to "App\Tutorka\Bundle\CoreBundle\Service\EmailService".
Inlined service "App\Tutorka\Bundle\CoreBundle\Service\CacheHelper" to "App\Tutorka\Bundle\CoreBundle\Service\HomepageService".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\ContentBundle\Controller\AdvertController" to "App\Tutorka\Bundle\ContentBundle\Controller\AdvertController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\ContentBundle\Controller\AdvertDemandController" to "App\Tutorka\Bundle\ContentBundle\Controller\AdvertDemandController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\ContentBundle\Controller\AdvertOfferController" to "App\Tutorka\Bundle\ContentBundle\Controller\AdvertOfferController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\ContentBundle\Controller\AdvertWatchDogController" to "App\Tutorka\Bundle\ContentBundle\Controller\AdvertWatchDogController".
Inlined service "App\Tutorka\Bundle\ContentBundle\Service\AutocompleteService" to "App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiAutocompleteController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiAutocompleteController" to "App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiAutocompleteController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiFavoriteController" to "App\Tutorka\Bundle\ContentBundle\Controller\Api\ApiFavoriteController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\ContentBundle\Controller\RatingController" to "App\Tutorka\Bundle\ContentBundle\Controller\RatingController".
Inlined service "App\Tutorka\Bundle\ContentBundle\Helper\DemandDurationOptionHelper" to "App\Tutorka\Bundle\ContentBundle\Form\Type\DemandDurationType".
Inlined service "App\Tutorka\Bundle\ContentBundle\Helper\LectionCountOptionHelper" to "App\Tutorka\Bundle\ContentBundle\Form\Type\LectionCountType".
Inlined service "App\Tutorka\Bundle\ContentBundle\Helper\PreferredGenderOptionHelper" to "App\Tutorka\Bundle\ContentBundle\Form\Type\PreferredGenderType".
Inlined service "App\Tutorka\Bundle\ContentBundle\Helper\PriceAlternativeOptionHelper" to "App\Tutorka\Bundle\ContentBundle\Form\Type\PriceAlternativeType".
Inlined service "App\Tutorka\Bundle\ContentBundle\Helper\PriceTimeOptionHelper" to "App\Tutorka\Bundle\ContentBundle\Form\Type\PriceTimeType".
Inlined service "App\Tutorka\Bundle\ContentBundle\Helper\StudentCountOptionHelper" to "App\Tutorka\Bundle\ContentBundle\Form\Type\StudentCountType".
Inlined service "App\Tutorka\Bundle\UserBundle\Helper\PaginationHelper" to "App\Tutorka\Bundle\ContentBundle\Service\SearchService".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\AdminBundle\Controller\AdminController" to "App\Tutorka\Bundle\AdminBundle\Controller\AdminController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\AdminBundle\Controller\EmailController" to "App\Tutorka\Bundle\AdminBundle\Controller\EmailController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\ComponentParameterTypeController" to "App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\ComponentParameterTypeController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController" to "App\Tutorka\Bundle\AdminBundle\Controller\EmailTemplate\EmailTemplateController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\AdminBundle\Controller\MetaTagController" to "App\Tutorka\Bundle\AdminBundle\Controller\MetaTagController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\AdminBundle\Controller\ProductController" to "App\Tutorka\Bundle\AdminBundle\Controller\ProductController".
Inlined service "App\Tutorka\Bundle\PaymentBundle\Service\OrderHandler" to "App\Tutorka\Bundle\PaymentBundle\Controller\OrderController".
Inlined service ".service_locator.mx0UMmY.App\Tutorka\Bundle\PaymentBundle\Controller\OrderController" to "App\Tutorka\Bundle\PaymentBundle\Controller\OrderController".
Inlined service "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\OrderProcessor" to "App\Tutorka\Bundle\PaymentBundle\Service\OrderManager".
Inlined service "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\OrderProcessorChain" to "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\OrderProcessor".
Inlined service "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\WalletCreditOrderProcessor" to "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\OrderProcessorChain".
Inlined service "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\SubscriptionOrderProcessor" to "App\Tutorka\Bundle\PaymentBundle\Service\OrderProcessor\OrderProcessorChain".
Inlined service "App\Tutorka\Bundle\PaymentBundle\Service\PaymentGateway\GoPayGateway" to "App\Tutorka\Bundle\PaymentBundle\Service\PaymentService".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~wr.b3zH" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.google.request_method.curl_post" to "karser_recaptcha3.google.recaptcha".
Inlined service "karser_recaptcha3.google.request_method.curl" to "karser_recaptcha3.google.request_method.curl_post".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.tutorka.api.client.inner" to ".debug.tutorka.api.client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service ".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.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.YVO3RWv" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.gOdCe1K.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".