Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "SolidInvoice\CoreBundle\Doctrine\Type\BigIntegerType" 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 "SolidInvoice\PaymentBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\Email".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Translation\Command\XliffLintCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Translation\Command\XliffLintCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Yaml\Command\LintCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Yaml\Command\LintCommand".
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 "SolidInvoice\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\Http\Authentication\AuthenticationFailureHandlerInterface::onAuthenticationFailure()" might add "Response" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\ApiBundle\Event\Listener\AuthenticationFailHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\ApiBundle\Event\Listener\AuthenticationSuccessHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
The "SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Class "SolidInvoice\ApiBundle\Security\Provider\ApiTokenUserProvider" 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 "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\ClientBundle\Form\Handler\AbstractContactFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\ClientBundle\Form\Handler\AbstractContactFormHandler" 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 "SolidInvoice\ClientBundle\Form\Type\AddressType" 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 "SolidInvoice\ClientBundle\Form\Type\ClientType" 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 "SolidInvoice\ClientBundle\Form\Type\ContactType" 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 "SolidInvoice\ClientBundle\Form\Type\CreditType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "SolidInvoice\ClientBundle\Listener\ClientListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "SolidInvoice\CoreBundle\Command\YamlFormatCommand".
Method "Doctrine\ORM\Query\Filter\SQLFilter::addFilterConstraint()" might add "string" as a native return type declaration in the future. Do the same in child class "SolidInvoice\CoreBundle\Doctrine\Filter\ArchivableFilter" now to avoid errors or add an explicit @return annotation to suppress this message.
The "SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "SolidInvoice\CoreBundle\Logger\Dbal\TraceLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "SolidInvoice\CronBundle\Command\CronRunCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "SolidInvoice\CronBundle\Command\CronRunCommand".
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\DataGridBundle\DependencyInjection\GridConfiguration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "SolidInvoice\InstallBundle\Command\InstallCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "SolidInvoice\InstallBundle\Command\InstallCommand".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\InstallBundle\Listener\ExceptionListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\InvoiceBundle\Form\Handler\AbstractInvoiceHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
The "SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAllData()" might add "array" as a native return type declaration in the future. Do the same in child class "SolidInvoice\MoneyBundle\Doctrine\Hydrator\MoneyHydrator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateRowData()" might add "void" as a native return type declaration in the future. Do the same in child class "SolidInvoice\MoneyBundle\Doctrine\Hydrator\MoneyHydrator" 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 "SolidInvoice\MoneyBundle\Form\DataTransformer\ModelTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\MoneyBundle\Form\DataTransformer\ModelTransformer" 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 "SolidInvoice\MoneyBundle\Form\Type\CurrencyType" 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 "SolidInvoice\NotificationBundle\Form\Type\NotificationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler" 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 "SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim" 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 "SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim" 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 "SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect" 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 "SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite" 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 "SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout" 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 "SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice" 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 "SolidInvoice\PaymentBundle\Form\Methods\Payex" 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 "SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout" 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 "SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout" 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 "SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout" 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 "SolidInvoice\PaymentBundle\Form\Methods\StripeJs" 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 "SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType" 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 "SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Action\ActionInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\CaptureAction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Action\ActionInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\ExecuteSameRequestWithPaymentDetailsAction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Action\ActionInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Offline\StatusAction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Action\ActionInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\CapturePaymentAction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Action\ActionInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\NotifyPaymentAction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Action\ActionInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\PaymentDetailsStatusAction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isNew()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isSuspended()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isExpired()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isCanceled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isPending()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isFailed()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isUnknown()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isCaptured()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isAuthorized()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Request\GetStatusInterface::isRefunded()" might add "bool" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\QuoteBundle\Form\Handler\AbstractQuoteHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
The "SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\SettingsBundle\Form\Type\AddressType" 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 "SolidInvoice\SettingsBundle\Form\Type\AddressType" 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 "SolidInvoice\SettingsBundle\Form\Type\ThemeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler" 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 "SolidInvoice\TaxBundle\Form\Type\TaxNumberType" 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 "SolidInvoice\TaxBundle\Form\Type\TaxNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\ApiFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\ApiFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerResponseInterface::getResponse()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "SolidWorx\FormHandler\FormHandlerInterface::getForm()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity".
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "Payum\Bundle\PayumBundle\Controller\PayumController" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\ConsumeMessagesCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\ConsumeMessagesCommand".
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-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.
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.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "solidworx.form_handler.success" 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 "SolidInvoice\ClientBundle\Action\Ajax\Delete" 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 "SolidInvoice\CoreBundle\Listener\SessionRequestListener" 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 "SolidWorx\Toggler\Symfony\Toggle" service.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\SetupTransportsCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\SetupTransportsCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\StopWorkersCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Messenger\Command\StopWorkersCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Validator\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Validator\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Form\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Form\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Bridge\Twig\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Bridge\Twig\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Bridge\Twig\Command\LintCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Bridge\Twig\Command\LintCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "FOS\JsRoutingBundle\Command\DumpCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "FOS\JsRoutingBundle\Command\RouterDebugExposedCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\DebugGatewayCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\StatusCommand".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\NotBlank".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\Length".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\Url".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\Count".
Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
Since api-platform/core 2.7: The service "ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter" is deprecated, use ApiPlatform\Symfony\Routing\IriConverter instead.
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.
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\DateTime".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\Date".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Form\Extension\Validator\Constraints\Form".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\Luhn".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\Type".
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.
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 api-platform/core 2.7: The service "ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter" is deprecated, use ApiPlatform\Symfony\Routing\IriConverter instead.
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.
[
"sql" => "SELECT COUNT(u0_.id) AS sclr_0 FROM users u0_"
]
debug
Executing query:
"SELECT v0_.version AS version_0 FROM version v0_ LIMIT 1"
doctrine
[
"sql" => "SELECT v0_.version AS version_0 FROM version v0_ LIMIT 1"
]
deprecation
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-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices()" is deprecated, use the new remember me handlers 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-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-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.rememberme.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
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-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
User Deprecated: Method "Swift_Transport::ping()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_AbstractSmtpTransport" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_OutputByteStream::setReadPointer()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_StreamBuffer" now to avoid errors or add an explicit @return annotation to suppress this message.
Log messages generated during the compilation of the service container.
Messages
Class
547
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.amazon" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.mailchimp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.mailgun" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.postmark" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "state_machine.invoice" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.invoice" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.recurring_invoice" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.recurring_invoice" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.quote" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.quote" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.user.provider.concrete.solidinvoice_user" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.assets" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.assets" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_doc" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.authentication.listener.anonymous.api_doc" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.api_doc" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.api_doc" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_doc" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.installation" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.authentication.listener.anonymous.installation" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.installation" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.installation" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.installation" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_login" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.dao.api_login" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.success_handler.api_login.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api_login.form_login" (parent: SolidInvoice\ApiBundle\Event\Listener\AuthenticationSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.api_login.form_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api_login.form_login" (parent: SolidInvoice\ApiBundle\Event\Listener\AuthenticationFailHandler).
Resolving inheritance for "security.authentication.listener.form.api_login" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.api_login" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.listener.anonymous.api_login" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.api_login" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.api_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.redirecting" (parent: swiftmailer.plugin.redirecting.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "payum.storage.solidinvoice_paymentbundle_entity_securitytoken" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.security.token_storage" (parent: payum.storage.solidinvoice_paymentbundle_entity_securitytoken).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\AuthorizeController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CancelController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CaptureController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\NotifyController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\PayoutController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\RefundController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\SyncController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "payum.storage.solidinvoice_paymentbundle_entity_payment" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.extension.storage.solidinvoice_paymentbundle_entity_payment" (parent: payum.extension.storage.prototype).
Resolving inheritance for "payum.storage.solidinvoice_paymentbundle_entity_paymentmethod" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.dynamic_gateways.config_storage" (parent: payum.storage.solidinvoice_paymentbundle_entity_paymentmethod).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener" (parent: .abstract.instanceof.SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener).
Resolving inheritance for "SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener" (parent: .abstract.instanceof.SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener).
Resolving inheritance for "SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer" (parent: .abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer).
Resolving inheritance for "SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer" (parent: .abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer).
Resolving inheritance for "SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer" (parent: .abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer).
Resolving inheritance for "SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer" (parent: .abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer).
Resolving inheritance for "SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for "SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\AddressType" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\AddressType).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Type\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ClientType" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ClientType).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Type\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactCollectionType" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactCollectionType).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Type\ContactCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactDetailType" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactDetailType).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Type\ContactDetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactDetailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactType" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactType).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Type\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\CreditType" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\CreditType).
Resolving inheritance for "SolidInvoice\ClientBundle\Form\Type\CreditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\CreditType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\ClientBundle\Listener\ClientListener" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Listener\ClientListener).
Resolving inheritance for "SolidInvoice\ClientBundle\Listener\ClientListener" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\ClientBundle\Listener\ClientListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ClientRepository" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Repository\ClientRepository).
Resolving inheritance for "SolidInvoice\ClientBundle\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ContactRepository" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Repository\ContactRepository).
Resolving inheritance for "SolidInvoice\ClientBundle\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ContactTypeRepository" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Repository\ContactTypeRepository).
Resolving inheritance for "SolidInvoice\ClientBundle\Repository\ContactTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ContactTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\CreditRepository" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Repository\CreditRepository).
Resolving inheritance for "SolidInvoice\ClientBundle\Repository\CreditRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\CreditRepository).
Resolving inheritance for ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\ClientBundle\Test\Factory\ClientFactory" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Test\Factory\ClientFactory).
Resolving inheritance for "SolidInvoice\ClientBundle\Test\Factory\ClientFactory" (parent: .instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\ClientBundle\Test\Factory\ClientFactory).
Resolving inheritance for ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\ClientBundle\Test\Factory\CreditFactory" (parent: .abstract.instanceof.SolidInvoice\ClientBundle\Test\Factory\CreditFactory).
Resolving inheritance for "SolidInvoice\ClientBundle\Test\Factory\CreditFactory" (parent: .instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\ClientBundle\Test\Factory\CreditFactory).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\CoreBundle\Command\YamlFormatCommand" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Command\YamlFormatCommand).
Resolving inheritance for "SolidInvoice\CoreBundle\Command\YamlFormatCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\CoreBundle\Command\YamlFormatCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarLoaderInterface.0.SolidInvoice\CoreBundle\Config\Loader\EnvLoader" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Config\Loader\EnvLoader).
Resolving inheritance for "SolidInvoice\CoreBundle\Config\Loader\EnvLoader" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarLoaderInterface.0.SolidInvoice\CoreBundle\Config\Loader\EnvLoader).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener).
Resolving inheritance for "SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener).
Resolving inheritance for "SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension).
Resolving inheritance for "SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler).
Resolving inheritance for "SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\CompanyType" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\CompanyType).
Resolving inheritance for "SolidInvoice\CoreBundle\Form\Type\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\DiscountType" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\DiscountType).
Resolving inheritance for "SolidInvoice\CoreBundle\Form\Type\DiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\DiscountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\ImageUploadType" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\ImageUploadType).
Resolving inheritance for "SolidInvoice\CoreBundle\Form\Type\ImageUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\ImageUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\Select2Type" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\Select2Type).
Resolving inheritance for "SolidInvoice\CoreBundle\Form\Type\Select2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\Select2Type).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\AjaxResponseListener" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Listener\AjaxResponseListener).
Resolving inheritance for "SolidInvoice\CoreBundle\Listener\AjaxResponseListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\AjaxResponseListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber).
Resolving inheritance for "SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\EmailFromListener" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Listener\EmailFromListener).
Resolving inheritance for "SolidInvoice\CoreBundle\Listener\EmailFromListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\EmailFromListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\SessionRequestListener" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Listener\SessionRequestListener).
Resolving inheritance for "SolidInvoice\CoreBundle\Listener\SessionRequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\SessionRequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\TemplateListener" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Listener\TemplateListener).
Resolving inheritance for "SolidInvoice\CoreBundle\Listener\TemplateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\TemplateListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\CoreBundle\Repository\CompanyRepository" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Repository\CompanyRepository).
Resolving inheritance for "SolidInvoice\CoreBundle\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\CoreBundle\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\CoreBundle\Repository\VersionRepository" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Repository\VersionRepository).
Resolving inheritance for "SolidInvoice\CoreBundle\Repository\VersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\CoreBundle\Repository\VersionRepository).
Resolving inheritance for ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\CoreBundle\Test\Factory\CompanyFactory" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Test\Factory\CompanyFactory).
Resolving inheritance for "SolidInvoice\CoreBundle\Test\Factory\CompanyFactory" (parent: .instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\CoreBundle\Test\Factory\CompanyFactory).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\BillingExtension" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\BillingExtension).
Resolving inheritance for "SolidInvoice\CoreBundle\Twig\Extension\BillingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\BillingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\FileExtension" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\FileExtension).
Resolving inheritance for "SolidInvoice\CoreBundle\Twig\Extension\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\FileExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension).
Resolving inheritance for "SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension).
Resolving inheritance for "SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\StatusExtension" (parent: .abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\StatusExtension).
Resolving inheritance for "SolidInvoice\CoreBundle\Twig\Extension\StatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\StatusExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\CronBundle\Command\CronRunCommand" (parent: .abstract.instanceof.SolidInvoice\CronBundle\Command\CronRunCommand).
Resolving inheritance for "SolidInvoice\CronBundle\Command\CronRunCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\CronBundle\Command\CronRunCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber" (parent: .abstract.instanceof.SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber).
Resolving inheritance for "SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CronBundle\Form\Type\CronType" (parent: .abstract.instanceof.SolidInvoice\CronBundle\Form\Type\CronType).
Resolving inheritance for "SolidInvoice\CronBundle\Form\Type\CronType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CronBundle\Form\Type\CronType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension" (parent: .abstract.instanceof.SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension).
Resolving inheritance for "SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension).
Resolving inheritance for "SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader" (parent: SolidInvoice\CoreBundle\Routing\Loader\AbstractDirectoryLoader).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\DataGridBundle\Twig\Extension\GridExtension" (parent: .abstract.instanceof.SolidInvoice\DataGridBundle\Twig\Extension\GridExtension).
Resolving inheritance for "SolidInvoice\DataGridBundle\Twig\Extension\GridExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\DataGridBundle\Twig\Extension\GridExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\InstallBundle\Command\InstallCommand" (parent: .abstract.instanceof.SolidInvoice\InstallBundle\Command\InstallCommand).
Resolving inheritance for "SolidInvoice\InstallBundle\Command\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\InstallBundle\Command\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Step\ConfigStepForm" (parent: .abstract.instanceof.SolidInvoice\InstallBundle\Form\Step\ConfigStepForm).
Resolving inheritance for "SolidInvoice\InstallBundle\Form\Step\ConfigStepForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Step\ConfigStepForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Step\SystemInformationForm" (parent: .abstract.instanceof.SolidInvoice\InstallBundle\Form\Step\SystemInformationForm).
Resolving inheritance for "SolidInvoice\InstallBundle\Form\Step\SystemInformationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Step\SystemInformationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType" (parent: .abstract.instanceof.SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType).
Resolving inheritance for "SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\ExceptionListener" (parent: .abstract.instanceof.SolidInvoice\InstallBundle\Listener\ExceptionListener).
Resolving inheritance for "SolidInvoice\InstallBundle\Listener\ExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\ExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\RequestListener" (parent: .abstract.instanceof.SolidInvoice\InstallBundle\Listener\RequestListener).
Resolving inheritance for "SolidInvoice\InstallBundle\Listener\RequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\RequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\UpgradeListener" (parent: .abstract.instanceof.SolidInvoice\InstallBundle\Listener\UpgradeListener).
Resolving inheritance for "SolidInvoice\InstallBundle\Listener\UpgradeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\UpgradeListener).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for "SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\InvoiceType" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Type\InvoiceType).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Form\Type\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\InvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\ItemType" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Type\ItemType).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Form\Type\ItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\ItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\InvoiceRepository" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\InvoiceRepository).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\ItemRepository" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\ItemRepository).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Repository\ItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\ItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder).
Resolving inheritance for ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory" (parent: .abstract.instanceof.SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory).
Resolving inheritance for "SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory" (parent: .instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory).
Resolving inheritance for ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\GmailConfigurator" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Configurator\GmailConfigurator).
Resolving inheritance for "SolidInvoice\MailerBundle\Configurator\GmailConfigurator" (parent: .instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\GmailConfigurator).
Resolving inheritance for ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator).
Resolving inheritance for "SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator" (parent: .instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator).
Resolving inheritance for ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\MailgunConfigurator" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Configurator\MailgunConfigurator).
Resolving inheritance for "SolidInvoice\MailerBundle\Configurator\MailgunConfigurator" (parent: .instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\MailgunConfigurator).
Resolving inheritance for ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator).
Resolving inheritance for "SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator" (parent: .instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator).
Resolving inheritance for ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SendgridConfigurator" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Configurator\SendgridConfigurator).
Resolving inheritance for "SolidInvoice\MailerBundle\Configurator\SendgridConfigurator" (parent: .instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SendgridConfigurator).
Resolving inheritance for ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SesConfigurator" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Configurator\SesConfigurator).
Resolving inheritance for "SolidInvoice\MailerBundle\Configurator\SesConfigurator" (parent: .instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SesConfigurator).
Resolving inheritance for ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SmtpConfigurator" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Configurator\SmtpConfigurator).
Resolving inheritance for "SolidInvoice\MailerBundle\Configurator\SmtpConfigurator" (parent: .instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SmtpConfigurator).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType).
Resolving inheritance for "SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType).
Resolving inheritance for "SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType).
Resolving inheritance for "SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType).
Resolving inheritance for "SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType" (parent: .abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType).
Resolving inheritance for "SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension" (parent: .abstract.instanceof.SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension).
Resolving inheritance for "SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MoneyBundle\Form\Type\CurrencyType" (parent: .abstract.instanceof.SolidInvoice\MoneyBundle\Form\Type\CurrencyType).
Resolving inheritance for "SolidInvoice\MoneyBundle\Form\Type\CurrencyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MoneyBundle\Form\Type\CurrencyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType" (parent: .abstract.instanceof.SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType).
Resolving inheritance for "SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension" (parent: .abstract.instanceof.SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension).
Resolving inheritance for "SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\NotificationBundle\Form\Type\NotificationType" (parent: .abstract.instanceof.SolidInvoice\NotificationBundle\Form\Type\NotificationType).
Resolving inheritance for "SolidInvoice\NotificationBundle\Form\Type\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\NotificationBundle\Form\Type\NotificationType).
Resolving inheritance for ".instanceof.Namshi\Notificator\Notification\Handler\HandlerInterface.0.Namshi\Notificator\Notification\Handler\SwiftMailer" (parent: .abstract.instanceof.Namshi\Notificator\Notification\Handler\SwiftMailer).
Resolving inheritance for "Namshi\Notificator\Notification\Handler\SwiftMailer" (parent: .instanceof.Namshi\Notificator\Notification\Handler\HandlerInterface.0.Namshi\Notificator\Notification\Handler\SwiftMailer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for "SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Payex" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\Payex).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\Payex" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Payex).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\StripeJs" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\StripeJs).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Methods\StripeJs" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\StripeJs).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentType" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Form\Type\PaymentType).
Resolving inheritance for "SolidInvoice\PaymentBundle\Form\Type\PaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener).
Resolving inheritance for "SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener).
Resolving inheritance for "SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository).
Resolving inheritance for "SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\PaymentBundle\Repository\PaymentRepository" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Repository\PaymentRepository).
Resolving inheritance for "SolidInvoice\PaymentBundle\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\PaymentBundle\Repository\PaymentRepository).
Resolving inheritance for ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory).
Resolving inheritance for "SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory" (parent: .instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory).
Resolving inheritance for ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory).
Resolving inheritance for "SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory" (parent: .instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\PaymentBundle\Twig\PaymentExtension" (parent: .abstract.instanceof.SolidInvoice\PaymentBundle\Twig\PaymentExtension).
Resolving inheritance for "SolidInvoice\PaymentBundle\Twig\PaymentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\PaymentBundle\Twig\PaymentExtension).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.solidinvoice.payment.locator" (parent: .abstract.instanceof.solidinvoice.payment.locator).
Resolving inheritance for "solidinvoice.payment.locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.solidinvoice.payment.locator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for "SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler).
Resolving inheritance for "SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler).
Resolving inheritance for "SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\QuoteBundle\Form\Type\ItemType" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Form\Type\ItemType).
Resolving inheritance for "SolidInvoice\QuoteBundle\Form\Type\ItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\QuoteBundle\Form\Type\ItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\QuoteBundle\Form\Type\QuoteType" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Form\Type\QuoteType).
Resolving inheritance for "SolidInvoice\QuoteBundle\Form\Type\QuoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\QuoteBundle\Form\Type\QuoteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener).
Resolving inheritance for "SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener).
Resolving inheritance for "SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener).
Resolving inheritance for "SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener).
Resolving inheritance for "SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener).
Resolving inheritance for "SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber).
Resolving inheritance for "SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\QuoteBundle\Repository\ItemRepository" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Repository\ItemRepository).
Resolving inheritance for "SolidInvoice\QuoteBundle\Repository\ItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\QuoteBundle\Repository\ItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\QuoteBundle\Repository\QuoteRepository" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Repository\QuoteRepository).
Resolving inheritance for "SolidInvoice\QuoteBundle\Repository\QuoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\QuoteBundle\Repository\QuoteRepository).
Resolving inheritance for ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory" (parent: .abstract.instanceof.SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory).
Resolving inheritance for "SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory" (parent: .instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension).
Resolving inheritance for "SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\AddressType" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\AddressType).
Resolving inheritance for "SolidInvoice\SettingsBundle\Form\Type\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\MailTransportType" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\MailTransportType).
Resolving inheritance for "SolidInvoice\SettingsBundle\Form\Type\MailTransportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\MailTransportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\SettingsType" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\SettingsType).
Resolving inheritance for "SolidInvoice\SettingsBundle\Form\Type\SettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\SettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\ThemeType" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\ThemeType).
Resolving inheritance for "SolidInvoice\SettingsBundle\Form\Type\ThemeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\ThemeType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\SettingsBundle\Repository\SectionRepository" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Repository\SectionRepository).
Resolving inheritance for "SolidInvoice\SettingsBundle\Repository\SectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\SettingsBundle\Repository\SectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\SettingsBundle\Repository\SettingsRepository" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Repository\SettingsRepository).
Resolving inheritance for "SolidInvoice\SettingsBundle\Repository\SettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\SettingsBundle\Repository\SettingsRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SolidInvoice\SettingsBundle\Twig\Components\Settings" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Twig\Components\Settings).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SolidInvoice\SettingsBundle\Twig\Components\Settings" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SolidInvoice\SettingsBundle\Twig\Components\Settings).
Resolving inheritance for ".instanceof.SolidInvoice\SettingsBundle\Twig\Components\Settings.0.SolidInvoice\SettingsBundle\Twig\Components\Settings" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SolidInvoice\SettingsBundle\Twig\Components\Settings).
Resolving inheritance for "SolidInvoice\SettingsBundle\Twig\Components\Settings" (parent: .instanceof.SolidInvoice\SettingsBundle\Twig\Components\Settings.0.SolidInvoice\SettingsBundle\Twig\Components\Settings).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension" (parent: .abstract.instanceof.SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension).
Resolving inheritance for "SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler" (parent: .abstract.instanceof.SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler).
Resolving inheritance for "SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxEntityType" (parent: .abstract.instanceof.SolidInvoice\TaxBundle\Form\Type\TaxEntityType).
Resolving inheritance for "SolidInvoice\TaxBundle\Form\Type\TaxEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxNumberType" (parent: .abstract.instanceof.SolidInvoice\TaxBundle\Form\Type\TaxNumberType).
Resolving inheritance for "SolidInvoice\TaxBundle\Form\Type\TaxNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxType" (parent: .abstract.instanceof.SolidInvoice\TaxBundle\Form\Type\TaxType).
Resolving inheritance for "SolidInvoice\TaxBundle\Form\Type\TaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\TaxBundle\Repository\TaxRepository" (parent: .abstract.instanceof.SolidInvoice\TaxBundle\Repository\TaxRepository).
Resolving inheritance for "SolidInvoice\TaxBundle\Repository\TaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\TaxBundle\Repository\TaxRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\TaxBundle\Twig\Extension\TaxExtension" (parent: .abstract.instanceof.SolidInvoice\TaxBundle\Twig\Extension\TaxExtension).
Resolving inheritance for "SolidInvoice\TaxBundle\Twig\Extension\TaxExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\TaxBundle\Twig\Extension\TaxExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\UserBundle\DataFixtures\ORM\LoadData" (parent: .abstract.instanceof.SolidInvoice\UserBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for "SolidInvoice\UserBundle\DataFixtures\ORM\LoadData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\UserBundle\DataFixtures\ORM\LoadData).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber" (parent: .abstract.instanceof.SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber).
Resolving inheritance for "SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\ApiFormHandler" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\ApiFormHandler).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Handler\ApiFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\ApiFormHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler).
Resolving inheritance for ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler" (parent: .instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ApiTokenType" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Type\ApiTokenType).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Type\ApiTokenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ApiTokenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ChangePasswordType" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Type\ChangePasswordType).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Type\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ProfileType" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Type\ProfileType).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Type\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\RegisterType" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Type\RegisterType).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Type\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\RegisterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\UserInviteType" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Form\Type\UserInviteType).
Resolving inheritance for "SolidInvoice\UserBundle\Form\Type\UserInviteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\UserInviteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository).
Resolving inheritance for "SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\ApiTokenRepository" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Repository\ApiTokenRepository).
Resolving inheritance for "SolidInvoice\UserBundle\Repository\ApiTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\ApiTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\UserInvitationRepository" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Repository\UserInvitationRepository).
Resolving inheritance for "SolidInvoice\UserBundle\Repository\UserInvitationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\UserInvitationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\UserRepository" (parent: .abstract.instanceof.SolidInvoice\UserBundle\Repository\UserRepository).
Resolving inheritance for "SolidInvoice\UserBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleGetCommand" (parent: .abstract.instanceof.SolidWorx\Toggler\Symfony\Command\ToggleGetCommand).
Resolving inheritance for "SolidWorx\Toggler\Symfony\Command\ToggleGetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleGetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleListCommand" (parent: .abstract.instanceof.SolidWorx\Toggler\Symfony\Command\ToggleListCommand).
Resolving inheritance for "SolidWorx\Toggler\Symfony\Command\ToggleListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleSetCommand" (parent: .abstract.instanceof.SolidWorx\Toggler\Symfony\Command\ToggleSetCommand).
Resolving inheritance for "SolidWorx\Toggler\Symfony\Command\ToggleSetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleSetCommand).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SolidWorx\Toggler\Twig\Extension\ToggleExtension" (parent: .abstract.instanceof.SolidWorx\Toggler\Twig\Extension\ToggleExtension).
Resolving inheritance for "SolidWorx\Toggler\Twig\Extension\ToggleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SolidWorx\Toggler\Twig\Extension\ToggleExtension).
Resolving inheritance for ".abstract.instanceof.SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader" (parent: SolidInvoice\CoreBundle\Routing\Loader\AbstractDirectoryLoader).
Resolving inheritance for "maker.auto_command.make_data_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_data_persister" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_factory" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_story" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.workflow" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payum" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.schedule" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.webpack_encore.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.route_name_resolver.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.resource.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.resource.legacy.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.property.legacy.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.subresource_operation_factory.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.property.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.resource_collection.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.identifiers_extractor.traceable" (parent: sentry.tracing.traceable_cache_adapter).
14
Removing method "setSerializer" of service "SolidInvoice\ClientBundle\Action\Ajax\Address" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "SolidInvoice\ClientBundle\Action\Ajax\Address\AddressList" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\ClientBundle\Action\Ajax\Address\Delete" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\ClientBundle\Action\Ajax\Address\Edit" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "SolidInvoice\ClientBundle\Action\Ajax\Contact" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\ClientBundle\Action\Ajax\Contact\Delete" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "SolidInvoice\DataGridBundle\Action\Data" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\InvoiceBundle\Action\RecurringTransition" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\InvoiceBundle\Action\Transition" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\InvoiceBundle\Action\Transition\Send" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\PaymentBundle\Action\Done" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\PaymentBundle\Action\Prepare" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "SolidInvoice\UserBundle\Action\Ajax\ApiList" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrine" of service "SolidInvoice\UserBundle\Action\Ajax\ApiRevoke" from controller candidates: the method is called at instantiation, thus cannot be an action.
477
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\UX\StimulusBundle\Helper\StimulusHelper"; reason: private alias.
Removed service "SolidWorx\FormHandler\FormHandler"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $invoiceStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $recurringInvoiceStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $quoteStateMachine"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.api_token_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.api_doc"; reason: private alias.
Removed service "security.user_checker.api_doc"; reason: private alias.
Removed service "security.authentication.session_strategy.installation"; reason: private alias.
Removed service "security.user_checker.installation"; reason: private alias.
Removed service "security.authentication.session_strategy.api_login"; reason: private alias.
Removed service "security.user_checker.api_login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
Removed service "swiftmailer.spool"; reason: private alias.
Removed service "swiftmailer.transport.real"; reason: private alias.
Removed service "Swift_Spool"; reason: private alias.
Removed service "swiftmailer.plugin.redirecting"; reason: private alias.
Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
Removed service "swiftmailer.mailer"; reason: private alias.
Removed service "Swift_Mailer"; reason: private alias.
Removed service "Swift_Transport"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "payum.entity_manager"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.operation_path_resolver"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "api_platform.pagination"; reason: private alias.
Removed service "api_platform.state_processor"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.legacy"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.retro_compatible"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "api_platform.swagger_ui.listener"; reason: private alias.
Removed service "api_platform.operation_path_resolver.legacy"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "SolidInvoice\CoreBundle\Generator\BillingIdGenerator\IdGeneratorInterface"; reason: private alias.
Removed service "SolidInvoice\DataGridBundle\GridInterface"; reason: private alias.
Removed service "SolidInvoice\DataGridBundle\Source\SourceInterface"; reason: private alias.
Removed service "Doctrine\Migrations\DependencyFactory"; reason: private alias.
Removed service "SolidInvoice\MenuBundle\Builder\BuilderInterface"; reason: private alias.
Removed service "SolidInvoice\MenuBundle\ItemInterface"; reason: private alias.
Removed service "SolidInvoice\MenuBundle\RendererInterface"; reason: private alias.
Removed service "SolidInvoice\MoneyBundle\Formatter\MoneyFormatterInterface"; reason: private alias.
Removed service "Namshi\Notificator\ManagerInterface"; reason: private alias.
Removed service "SolidInvoice\NotificationBundle\Notification\ChainedNotificationInterface"; reason: private alias.
Removed service "Payum\Core\Registry\RegistryInterface"; reason: private alias.
Removed service "SolidInvoice\UserBundle\Repository\UserRepositoryInterface"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "SolidWorx\Toggler\ToggleInterface"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\LiveResponder"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\ComponentValidatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $workflowLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $payumLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $scheduleLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.hXPBvJM"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.tf2k8tM"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.uHFTwCl"; reason: private alias.
Removed service ".service_locator.EMe_1yH"; reason: private alias.
Removed service ".service_locator.FM4P_3k"; reason: private alias.
Removed service ".service_locator.456vxSU"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.WPhAbC."; reason: private alias.
Removed service ".service_locator.UgMd3Pq"; reason: private alias.
Removed service ".service_locator.iYbsSg0"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.TZdWHal"; reason: private alias.
Removed service ".service_locator.6BFzX04"; reason: private alias.
Removed service ".service_locator.JfBuo.X"; reason: private alias.
Removed service ".service_locator.HqSvJf."; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.legacy_property_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hal.json_schema.schema_factory.inner"; reason: private alias.
Removed service "api_platform.identifiers_extractor.legacy"; reason: private alias.
Removed service "mailer.transport_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "SolidWorx\Toggler\Toggle"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "api_platform.argument_resolver.payload"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.webpack_encore"; reason: private alias.
Removed service "api_platform.cache.route_name_resolver"; reason: private alias.
Removed service "api_platform.cache.metadata.resource"; reason: private alias.
Removed service "api_platform.cache.metadata.resource.legacy"; reason: private alias.
Removed service "api_platform.cache.metadata.property.legacy"; reason: private alias.
Removed service "api_platform.cache.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.cache.metadata.property"; reason: private alias.
Removed service "api_platform.cache.metadata.resource_collection"; reason: private alias.
Removed service "api_platform.cache.identifiers_extractor"; reason: private alias.
Removed service ".sentry.traceable.http_client.inner"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
Removed service "api_platform.route_name_resolver"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.legacy.inner"; reason: private alias.
Removed service "api_platform.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.eLQgWu."; reason: private alias.
Removed service ".service_locator.aTiBH86"; reason: private alias.
Removed service ".service_locator.nffwNq8"; reason: private alias.
Removed service ".service_locator.FPFiL9q"; reason: private alias.
Removed service ".service_locator.FP4hHb_"; reason: private alias.
Removed service ".service_locator.ffeqGeo"; reason: private alias.
Removed service ".service_locator.u74rpqk"; reason: private alias.
Removed service ".service_locator.iMN_WZm"; reason: private alias.
Removed service ".service_locator.nhVsbAy"; reason: private alias.
Removed service ".service_locator.3RIajwM"; reason: private alias.
Removed service ".service_locator.JV.csKS"; reason: private alias.
Removed service ".service_locator.U4KmyPl"; reason: private alias.
Removed service ".service_locator.2PbMlZL"; reason: private alias.
Removed service ".service_locator.Z.pNQfO"; reason: private alias.
Removed service ".service_locator.TBY0z3t"; reason: private alias.
Removed service ".service_locator.2MoX6M8"; reason: private alias.
Removed service ".service_locator.qKELeKp"; reason: private alias.
Removed service ".service_locator.00M2oSC"; reason: private alias.
Removed service ".service_locator.KgCToFB"; reason: private alias.
Removed service ".service_locator.iyGEPRm"; reason: private alias.
Removed service ".service_locator.cjDnOJh"; reason: private alias.
Removed service ".service_locator.HLRstdo"; reason: private alias.
Removed service ".service_locator.nCycV0Q"; reason: private alias.
Removed service ".service_locator.lflmpKO"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
Removed service ".service_locator.HMZ4AwC"; reason: private alias.
Removed service ".service_locator.Uo_RQ_2"; reason: private alias.
201
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.amazon" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.mailchimp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.mailgun" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.postmark" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendgrid" 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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.invoice" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.recurring_invoice" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.quote" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "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.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.api_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.2" 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 "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "payum.token_factory_builder" previously pointing to "router.default" to "router".
Changed reference of service "solidworx.form_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "solidworx.form_handler.success" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.metadata.property.metadata_factory.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "SolidInvoice\ClientBundle\Action\Ajax\Delete" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "SolidInvoice\ClientBundle\Action\Ajax\Delete" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\CoreBundle\Action\SelectCompany" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\CoreBundle\Action\ViewBilling" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\CoreBundle\Listener\SessionRequestListener" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "SolidInvoice\InstallBundle\Action\Config" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InstallBundle\Action\Setup" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InstallBundle\Listener\ExceptionListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "SolidInvoice\InstallBundle\Listener\ExceptionListener" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InstallBundle\Listener\RequestListener" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Action\CloneInvoice" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Action\CloneRecurringInvoice" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Action\Edit" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Action\RecurringTransition" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Action\Transition" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Action\Transition\Send" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\InvoiceBundle\Manager\InvoiceManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SolidInvoice\MenuBundle\Factory" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\MenuBundle\Renderer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "SolidInvoice\NotificationBundle\Notification\Factory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "SolidInvoice\PaymentBundle\Action\Done" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\PaymentBundle\Action\Done" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SolidInvoice\PaymentBundle\Action\Prepare" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SolidInvoice\PaymentBundle\Action\Prepare" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\QuoteBundle\Action\CloneQuote" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\QuoteBundle\Action\Transition" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\QuoteBundle\Action\Transition\Send" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Action\AcceptInvitation" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Action\InviteUser" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Action\ResendUserInvite" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler" previously pointing to "router.default" to "router".
Changed reference of service "SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler" previously pointing to "debug.validator" to "validator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "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 "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
Changed reference of service "toggler.expression.language" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "SolidWorx\Toggler\Symfony\Toggle" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Zenstruck\ScheduleBundle\Command\ScheduleRunCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Zenstruck\ScheduleBundle\Schedule\ScheduleRunner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Zenstruck\ScheduleBundle\Schedule\Task\Runner\MessageTaskRunner" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.live_component.twig.component_runtime" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.live_controller_attributes_creator" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.NGT89Ar" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.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.R9EZor7" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.R9EZor7" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.R9EZor7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.dwKQLWi" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.dwKQLWi" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.dwKQLWi" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.pYIzAs7" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator._dyOg._" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
464
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "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 "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "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 "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 "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "payum.extension.storage.prototype"; reason: abstract.
Removed service "Payum\Bundle\PayumBundle\Controller\PayumController"; reason: abstract.
Removed service "payum.storage.doctrine.orm"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "SolidInvoice\CoreBundle\Routing\Loader\AbstractDirectoryLoader"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactDetailType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactDetailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\ClientBundle\Form\Type\CreditType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Form\Type\CreditType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\ClientBundle\Listener\ClientListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Listener\ClientListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\ContactTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Repository\ContactTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\ClientBundle\Repository\CreditRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Repository\CreditRepository"; reason: abstract.
Removed service ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\ClientBundle\Test\Factory\ClientFactory"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Test\Factory\ClientFactory"; reason: abstract.
Removed service ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\ClientBundle\Test\Factory\CreditFactory"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\ClientBundle\Test\Factory\CreditFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\CoreBundle\Command\YamlFormatCommand"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Command\YamlFormatCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarLoaderInterface.0.SolidInvoice\CoreBundle\Config\Loader\EnvLoader"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Config\Loader\EnvLoader"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\DiscountType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\DiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\ImageUploadType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\ImageUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CoreBundle\Form\Type\Select2Type"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Form\Type\Select2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\AjaxResponseListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Listener\AjaxResponseListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\EmailFromListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Listener\EmailFromListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\SessionRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Listener\SessionRequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CoreBundle\Listener\TemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Listener\TemplateListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\CoreBundle\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\CoreBundle\Repository\VersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Repository\VersionRepository"; reason: abstract.
Removed service ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\CoreBundle\Test\Factory\CompanyFactory"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Test\Factory\CompanyFactory"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\BillingExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\BillingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\FileExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\FileExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\CoreBundle\Twig\Extension\StatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CoreBundle\Twig\Extension\StatusExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\CronBundle\Command\CronRunCommand"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CronBundle\Command\CronRunCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\CronBundle\Form\Type\CronType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\CronBundle\Form\Type\CronType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\DataGridBundle\Twig\Extension\GridExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\DataGridBundle\Twig\Extension\GridExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SolidInvoice\InstallBundle\Command\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InstallBundle\Command\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Step\ConfigStepForm"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InstallBundle\Form\Step\ConfigStepForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Step\SystemInformationForm"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InstallBundle\Form\Step\SystemInformationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\ExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InstallBundle\Listener\ExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\RequestListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InstallBundle\Listener\RequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InstallBundle\Listener\UpgradeListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InstallBundle\Listener\UpgradeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\InvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Type\InvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\ItemType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Type\ItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\ItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\ItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder"; reason: abstract.
Removed service ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory"; reason: abstract.
Removed service ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\GmailConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Configurator\GmailConfigurator"; reason: abstract.
Removed service ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator"; reason: abstract.
Removed service ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\MailgunConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Configurator\MailgunConfigurator"; reason: abstract.
Removed service ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator"; reason: abstract.
Removed service ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SendgridConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Configurator\SendgridConfigurator"; reason: abstract.
Removed service ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SesConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Configurator\SesConfigurator"; reason: abstract.
Removed service ".instanceof.SolidInvoice\MailerBundle\Configurator\ConfiguratorInterface.0.SolidInvoice\MailerBundle\Configurator\SmtpConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Configurator\SmtpConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MoneyBundle\Form\Type\CurrencyType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MoneyBundle\Form\Type\CurrencyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\NotificationBundle\Form\Type\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\NotificationBundle\Form\Type\NotificationType"; reason: abstract.
Removed service ".instanceof.Namshi\Notificator\Notification\Handler\HandlerInterface.0.Namshi\Notificator\Notification\Handler\SwiftMailer"; reason: abstract.
Removed service ".abstract.instanceof.Namshi\Notificator\Notification\Handler\SwiftMailer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\Payex"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\Payex"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Methods\StripeJs"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Methods\StripeJs"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\PaymentBundle\Form\Type\PaymentType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Form\Type\PaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\PaymentBundle\Repository\PaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Repository\PaymentRepository"; reason: abstract.
Removed service ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory"; reason: abstract.
Removed service ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\PaymentBundle\Twig\PaymentExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\PaymentBundle\Twig\PaymentExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.solidinvoice.payment.locator"; reason: abstract.
Removed service ".abstract.instanceof.solidinvoice.payment.locator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\QuoteBundle\Form\Type\ItemType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Form\Type\ItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\QuoteBundle\Form\Type\QuoteType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Form\Type\QuoteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\QuoteBundle\Repository\ItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Repository\ItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\QuoteBundle\Repository\QuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Repository\QuoteRepository"; reason: abstract.
Removed service ".instanceof.Zenstruck\Foundry\ModelFactory.0.SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\MailTransportType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\MailTransportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\SettingsType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\SettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\SettingsBundle\Form\Type\ThemeType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Form\Type\ThemeType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\SettingsBundle\Repository\SectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Repository\SectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\SettingsBundle\Repository\SettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Repository\SettingsRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SolidInvoice\SettingsBundle\Twig\Components\Settings"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SolidInvoice\SettingsBundle\Twig\Components\Settings"; reason: abstract.
Removed service ".instanceof.SolidInvoice\SettingsBundle\Twig\Components\Settings.0.SolidInvoice\SettingsBundle\Twig\Components\Settings"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Twig\Components\Settings"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxEntityType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\TaxBundle\Form\Type\TaxEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxNumberType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\TaxBundle\Form\Type\TaxNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\TaxBundle\Form\Type\TaxType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\TaxBundle\Form\Type\TaxType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\TaxBundle\Repository\TaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\TaxBundle\Repository\TaxRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidInvoice\TaxBundle\Twig\Extension\TaxExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\TaxBundle\Twig\Extension\TaxExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.SolidInvoice\UserBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\DataFixtures\ORM\LoadData"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\ApiFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\ApiFormHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler"; reason: abstract.
Removed service ".instanceof.SolidWorx\FormHandler\FormHandlerInterface.0.SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ApiTokenType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Type\ApiTokenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Type\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Type\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\RegisterType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Type\RegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.SolidInvoice\UserBundle\Form\Type\UserInviteType"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Form\Type\UserInviteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\UserInvitationRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Repository\UserInvitationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SolidInvoice\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.SolidInvoice\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleGetCommand"; reason: abstract.
Removed service ".abstract.instanceof.SolidWorx\Toggler\Symfony\Command\ToggleGetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleListCommand"; reason: abstract.
Removed service ".abstract.instanceof.SolidWorx\Toggler\Symfony\Command\ToggleListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SolidWorx\Toggler\Symfony\Command\ToggleSetCommand"; reason: abstract.
Removed service ".abstract.instanceof.SolidWorx\Toggler\Symfony\Command\ToggleSetCommand"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SolidWorx\Toggler\Twig\Extension\ToggleExtension"; reason: abstract.
Removed service ".abstract.instanceof.SolidWorx\Toggler\Twig\Extension\ToggleExtension"; reason: abstract.
227
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "security.user_providers"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~YEca6PW"; reason: unused.
Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~YEca6PW"; reason: unused.
Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~YEca6PW"; reason: unused.
Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~YEca6PW"; reason: unused.
Removed service "swiftmailer.transport.failover"; reason: unused.
Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "messenger.transport.doctrine.factory"; reason: unused.
Removed service ".1_ServiceLocator~CAZjD7m"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.pagination.legacy"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.filter_collection_factory"; reason: unused.
Removed service "api_platform.filters"; reason: unused.
Removed service "api_platform.metadata.resource.name_collection_factory.xml.legacy"; reason: unused.
Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "SolidInvoice\ApiBundle\Event\Listener\AuthenticationFailHandler"; reason: unused.
Removed service "SolidInvoice\ApiBundle\Event\Listener\AuthenticationSuccessHandler"; reason: unused.
Removed service "SolidInvoice\ApiBundle\SolidInvoiceApiBundle"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Entity\AdditionalContactDetail"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Entity\ContactType"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Entity\Credit"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Form\ConstraintBuilder"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Menu\Builder"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Menu\ClientMenu"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Model\Status"; reason: unused.
Removed service "SolidInvoice\ClientBundle\Notification\ClientCreateNotification"; reason: unused.
Removed service "SolidInvoice\ClientBundle\SolidInvoiceClientBundle"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Doctrine\Filter\ArchivableFilter"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Doctrine\Filter\CompanyFilter"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Doctrine\Listener\ArchiveListener"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Doctrine\Mapping\Annotation\Archivable"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Doctrine\Type\BigIntegerType"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Doctrine\Type\JsonArrayType"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Entity\Company"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Entity\Discount"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Entity\Version"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Event\ResponseEvent"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Exception\UnexpectedTypeException"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Form\DataTransformer\EntityUuidTransformer"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Form\Transformer\DiscountTransformer"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Form\Transformer\UserToContactTransformer"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Generator\BillingIdGenerator\AutoIncrementIdGenerator"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Icon"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Logger\Dbal\TraceLogger"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Menu\Builder"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Menu\MainMenu"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Response\PdfResponse"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Routing\Loader\AjaxRouteLoader"; reason: unused.
Removed service "SolidInvoice\CoreBundle\SolidInvoiceCoreBundle"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Templating\Template"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Util\ArrayUtil"; reason: unused.
Removed service "SolidInvoice\CoreBundle\Util\ClassUtil"; reason: unused.
Removed service "TijsVerkoyen\CssToInlineStyles\CssToInlineStyles"; reason: unused.
Removed service "SolidInvoice\CronBundle\SolidInvoiceCronBundle"; reason: unused.
Removed service "SolidInvoice\DashboardBundle\Action\Index"; reason: unused.
Removed service "SolidInvoice\DashboardBundle\SolidInvoiceDashboardBundle"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\Exception\InvalidGridException"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\Filter\ChainFilter"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\Filter\PaginateFilter"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\Filter\SearchFilter"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\Filter\SortFilter"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\Grid"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\SolidInvoiceDataGridBundle"; reason: unused.
Removed service "SolidInvoice\DataGridBundle\Source\ORMSource"; reason: unused.
Removed service "SolidInvoice\FormBundle\SolidInvoiceFormBundle"; reason: unused.
Removed service "SolidInvoice\InstallBundle\Exception\ApplicationInstalledException"; reason: unused.
Removed service "SolidInvoice\InstallBundle\SolidInvoiceInstallBundle"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Email\InvoiceEmail"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Entity\InvoiceContact"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Entity\Item"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Entity\RecurringInvoiceContact"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Event\InvoiceEvent"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Event\InvoiceEvents"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Event\InvoicePaidEvent"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Exception\InvalidTransitionException"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Menu\Builder"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Menu\InvoiceMenu"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Menu\RecurringInvoiceMenu"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Message\CreateInvoiceFromRecurring"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Model\Graph"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\Notification\InvoiceStatusNotification"; reason: unused.
Removed service "SolidInvoice\InvoiceBundle\SolidInvoiceInvoiceBundle"; reason: unused.
Removed service "solidinvoice_invoice.menu"; reason: unused.
Removed service "SolidInvoice\MailerBundle\SolidInvoiceMailerBundle"; reason: unused.
Removed service "SolidInvoice\MenuBundle\Builder\MenuBuilder"; reason: unused.
Removed service "SolidInvoice\MenuBundle\Core\AuthenticatedMenu"; reason: unused.
Removed service "SolidInvoice\MenuBundle\Factory\MenuBuilderFactory"; reason: unused.
Removed service "SolidInvoice\MenuBundle\MenuItem"; reason: unused.
Removed service "SolidInvoice\MenuBundle\SolidInvoiceMenuBundle"; reason: unused.
Removed service "SolidInvoice\MoneyBundle\Doctrine\Hydrator\MoneyHydrator"; reason: unused.
Removed service "SolidInvoice\MoneyBundle\Form\DataTransformer\ModelTransformer"; reason: unused.
Removed service "SolidInvoice\MoneyBundle\Form\DataTransformer\ViewTransformer"; reason: unused.
Removed service "SolidInvoice\MoneyBundle\SolidInvoiceMoneyBundle"; reason: unused.
Removed service "SolidInvoice\NotificationBundle\Notification\ChainedNotification"; reason: unused.
Removed service "SolidInvoice\NotificationBundle\Notification\Handler\ChainedHandler"; reason: unused.
Removed service "SolidInvoice\NotificationBundle\Notification\Handler\TwilioHandler"; reason: unused.
Removed service "SolidInvoice\NotificationBundle\Notification\SwiftMailerNotification"; reason: unused.
Removed service "SolidInvoice\NotificationBundle\Notification\TwilioNotification"; reason: unused.
Removed service "SolidInvoice\NotificationBundle\SolidInvoiceNotificationBundle"; reason: unused.
Removed service "Twilio\Rest\Client"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Entity\Payment"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Entity\SecurityToken"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Event\PaymentCompleteEvent"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Event\PaymentEvents"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Exception\InvalidGatewayException"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Manager\PaymentSettingsManager"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Menu\Builder"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Menu\PaymentMenu"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Model\Status"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Notification\PaymentReceivedNotification"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\PaymentAction\CaptureAction"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\PaymentAction\Exception\NotImplementedException"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\PaymentAction\ExecuteSameRequestWithPaymentDetailsAction"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\CapturePaymentAction"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\NotifyPaymentAction"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\PaymentAction\Request\StatusRequest"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage"; reason: unused.
Removed service "SolidInvoice\PaymentBundle\SolidInvoicePaymentBundle"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Email\QuoteEmail"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Entity\Item"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Entity\QuoteContact"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Event\QuoteEvent"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Event\QuoteEvents"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Exception\InvalidTransitionException"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Menu\Builder"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Menu\QuoteMenu"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Model\Graph"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\Notification\QuoteStatusNotification"; reason: unused.
Removed service "SolidInvoice\QuoteBundle\SolidInvoiceQuoteBundle"; reason: unused.
Removed service "SolidInvoice\SettingsBundle\Collection\ConfigCollection"; reason: unused.
Removed service "SolidInvoice\SettingsBundle\Entity\Setting"; reason: unused.
Removed service "SolidInvoice\SettingsBundle\SolidInvoiceSettingsBundle"; reason: unused.
Removed service "SolidInvoice\TaxBundle\SolidInvoiceTaxBundle"; reason: unused.
Removed service "SolidInvoice\UserBundle\Email\ResetPasswordEmail"; reason: unused.
Removed service "SolidInvoice\UserBundle\Entity\ApiTokenHistory"; reason: unused.
Removed service "SolidInvoice\UserBundle\Entity\User"; reason: unused.
Removed service "SolidInvoice\UserBundle\Entity\UserInvitation"; reason: unused.
Removed service "SolidInvoice\UserBundle\SolidInvoiceUserBundle"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "fidry_alice_data_fixtures.persistence.purger_modepurger_mode"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.hT2Kv93"; reason: unused.
Removed service ".service_locator.GQZbvNR"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service ".service_locator.pYIzAs7"; reason: unused.
Removed service ".service_locator.pYIzAs7.Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
704
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
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 "SolidInvoice\MailerBundle\Factory\MailerConfigFactory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "state_machine.invoice.definition" to "state_machine.invoice".
Inlined service "state_machine.recurring_invoice.definition" to "state_machine.recurring_invoice".
Inlined service "state_machine.quote.definition" to "state_machine.quote".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" 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.DUFTkVb" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "api_platform.serializer.uuid_denormalizer" to "serializer".
Inlined service "SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer" to "serializer".
Inlined service "SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer" to "serializer".
Inlined service "SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer" to "serializer".
Inlined service "SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer" to "serializer".
Inlined service "SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.hal.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.hal.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "api_platform.hal.normalizer.collection" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "api_platform.hal.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.hal.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.handler.native_file" to "session.storage.native".
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.mEt.M1P" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.l6ELYLY" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" 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 "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service ".security.request_matcher._H5pEg0" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" 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.assets" to "security.firewall.map.context.assets".
Inlined service "security.exception_listener.api_doc" to "security.firewall.map.context.api_doc".
Inlined service "security.firewall.map.config.api_doc" to "security.firewall.map.context.api_doc".
Inlined service "security.exception_listener.installation" to "security.firewall.map.context.installation".
Inlined service "security.firewall.map.config.installation" to "security.firewall.map.context.installation".
Inlined service "security.authentication.success_handler.api_login.form_login" to "security.authentication.listener.form.api_login".
Inlined service "security.authentication.failure_handler.api_login.form_login" to "security.authentication.listener.form.api_login".
Inlined service "security.authentication.form_entry_point.api_login" to "security.exception_listener.api_login".
Inlined service "security.exception_listener.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "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 "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.weblink" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "SolidInvoice\CoreBundle\Twig\Extension\BillingExtension" to "twig".
Inlined service "SolidInvoice\CoreBundle\Twig\Extension\FileExtension" to "twig".
Inlined service "SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension" to "twig".
Inlined service "SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension" to "twig".
Inlined service "SolidInvoice\CoreBundle\Twig\Extension\StatusExtension" to "twig".
Inlined service "SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension" to "twig".
Inlined service "SolidInvoice\DataGridBundle\Twig\Extension\GridExtension" to "twig".
Inlined service "SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension" to "twig".
Inlined service "SolidInvoice\PaymentBundle\Twig\PaymentExtension" to "twig".
Inlined service "SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension" to "twig".
Inlined service "SolidInvoice\TaxBundle\Twig\Extension\TaxExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "twig.extension.inky" to "twig".
Inlined service "SolidWorx\Toggler\Twig\Extension\ToggleExtension" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" 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 "workflow.registry" to "workflow.twig_extension".
Inlined service ".service_locator.NAB1axu" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.handler.sentry.http_code_strategy" to "monolog.handler.sentry".
Inlined service "Monolog\Processor\PsrLogMessageProcessor" to "monolog.handler.sentry".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.qAlJOyj" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.oWRQ4aJ" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.default" 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 "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 "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~3mMFhII" to "webpack_encore.twig_entry_files_extension".
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 "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.BRJ_dSb" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service "payum.http_request_verifier_builder" to "payum.builder".
Inlined service "payum.token_factory_builder" to "payum.builder".
Inlined service "payum.core_gateway_factory_builder" to "payum.builder".
Inlined service "payum.builder" to "payum".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\AuthorizeController" to "Payum\Bundle\PayumBundle\Controller\AuthorizeController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\CancelController" to "Payum\Bundle\PayumBundle\Controller\CancelController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\CaptureController" to "Payum\Bundle\PayumBundle\Controller\CaptureController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\NotifyController" to "Payum\Bundle\PayumBundle\Controller\NotifyController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\PayoutController" to "Payum\Bundle\PayumBundle\Controller\PayoutController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\RefundController" to "Payum\Bundle\PayumBundle\Controller\RefundController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\SyncController" to "Payum\Bundle\PayumBundle\Controller\SyncController".
Inlined service "SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\UserBundle\Form\Handler\ApiFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler" to "solidworx.form_handler".
Inlined service "SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler" to "solidworx.form_handler".
Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
Inlined service "api_platform.api.identifiers_extractor" to "api_platform.symfony.iri_converter".
Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter.legacy".
Inlined service ".service_locator.SWNnN30" to "api_platform.state_provider.locator".
Inlined service ".service_locator.zThddVy" to "api_platform.state_processor.locator".
Inlined service "api_platform.iri_converter.legacy" to "api_platform.iri_converter".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.legacy_property_metadata".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata" to "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.short_name".
Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.xml.legacy" to "api_platform.metadata.property.metadata_factory.property_info.legacy".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" to "api_platform.metadata.property.metadata_factory.serializer.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.yaml.legacy" to "api_platform.metadata.property.metadata_factory.cached.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.serializer.legacy" to "api_platform.metadata.property.metadata_factory.default_property.legacy".
Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
Inlined service "api_platform.metadata.property.metadata_factory.default_property.legacy" to "api_platform.metadata.subresource.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.subresource.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.yaml.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml.legacy".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.xml" to "api_platform.metadata.resource.link_factory".
Inlined service "api_platform.metadata.property.metadata_factory.legacy_property_metadata" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory" to "api_platform.metadata.property.identifier_metadata_factory.attribute".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.yaml" to "api_platform.metadata.property.identifier_metadata_factory.xml".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.property_info" to "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml.legacy" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.attribute" to "api_platform.metadata.property.identifier_metadata_factory.yaml".
Inlined service ".2_ObjectNormalizer~DcZ1AKk" to ".1_Serializer~DcZ1AKk".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory.next".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.hal.json_schema.schema_factory".
Inlined service "api_platform.metadata.property.metadata_factory.property_info.legacy" to "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy".
Inlined service "api_platform.pagination.next" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata" to "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.validator" to "api_platform.listener.view.validate".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
Inlined service "api_platform.state_processor.locator" to "api_platform.listener.view.write".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.upgrade.subresource_transformer" to "api_platform.upgrade_resource.command".
Inlined service "SolidInvoice\CoreBundle\Company\DefaultData" to "SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler".
Inlined service "SolidInvoice\DashboardBundle\WidgetFactory" to "SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension".
Inlined service "SolidInvoice\DashboardBundle\Widgets\RecentClientsWidget" to "SolidInvoice\DashboardBundle\WidgetFactory".
Inlined service "SolidInvoice\DashboardBundle\Widgets\RecentInvoicesWidget" to "SolidInvoice\DashboardBundle\WidgetFactory".
Inlined service "SolidInvoice\DashboardBundle\Widgets\RecentPaymentsWidget" to "SolidInvoice\DashboardBundle\WidgetFactory".
Inlined service "SolidInvoice\DashboardBundle\Widgets\RecentQuotesWidget" to "SolidInvoice\DashboardBundle\WidgetFactory".
Inlined service "SolidInvoice\DashboardBundle\Widgets\StatsWidget" to "SolidInvoice\DashboardBundle\WidgetFactory".
Inlined service "SolidInvoice\MailerBundle\Factory\MailerConfigFactory.inner" to "SolidInvoice\MailerBundle\Factory\MailerConfigFactory".
Inlined service "SolidInvoice\MenuBundle\Factory" to "SolidInvoice\MenuBundle\Provider".
Inlined service "SolidInvoice\NotificationBundle\Notification\Factory" to "SolidInvoice\NotificationBundle\Notification\NotificationManager".
Inlined service "Namshi\Notificator\Manager" to "SolidInvoice\NotificationBundle\Notification\NotificationManager".
Inlined service "Namshi\Notificator\Notification\Handler\SwiftMailer" to "Namshi\Notificator\Manager".
Inlined service "SolidInvoice\QuoteBundle\Cloner\QuoteCloner" to "SolidInvoice\QuoteBundle\Action\CloneQuote".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData" to "doctrine.fixtures.loader".
Inlined service "SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData" to "doctrine.fixtures.loader".
Inlined service "SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData" to "doctrine.fixtures.loader".
Inlined service "SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData" to "doctrine.fixtures.loader".
Inlined service "SolidInvoice\UserBundle\DataFixtures\ORM\LoadData" to "doctrine.fixtures.loader".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\PHPCRDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "toggler.storage" to "SolidWorx\Toggler\Symfony\Command\ToggleListCommand".
Inlined service "toggler.expression.language.provider.dependency_injection" to "toggler.expression.language".
Inlined service "toggler.expression.language.provider.security" to "toggler.expression.language".
Inlined service "SolidWorx\Toggler\Symfony\Toggle.inner" to "SolidWorx\Toggler\Symfony\Toggle".
Inlined service ".zenstruck_foundry.story_manager" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.model_factory_manager" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.default_instantiator" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.faker" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.maker.factory.autoCompleter" to ".zenstruck_foundry.maker.factory".
Inlined service ".zenstruck_foundry.maker.factory.candidate_classes_extractor" to ".zenstruck_foundry.maker.factory".
Inlined service ".zenstruck_foundry.maker.factory.namespace_guesser" to ".zenstruck_foundry.maker.factory.generator".
Inlined service "zenstruck_schedule.console_application" to "Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner".
Inlined service "monolog.logger.schedule" to "Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber".
Inlined service "Http\Discovery\Psr17Factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "Http\Discovery\Psr17Factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "Http\Discovery\Psr17Factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "Http\Discovery\Psr17Factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware".
Inlined service "Sentry\Integration\RequestFetcherInterface" to "Sentry\SentryBundle\Integration\IntegrationConfigurator".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "Sentry\Transport\TransportFactoryInterface" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.odoW5u5" to "ux.twig_component.component_factory".
Inlined service ".service_locator.YveQZnl.ux.twig_component.twig.component_extension" to "ux.twig_component.twig.component_extension".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service ".service_locator..w6KT2z.ux.live_component.event_subscriber" to "ux.live_component.event_subscriber".
Inlined service ".service_locator._K10eqo.ux.live_component.intercept_child_component_render_subscriber" to "ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.pGT.kOZ.ux.live_component.child_component_partial_renderer" to "ux.live_component.child_component_partial_renderer".
Inlined service "ux.live_component.live_responder" to "ux.live_component.live_controller_attributes_creator".
Inlined service ".service_locator...xCB30.ux.live_component.add_attributes_subscriber" to "ux.live_component.add_attributes_subscriber".
Inlined service "ux.live_component.query_string_props_extractor" to "ux.live_component.query_string_initializer_subscriber".
Inlined service "api_platform.maker.command.data_provider" to "maker.auto_command.make_data_provider".
Inlined service "api_platform.maker.command.data_persister" to "maker.auto_command.make_data_persister".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service ".zenstruck_foundry.maker.factory" to "maker.auto_command.make_factory".
Inlined service ".zenstruck_foundry.maker.story" to "maker.auto_command.make_story".
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.api_platform.argument_resolver.payload.inner" to "debug.api_platform.argument_resolver.payload".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler" to ".messenger.handler_descriptor.trboVk1".
Inlined service ".debug.http_client.inner" to ".debug.http_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 "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.webpack_encore.traceable.recorder_inner" to "cache.webpack_encore.traceable".
Inlined service "api_platform.cache.route_name_resolver.traceable.recorder_inner" to "api_platform.cache.route_name_resolver.traceable".
Inlined service "api_platform.cache.metadata.resource.traceable.recorder_inner" to "api_platform.cache.metadata.resource.traceable".
Inlined service "api_platform.cache.metadata.resource.legacy.traceable.recorder_inner" to "api_platform.cache.metadata.resource.legacy.traceable".
Inlined service "api_platform.cache.metadata.property.legacy.traceable.recorder_inner" to "api_platform.cache.metadata.property.legacy.traceable".
Inlined service "api_platform.cache.subresource_operation_factory.traceable.recorder_inner" to "api_platform.cache.subresource_operation_factory.traceable".
Inlined service "api_platform.cache.metadata.property.traceable.recorder_inner" to "api_platform.cache.metadata.property.traceable".
Inlined service "api_platform.cache.metadata.resource_collection.traceable.recorder_inner" to "api_platform.cache.metadata.resource_collection.traceable".
Inlined service "api_platform.cache.identifiers_extractor.traceable.recorder_inner" to "api_platform.cache.identifiers_extractor.traceable".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.IeMJTH5" to ".service_locator.IeMJTH5.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.dwKQLWi" to ".service_locator.dwKQLWi.SolidInvoice\SettingsBundle\Twig\Components\Settings".
Inlined service ".service_locator.YveQZnl" to ".service_locator.YveQZnl.ux.twig_component.twig.component_extension".
Inlined service ".service_locator..w6KT2z" to ".service_locator..w6KT2z.ux.live_component.event_subscriber".
Inlined service ".service_locator._K10eqo" to ".service_locator._K10eqo.ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.pGT.kOZ" to ".service_locator.pGT.kOZ.ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator...xCB30" to ".service_locator...xCB30.ux.live_component.add_attributes_subscriber".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "toggler.expression.language" to "SolidWorx\Toggler\Symfony\Toggle.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~DcZ1AKk" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.operation_path_resolver.router" to "api_platform.swagger.normalizer.api_gateway.inner".
Inlined service ".service_locator.HylEGiH" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.webpack_encore.traceable.inner" to "cache.webpack_encore.traceable.recorder_inner".
Inlined service "api_platform.cache.route_name_resolver.traceable.inner" to "api_platform.cache.route_name_resolver.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.resource.traceable.inner" to "api_platform.cache.metadata.resource.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.resource.legacy.traceable.inner" to "api_platform.cache.metadata.resource.legacy.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.property.legacy.traceable.inner" to "api_platform.cache.metadata.property.legacy.traceable.recorder_inner".
Inlined service "api_platform.cache.subresource_operation_factory.traceable.inner" to "api_platform.cache.subresource_operation_factory.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.property.traceable.inner" to "api_platform.cache.metadata.property.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.resource_collection.traceable.inner" to "api_platform.cache.metadata.resource_collection.traceable.recorder_inner".
Inlined service "api_platform.cache.identifiers_extractor.traceable.inner" to "api_platform.cache.identifiers_extractor.traceable.recorder_inner".
Inlined service ".service_locator.IeMJTH5.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
Inlined service "swiftmailer.mailer.default.plugin.redirecting" to "swiftmailer.transport".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
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 "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "SolidInvoice\MoneyBundle\Calculator" to "twig".
Inlined service "SolidInvoice\MoneyBundle\Calculator" to "twig".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".