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 (3)
Time
Message
deprecation
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "BoShurik\TelegramBotBundle\DependencyInjection\BoShurikTelegramBotExtension" 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\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.1: Not setting the "framework.router.utf8" configuration option is deprecated, it will default to "true" in version 6.0.
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.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Diplix\KMGBundle\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Class "Diplix\KMGBundle\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\EquatableInterface::isEqualTo()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "RedjanYm\FCMBundle\DependencyInjection\Configuration" 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 "SecIT\ImapBundle\DependencyInjection\Configuration" 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 "BoShurik\TelegramBotBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The signature of method "Symfony\Component\DependencyInjection\Alias::setDeprecated()" requires 3 arguments: "string $package, string $version, string $message", not defining them is deprecated.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Form\HiddenEntityType" 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 "Diplix\KMGBundle\Form\HiddenEntityType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\DataTables\DataTablesTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Twig\KmgTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "BoShurik\TelegramBotBundle\Telegram\Command\AbstractCommand::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "Diplix\KMGBundle\Telegram\StartCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "BoShurik\TelegramBotBundle\Telegram\Command\PublicCommandInterface::getDescription()" might add "string" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Telegram\StartCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface::execute()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Telegram\StartCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Diplix\KMGBundle\Entity\Address::jsonSerialize($prefix = '') should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
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".
Method "Psr\Log\LoggerInterface::log()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::emergency()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::alert()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::critical()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::error()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::warning()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::notice()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::info()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::debug()" might add "void" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Service\SysLogWrapper" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "app.user_locale_listener" service.
The "Kreait\Firebase\Messaging" service alias is deprecated. You should stop using it, as it will be removed in the future. It is being referenced by the "Diplix\KMGBundle\Controller\Platform\ClientController" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "BoShurik\TelegramBotBundle\EventListener\CommandListener" 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\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".
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "BoShurik\TelegramBotBundle\Command\UpdatesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "BoShurik\TelegramBotBundle\Command\Webhook\SetCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "BoShurik\TelegramBotBundle\Command\Webhook\UnsetCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "BoShurik\TelegramBotBundle\Command\Webhook\InfoCommand" 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\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand".
Return type of Diplix\KMGBundle\Entity\Availability::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Entity\Availability" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "Diplix\KMGBundle\Filter\BeDeletedFilter" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/http-foundation 5.2: The "HEADER_X_FORWARDED_ALL" constant is deprecated, use either "HEADER_X_FORWARDED_FOR | HEADER_X_FORWARDED_HOST | HEADER_X_FORWARDED_PORT | HEADER_X_FORWARDED_PROTO" or "HEADER_X_FORWARDED_AWS_ELB" or "HEADER_X_FORWARDED_TRAEFIK" constants instead.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "BoShurik\TelegramBotBundle\BoShurikTelegramBotBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "Kreait\Firebase\Symfony\Bundle\FirebaseBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: 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 "Diplix\KMGBundle\Filter\BeDeletedFilter" now to avoid errors or add an explicit @return annotation to suppress this message.
Deprecated: Diplix\KMGBundle\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
User Deprecated: Class "Diplix\KMGBundle\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\EquatableInterface::isEqualTo()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Diplix\KMGBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\SimpleCache\CacheInterface::set()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Firebase\Auth\Token\Cache\InMemoryCache" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\SimpleCache\CacheInterface::delete()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Firebase\Auth\Token\Cache\InMemoryCache" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\SimpleCache\CacheInterface::clear()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Firebase\Auth\Token\Cache\InMemoryCache" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\SimpleCache\CacheInterface::has()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Firebase\Auth\Token\Cache\InMemoryCache" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getScheme()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getAuthority()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getUserInfo()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getHost()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getPort()" might add "?int" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getPath()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getQuery()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::getFragment()" might add "string" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::withScheme()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::withUserInfo()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::withHost()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::withPort()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::withPath()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::withQuery()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Psr\Http\Message\UriInterface::withFragment()" might add "static" as a native return type declaration in the future. Do the same in implementation "GuzzleHttp\Psr7\Uri" now to avoid errors or add an explicit @return annotation to suppress this message.
Deprecated: Return type of Diplix\KMGBundle\Entity\Accounting\CoopMember::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Diplix\KMGBundle\Entity\Address::jsonSerialize($prefix = '') should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
"SELECT t0.tami_status AS tami_status_1, t0.id AS id_2, t0.name AS name_3, t0.be_created AS be_created_4, t0.be_edited AS be_edited_5, t0.be_deleted AS be_deleted_6, t0.be_comment AS be_comment_7, t0.be_owner AS be_owner_8 FROM dbl_order_stati t0 WHERE ((t0.be_deleted = 0))"
doctrine
[
"sql" => "SELECT t0.tami_status AS tami_status_1, t0.id AS id_2, t0.name AS name_3, t0.be_created AS be_created_4, t0.be_edited AS be_edited_5, t0.be_deleted AS be_deleted_6, t0.be_comment AS be_comment_7, t0.be_owner AS be_owner_8 FROM dbl_order_stati t0 WHERE ((t0.be_deleted = 0))"
]
deprecation
Deprecated: Optional parameter $userList declared before required parameter $filterStatus is implicitly treated as a required parameter
"SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.email AS email_2, u0_.password AS password_3, u0_.is_active AS is_active_4, u0_.hidden AS hidden_5, u0_.first_name AS first_name_6, u0_.last_name AS last_name_7, u0_.phone AS phone_8, u0_.mail_action_hash AS mail_action_hash_9, u0_.mail_action_mode AS mail_action_mode_10, u0_.locale AS locale_11, u0_.last_password_change AS last_password_change_12, u0_.sys_user AS sys_user_13, u0_.mail_cc AS mail_cc_14, u0_.auto_fill_orderer_details_in_new_order AS auto_fill_orderer_details_in_new_order_15, u0_.fcm_tokens AS fcm_tokens_16, u0_.telegram_id AS telegram_id_17, u0_.shared_key AS shared_key_18, u0_.enable_time_tracking AS enable_time_tracking_19, u0_.short_code AS short_code_20, u0_.dashboards AS dashboards_21, u0_.be_created AS be_created_22, u0_.be_edited AS be_edited_23, u0_.be_deleted AS be_deleted_24, u0_.be_comment AS be_comment_25, r1_.id AS id_26, r1_.name AS name_27, r1_.role AS role_28, r1_.be_created AS be_created_29, r1_.be_edited AS be_edited_30, r1_.be_deleted AS be_deleted_31, r1_.be_comment AS be_comment_32, u0_.customer_id AS customer_id_33, u0_.current_substitute_user_id AS current_substitute_user_id_34, u0_.member_id AS member_id_35, u0_.profile_image_id AS profile_image_id_36, u0_.home_address_id AS home_address_id_37, u0_.be_owner AS be_owner_38, r1_.be_owner AS be_owner_39 FROM users u0_ LEFT JOIN user_role u2_ ON u0_.id = u2_.user_id LEFT JOIN roles r1_ ON r1_.id = u2_.role_id AND (r1_.be_deleted = 0) WHERE (u0_.username = ? OR u0_.email = ?) AND (u0_.be_deleted = 0)"
(parameters:
[1 => ""
2 => ""
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.email AS email_2, u0_.password AS password_3, u0_.is_active AS is_active_4, u0_.hidden AS hidden_5, u0_.first_name AS first_name_6, u0_.last_name AS last_name_7, u0_.phone AS phone_8, u0_.mail_action_hash AS mail_action_hash_9, u0_.mail_action_mode AS mail_action_mode_10, u0_.locale AS locale_11, u0_.last_password_change AS last_password_change_12, u0_.sys_user AS sys_user_13, u0_.mail_cc AS mail_cc_14, u0_.auto_fill_orderer_details_in_new_order AS auto_fill_orderer_details_in_new_order_15, u0_.fcm_tokens AS fcm_tokens_16, u0_.telegram_id AS telegram_id_17, u0_.shared_key AS shared_key_18, u0_.enable_time_tracking AS enable_time_tracking_19, u0_.short_code AS short_code_20, u0_.dashboards AS dashboards_21, u0_.be_created AS be_created_22, u0_.be_edited AS be_edited_23, u0_.be_deleted AS be_deleted_24, u0_.be_comment AS be_comment_25, r1_.id AS id_26, r1_.name AS name_27, r1_.role AS role_28, r1_.be_created AS be_created_29, r1_.be_edited AS be_edited_30, r1_.be_deleted AS be_deleted_31, r1_.be_comment AS be_comment_32, u0_.customer_id AS customer_id_33, u0_.current_substitute_user_id AS current_substitute_user_id_34, u0_.member_id AS member_id_35, u0_.profile_image_id AS profile_image_id_36, u0_.home_address_id AS home_address_id_37, u0_.be_owner AS be_owner_38, r1_.be_owner AS be_owner_39 FROM users u0_ LEFT JOIN user_role u2_ ON u0_.id = u2_.user_id LEFT JOIN roles r1_ ON r1_.id = u2_.role_id AND (r1_.be_deleted = 0) WHERE (u0_.username = ? OR u0_.email = ?) AND (u0_.be_deleted = 0)"
"params" => [1 => ""
2 => ""
]
"types" => [1 => 22 => 2]
]
error
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Ungültige Zugangsdaten.Unable to find an active user object identified by ""." at /var/www/webeasy/htdocs/src/Diplix/KMGBundle/Controller/Service/ServiceBaseController.php line 60
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
400
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener" (parent: .abstract.instanceof.app.locale_listener).
Resolving inheritance for "app.locale_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig_datatables_helper_extension" (parent: .abstract.instanceof.twig_datatables_helper_extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig_datatables_helper_extension" (parent: .instanceof.Twig_ExtensionInterface.0.twig_datatables_helper_extension).
Resolving inheritance for "twig_datatables_helper_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig_datatables_helper_extension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig_kmg_extension" (parent: .abstract.instanceof.twig_kmg_extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig_kmg_extension" (parent: .instanceof.Twig_ExtensionInterface.0.twig_kmg_extension).
Resolving inheritance for "twig_kmg_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig_kmg_extension).
Resolving inheritance for ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.app.telegram.command.start" (parent: .abstract.instanceof.app.telegram.command.start).
Resolving inheritance for "app.telegram.command.start" (parent: .instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.app.telegram.command.start).
Resolving inheritance for ".instanceof.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler.0.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler" (parent: .abstract.instanceof.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler).
Resolving inheritance for "Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler" (parent: .instanceof.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler.0.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler).
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._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
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.user.provider.concrete.sys_users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.mock" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.mock" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.mock" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.mock" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.mock" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.mock" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.mock" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.user_pw" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.user_pw" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.user_pw" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.user_pw" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.user_pw" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.user_pw" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.user_pw" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.for" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.for" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.for" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.for" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.for" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.for" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.for" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.callback" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.3" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.callback" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.callback" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.callback" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.callback" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.callback" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.callback" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin_area.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.4" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin_area" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin_area" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin_area" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin_area" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.json_login.admin_area" (parent: security.authenticator.json_login).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin_area" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin_area" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin_area" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin_area" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin_area" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin_area" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.default" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.5" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.default" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.default" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.default" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.default" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.default" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.default" (parent: security.firewall.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.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.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.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 "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.flysystem2).
Resolving inheritance for "liip_imagine.binary.loader.uploaded_images" (parent: liip_imagine.binary.loader.prototype.flysystem2).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig.extension.stfalcon_tinymce" (parent: .abstract.instanceof.twig.extension.stfalcon_tinymce).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce" (parent: .instanceof.Twig_ExtensionInterface.0.twig.extension.stfalcon_tinymce).
Resolving inheritance for "twig.extension.stfalcon_tinymce" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce).
Resolving inheritance for "oneup_flysystem.localfs_adapter_temp_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.localfs_adapter_uploads_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.temp_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.uploads_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\Commons\DataHandlingBundle\Repository\SysLogRepository" (parent: .abstract.instanceof.Diplix\Commons\DataHandlingBundle\Repository\SysLogRepository).
Resolving inheritance for "Diplix\Commons\DataHandlingBundle\Repository\SysLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\Commons\DataHandlingBundle\Repository\SysLogRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\AnalysisController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\AnalysisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\AnalysisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\AnalysisController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Accounting\AnalysisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\AnalysisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\BillingController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\BillingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\BillingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\BillingController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Accounting\BillingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\BillingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\BillingProcessController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\BillingProcessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\BillingProcessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\BillingProcessController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Accounting\BillingProcessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\BillingProcessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\JobController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\JobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\JobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\JobController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Accounting\JobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\JobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\MemberController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\MemberController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Accounting\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\OverviewController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\OverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\OverviewController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Accounting\OverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\ZipZoneController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\ZipZoneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\ZipZoneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\ZipZoneController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Accounting\ZipZoneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\ZipZoneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\AddressController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\AddressController).
Resolving inheritance for "Diplix\KMGBundle\Controller\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\AdminController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\AdminController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\CustomerController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\CustomerController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\LogController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\LogController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PaymentsController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\PaymentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PaymentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PaymentsController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\PaymentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PaymentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PriceListController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\PriceListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PriceListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PriceListController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\PriceListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PriceListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\RatingController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\RatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\RatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\RatingController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\RatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\RatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\TalixoAdminController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\TalixoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\TalixoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\TalixoAdminController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\TalixoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\TalixoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\UserController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\UserController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\VaultController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Admin\VaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\VaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\VaultController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Admin\VaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\VaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\AuthController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\AuthController).
Resolving inheritance for "Diplix\KMGBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Availability\AvailabilityController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Availability\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Availability\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Availability\AvailabilityController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Availability\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Availability\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\BaseController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\BaseController).
Resolving inheritance for "Diplix\KMGBundle\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\DashboardController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\DashboardController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Dispatching\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Dispatching\OrderAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\PreDispoController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\PreDispoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\PreDispoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\PreDispoController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Dispatching\PreDispoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\PreDispoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Dispatching\StandByDispoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\IndexController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\IndexController).
Resolving inheritance for "Diplix\KMGBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\InstantOrderController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\InstantOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\InstantOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\InstantOrderController).
Resolving inheritance for "Diplix\KMGBundle\Controller\InstantOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\InstantOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Member\MyMembershipController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Member\MyMembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Member\MyMembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Member\MyMembershipController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Member\MyMembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Member\MyMembershipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\OrderController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\OrderController).
Resolving inheritance for "Diplix\KMGBundle\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\PaymentController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\PaymentController).
Resolving inheritance for "Diplix\KMGBundle\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Platform\ClientController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Platform\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Platform\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Platform\ClientController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Platform\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Platform\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Publicly\OrderInfoController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Publicly\OrderInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Publicly\OrderInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Publicly\OrderInfoController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Publicly\OrderInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Publicly\OrderInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Publicly\WebHookController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Publicly\WebHookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Publicly\WebHookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Publicly\WebHookController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Publicly\WebHookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Publicly\WebHookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Rating\RatingController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Rating\RatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Rating\RatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Rating\RatingController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Rating\RatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Rating\RatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\SelfRegistrationController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\SelfRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\SelfRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\SelfRegistrationController).
Resolving inheritance for "Diplix\KMGBundle\Controller\SelfRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\SelfRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\Api2Controller" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Service\Api2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\Api2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\Api2Controller).
Resolving inheritance for "Diplix\KMGBundle\Controller\Service\Api2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\Api2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\ApiController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Service\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\ApiController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Service\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\CustomerEndpointController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Service\CustomerEndpointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\CustomerEndpointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\CustomerEndpointController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Service\CustomerEndpointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\CustomerEndpointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\DriverEndpointController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Service\DriverEndpointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\DriverEndpointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\DriverEndpointController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Service\DriverEndpointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\DriverEndpointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\IndexController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Service\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\IndexController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Service\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\ServiceBaseController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\Service\ServiceBaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\ServiceBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\ServiceBaseController).
Resolving inheritance for "Diplix\KMGBundle\Controller\Service\ServiceBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\ServiceBaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\User\WorkTimeController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\User\WorkTimeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\User\WorkTimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\User\WorkTimeController).
Resolving inheritance for "Diplix\KMGBundle\Controller\User\WorkTimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\User\WorkTimeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\UserProfileController" (parent: .abstract.instanceof.Diplix\KMGBundle\Controller\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\UserProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\UserProfileController).
Resolving inheritance for "Diplix\KMGBundle\Controller\UserProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CalcDistanceFor0KmRidesCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\CalcDistanceFor0KmRidesCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\CalcDistanceFor0KmRidesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CalcDistanceFor0KmRidesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CheckMailInboxCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\CheckMailInboxCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\CheckMailInboxCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CheckMailInboxCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CronCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\CronCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\CronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CronCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\GetDistancesForListCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\GetDistancesForListCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\GetDistancesForListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\GetDistancesForListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\ImportSueXlsCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\ImportSueXlsCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\ImportSueXlsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\ImportSueXlsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\RunJobAllocatorCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\RunJobAllocatorCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\RunJobAllocatorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\RunJobAllocatorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\SendCustomerSmsCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\SendCustomerSmsCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\SendCustomerSmsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\SendCustomerSmsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\SendNotificationsCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\SendNotificationsCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\SendNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\SendNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\UpdateTamiStatusCommand" (parent: .abstract.instanceof.Diplix\KMGBundle\Console\Command\UpdateTamiStatusCommand).
Resolving inheritance for "Diplix\KMGBundle\Console\Command\UpdateTamiStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\UpdateTamiStatusCommand).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\KMGBundle\Repository\UserRepository" (parent: .abstract.instanceof.Diplix\KMGBundle\Repository\UserRepository).
Resolving inheritance for "Diplix\KMGBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\KMGBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\KMGBundle\Repository\DispatchQueueRepository" (parent: .abstract.instanceof.Diplix\KMGBundle\Repository\DispatchQueueRepository).
Resolving inheritance for "Diplix\KMGBundle\Repository\DispatchQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\KMGBundle\Repository\DispatchQueueRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\CoopMemberForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Accounting\CoopMemberForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Accounting\CoopMemberForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\CoopMemberForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\DocumentForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Accounting\DocumentForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Accounting\DocumentForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\DocumentForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\ImportJobFileForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Accounting\ImportJobFileForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Accounting\ImportJobFileForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\ImportJobFileForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\JobForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Accounting\JobForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Accounting\JobForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\JobForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\NewDocumentForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Accounting\NewDocumentForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Accounting\NewDocumentForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\NewDocumentForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\ZipZoneForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Accounting\ZipZoneForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Accounting\ZipZoneForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\ZipZoneForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\AddressForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\AddressForm).
Resolving inheritance for "Diplix\KMGBundle\Form\AddressForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\AddressForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\AddressMgmtForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\AddressMgmtForm).
Resolving inheritance for "Diplix\KMGBundle\Form\AddressMgmtForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\AddressMgmtForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\ChangeOrderCustomerForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Admin\ChangeOrderCustomerForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Admin\ChangeOrderCustomerForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\ChangeOrderCustomerForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\CustomerForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Admin\CustomerForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Admin\CustomerForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\CustomerForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\PriceListForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Admin\PriceListForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Admin\PriceListForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\PriceListForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\PriceListItemForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Admin\PriceListItemForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Admin\PriceListItemForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\PriceListItemForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\UserForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Admin\UserForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Admin\UserForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\UserForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\VaultForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Admin\VaultForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Admin\VaultForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\VaultForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\WizardForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Admin\WizardForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Admin\WizardForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\WizardForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Availability\AvailabilityForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Availability\AvailabilityForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Availability\AvailabilityForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Availability\AvailabilityForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Availability\TimeIntervalFilterForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Availability\TimeIntervalFilterForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Availability\TimeIntervalFilterForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Availability\TimeIntervalFilterForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\CancelOrderForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\CancelOrderForm).
Resolving inheritance for "Diplix\KMGBundle\Form\CancelOrderForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\CancelOrderForm).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\IsValidEmailListValidator" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Contraints\IsValidEmailListValidator).
Resolving inheritance for "Diplix\KMGBundle\Form\Contraints\IsValidEmailListValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\IsValidEmailListValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\IsValidTimeValidator" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Contraints\IsValidTimeValidator).
Resolving inheritance for "Diplix\KMGBundle\Form\Contraints\IsValidTimeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\IsValidTimeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\ValidOrderValidator" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Contraints\ValidOrderValidator).
Resolving inheritance for "Diplix\KMGBundle\Form\Contraints\ValidOrderValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\ValidOrderValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\DefaultDeleteForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\DefaultDeleteForm).
Resolving inheritance for "Diplix\KMGBundle\Form\DefaultDeleteForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\DefaultDeleteForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\MailPaymentLinkForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\MailPaymentLinkForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Dispatching\MailPaymentLinkForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\MailPaymentLinkForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\NoteDoneForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\NoteDoneForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Dispatching\NoteDoneForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\NoteDoneForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\NoteForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\NoteForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Dispatching\NoteForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\NoteForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\OrderDispatchAssignMemberForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\OrderDispatchAssignMemberForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Dispatching\OrderDispatchAssignMemberForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\OrderDispatchAssignMemberForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\OrderDispatchStatusForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\OrderDispatchStatusForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Dispatching\OrderDispatchStatusForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\OrderDispatchStatusForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ExtendedTimeIntervalFilterForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\ExtendedTimeIntervalFilterForm).
Resolving inheritance for "Diplix\KMGBundle\Form\ExtendedTimeIntervalFilterForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ExtendedTimeIntervalFilterForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ForgotPasswordForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\ForgotPasswordForm).
Resolving inheritance for "Diplix\KMGBundle\Form\ForgotPasswordForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ForgotPasswordForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\HiddenEntityType" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\HiddenEntityType).
Resolving inheritance for "Diplix\KMGBundle\Form\HiddenEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\HiddenEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\HiddenJsonType" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\HiddenJsonType).
Resolving inheritance for "Diplix\KMGBundle\Form\HiddenJsonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\HiddenJsonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Member\MemberJobForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Member\MemberJobForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Member\MemberJobForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Member\MemberJobForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\NonNullTextType" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\NonNullTextType).
Resolving inheritance for "Diplix\KMGBundle\Form\NonNullTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\NonNullTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\OrderForm).
Resolving inheritance for "Diplix\KMGBundle\Form\OrderForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderMinimalForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\OrderMinimalForm).
Resolving inheritance for "Diplix\KMGBundle\Form\OrderMinimalForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderMinimalForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderStatusFilterForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\OrderStatusFilterForm).
Resolving inheritance for "Diplix\KMGBundle\Form\OrderStatusFilterForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderStatusFilterForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\PaymentForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\PaymentForm).
Resolving inheritance for "Diplix\KMGBundle\Form\PaymentForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\PaymentForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\CarTypePersonsForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Platform\CarTypePersonsForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Platform\CarTypePersonsForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\CarTypePersonsForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\ClientForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Platform\ClientForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Platform\ClientForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\ClientForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\TestFcmForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Platform\TestFcmForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Platform\TestFcmForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\TestFcmForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Rating\LoginByOrderNumberForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Rating\LoginByOrderNumberForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Rating\LoginByOrderNumberForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Rating\LoginByOrderNumberForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Rating\RateForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\Rating\RateForm).
Resolving inheritance for "Diplix\KMGBundle\Form\Rating\RateForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Rating\RateForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\RatingTimeFilterForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\RatingTimeFilterForm).
Resolving inheritance for "Diplix\KMGBundle\Form\RatingTimeFilterForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\RatingTimeFilterForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\RecentMonthsFilterForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\RecentMonthsFilterForm).
Resolving inheritance for "Diplix\KMGBundle\Form\RecentMonthsFilterForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\RecentMonthsFilterForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ResetPasswordForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\ResetPasswordForm).
Resolving inheritance for "Diplix\KMGBundle\Form\ResetPasswordForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ResetPasswordForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\SelfRegistrationForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\SelfRegistrationForm).
Resolving inheritance for "Diplix\KMGBundle\Form\SelfRegistrationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\SelfRegistrationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\User\WorkTimeForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\User\WorkTimeForm).
Resolving inheritance for "Diplix\KMGBundle\Form\User\WorkTimeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\User\WorkTimeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\UserProfileForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\UserProfileForm).
Resolving inheritance for "Diplix\KMGBundle\Form\UserProfileForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\UserProfileForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\UserSharedKeyForm" (parent: .abstract.instanceof.Diplix\KMGBundle\Form\UserSharedKeyForm).
Resolving inheritance for "Diplix\KMGBundle\Form\UserSharedKeyForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\UserSharedKeyForm).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.diplix.login_success_handler" (parent: .abstract.instanceof.diplix.login_success_handler).
Resolving inheritance for "diplix.login_success_handler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.diplix.login_success_handler).
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.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (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.debug" (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).
1
Skipping service "notification.topic.service": Class or interface "Diplix\KMGBundle\SocketTopic\NotificationTopic" cannot be loaded.
253
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "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\HttpKernel\Debug\FileLinkFormatter"; 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 "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; 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 "cache.default_pdo_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\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; 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\Http\Authentication\UserAuthenticatorInterface"; 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_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.mock"; reason: private alias.
Removed service "security.user_checker.mock"; reason: private alias.
Removed service "security.authentication.session_strategy.user_pw"; reason: private alias.
Removed service "security.user_checker.user_pw"; reason: private alias.
Removed service "security.authentication.session_strategy.for"; reason: private alias.
Removed service "security.user_checker.for"; reason: private alias.
Removed service "security.authentication.session_strategy.callback"; reason: private alias.
Removed service "security.user_checker.callback"; reason: private alias.
Removed service "security.authentication.session_strategy.admin_area"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin_area"; reason: private alias.
Removed service "security.authentication.session_strategy.default"; reason: private alias.
Removed service "security.user_checker.default"; 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.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 "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 "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "rollerworks_password_strength.blacklist_provider"; reason: private alias.
Removed service "Rollerworks\Component\PasswordStrength\Blacklist\BlacklistProviderInterface"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $tempFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $uploadsFilesystem"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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 $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; 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 $debugLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.1yLWvfr"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.oSvGLCH"; reason: private alias.
Removed service ".service_locator.7JjKDe4"; reason: private alias.
Removed service ".service_locator.JbjSkKh"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.3r5xoZt"; reason: private alias.
Removed service ".service_locator.TQMzx6O"; reason: private alias.
Removed service ".service_locator.HVFYMBM"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.Te1PjY."; reason: private alias.
Removed service ".service_locator.YJ4HbB5"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.mock"; reason: private alias.
Removed service "security.firewall.authenticator.user_pw"; reason: private alias.
Removed service "security.firewall.authenticator.for"; reason: private alias.
Removed service "security.firewall.authenticator.callback"; reason: private alias.
Removed service "security.firewall.authenticator.admin_area"; reason: private alias.
Removed service "security.firewall.authenticator.default"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.NdzbB8S"; reason: private alias.
Removed service ".service_locator.93EG1Px"; reason: private alias.
Removed service ".service_locator.enk.t.g"; reason: private alias.
Removed service ".service_locator.g_twVtY"; reason: private alias.
Removed service ".service_locator.rdRhuII"; reason: private alias.
Removed service ".service_locator.qckAAtQ"; reason: private alias.
Removed service ".service_locator.oS3anU6"; reason: private alias.
Removed service ".service_locator.IRrA_1v"; reason: private alias.
Removed service ".service_locator.vsfFfTn"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.LmxA56I"; reason: private alias.
Removed service ".service_locator.TuGKs9S"; reason: private alias.
Removed service ".service_locator.but1E8c"; reason: private alias.
Removed service ".service_locator.hDV31kc"; reason: private alias.
Removed service ".service_locator.alfvnUm"; reason: private alias.
Removed service ".service_locator.TJZK1zM"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
86
Changed reference of service "app.user_locale_listener" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
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 "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "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.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.admin_area" previously pointing to "translator.data_collector" to "translator".
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.smtp" to "swiftmailer.mailer.default.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
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 "liip_imagine.binary.loader.default" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "liip_imagine.binary.loader.uploaded_images" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "Rollerworks\Component\PasswordStrength\Validator\Constraints\PasswordStrengthValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "rollerworks_password_strength.validator.password_strength.library" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.temp_filesystem" to "temp_fileystem".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "BoShurik\TelegramBotBundle\Controller\WebhookController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Diplix\KMGBundle\Controller\Accounting\BillingController" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "Diplix\KMGBundle\Controller\Admin\LogController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Diplix\KMGBundle\Controller\Member\MyMembershipController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Diplix\KMGBundle\Controller\OrderController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Diplix\KMGBundle\Controller\Rating\RatingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Diplix\KMGBundle\Controller\Service\Api2Controller" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "Diplix\KMGBundle\Controller\Service\Api2Controller" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Diplix\KMGBundle\Controller\Service\ApiController" previously pointing to "oneup_flysystem.temp_filesystem" to "temp_fileystem".
Changed reference of service "diplix.login_success_handler" previously pointing to "router.default" to "router".
Changed reference of service "Diplix\KMGBundle\Service\MailHelper" previously pointing to "router.default" to "router".
Changed reference of service "Diplix\KMGBundle\Service\MailHelper" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "Diplix\KMGBundle\Repository\FileRepository" previously pointing to "oneup_flysystem.uploads_filesystem" to "uploads_filesystem".
Changed reference of service "kernel.listener.passwordage" previously pointing to "router.default" to "router".
Changed reference of service "Diplix\KMGBundle\PriceCalculator\CalculatorService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Diplix\KMGBundle\Service\Notifier" 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 ".service_locator.BMfTRHi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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.0PqstEY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.0PqstEY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.0PqstEY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.vM7uEBu" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.vM7uEBu" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.vM7uEBu" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
392
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; 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 "notifier.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "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 "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener"; reason: abstract.
Removed service ".abstract.instanceof.app.locale_listener"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.twig_datatables_helper_extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig_datatables_helper_extension"; reason: abstract.
Removed service ".abstract.instanceof.twig_datatables_helper_extension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.twig_kmg_extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig_kmg_extension"; reason: abstract.
Removed service ".abstract.instanceof.twig_kmg_extension"; reason: abstract.
Removed service ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.app.telegram.command.start"; reason: abstract.
Removed service ".abstract.instanceof.app.telegram.command.start"; reason: abstract.
Removed service ".instanceof.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler.0.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\MessageHandler\GenerateQuittungHandler"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.twig.extension.stfalcon_tinymce"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce"; reason: abstract.
Removed service ".abstract.instanceof.twig.extension.stfalcon_tinymce"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\Commons\DataHandlingBundle\Repository\SysLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\Commons\DataHandlingBundle\Repository\SysLogRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\AnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\AnalysisController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\AnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\BillingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\BillingController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\BillingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\BillingProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\BillingProcessController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\BillingProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\JobController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\OverviewController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Accounting\ZipZoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Accounting\ZipZoneController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Accounting\ZipZoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\LogController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PaymentsController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\PaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\PriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\PriceListController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\PriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\TalixoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\TalixoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\TalixoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Admin\VaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Admin\VaultController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Admin\VaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Availability\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Availability\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Availability\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\PreDispoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\PreDispoController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\PreDispoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\InstantOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\InstantOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\InstantOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Member\MyMembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Member\MyMembershipController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Member\MyMembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Platform\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Platform\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Platform\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Publicly\OrderInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Publicly\OrderInfoController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Publicly\OrderInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Publicly\WebHookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Publicly\WebHookController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Publicly\WebHookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Rating\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Rating\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Rating\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\SelfRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\SelfRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\SelfRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\Api2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\Api2Controller"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Service\Api2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Service\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\CustomerEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\CustomerEndpointController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Service\CustomerEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\DriverEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\DriverEndpointController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Service\DriverEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Service\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\Service\ServiceBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\Service\ServiceBaseController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\Service\ServiceBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\User\WorkTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\User\WorkTimeController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\User\WorkTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Diplix\KMGBundle\Controller\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Diplix\KMGBundle\Controller\UserProfileController"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Controller\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CalcDistanceFor0KmRidesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\CalcDistanceFor0KmRidesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CheckMailInboxCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\CheckMailInboxCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\CronCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\CronCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\GetDistancesForListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\GetDistancesForListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\ImportSueXlsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\ImportSueXlsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\RunJobAllocatorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\RunJobAllocatorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\SendCustomerSmsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\SendCustomerSmsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\SendNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\SendNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Diplix\KMGBundle\Console\Command\UpdateTamiStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Console\Command\UpdateTamiStatusCommand"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\KMGBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Diplix\KMGBundle\Repository\DispatchQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Repository\DispatchQueueRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\CoopMemberForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Accounting\CoopMemberForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\DocumentForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Accounting\DocumentForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\ImportJobFileForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Accounting\ImportJobFileForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\JobForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Accounting\JobForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\NewDocumentForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Accounting\NewDocumentForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Accounting\ZipZoneForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Accounting\ZipZoneForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\AddressForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\AddressForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\AddressMgmtForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\AddressMgmtForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\ChangeOrderCustomerForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Admin\ChangeOrderCustomerForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\CustomerForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Admin\CustomerForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\PriceListForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Admin\PriceListForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\PriceListItemForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Admin\PriceListItemForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\UserForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Admin\UserForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\VaultForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Admin\VaultForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Admin\WizardForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Admin\WizardForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Availability\AvailabilityForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Availability\AvailabilityForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Availability\TimeIntervalFilterForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Availability\TimeIntervalFilterForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\CancelOrderForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\CancelOrderForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\IsValidEmailListValidator"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Contraints\IsValidEmailListValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\IsValidTimeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Contraints\IsValidTimeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Diplix\KMGBundle\Form\Contraints\ValidOrderValidator"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Contraints\ValidOrderValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\DefaultDeleteForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\DefaultDeleteForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\MailPaymentLinkForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\MailPaymentLinkForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\NoteDoneForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\NoteDoneForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\NoteForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\NoteForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\OrderDispatchAssignMemberForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\OrderDispatchAssignMemberForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Dispatching\OrderDispatchStatusForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Dispatching\OrderDispatchStatusForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ExtendedTimeIntervalFilterForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\ExtendedTimeIntervalFilterForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ForgotPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\ForgotPasswordForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\HiddenEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\HiddenEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\HiddenJsonType"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\HiddenJsonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Member\MemberJobForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Member\MemberJobForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\NonNullTextType"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\NonNullTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\OrderForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderMinimalForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\OrderMinimalForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\OrderStatusFilterForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\OrderStatusFilterForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\PaymentForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\PaymentForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\CarTypePersonsForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Platform\CarTypePersonsForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\ClientForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Platform\ClientForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Platform\TestFcmForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Platform\TestFcmForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Rating\LoginByOrderNumberForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Rating\LoginByOrderNumberForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\Rating\RateForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\Rating\RateForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\RatingTimeFilterForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\RatingTimeFilterForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\RecentMonthsFilterForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\RecentMonthsFilterForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\ResetPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\ResetPasswordForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\SelfRegistrationForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\SelfRegistrationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\User\WorkTimeForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\User\WorkTimeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\UserProfileForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\UserProfileForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Diplix\KMGBundle\Form\UserSharedKeyForm"; reason: abstract.
Removed service ".abstract.instanceof.Diplix\KMGBundle\Form\UserSharedKeyForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.diplix.login_success_handler"; reason: abstract.
Removed service ".abstract.instanceof.diplix.login_success_handler"; reason: abstract.
116
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 "psr18.http_client"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; 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 "lock.strategy.majority"; reason: unused.
Removed service ".lock.default.store.m9uSjd7"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service "lock.default"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; 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.flash_bag"; 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.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.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 "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; 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.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug.stopwatch"; 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 "swiftmailer.transport.failover"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~dP5yVr2"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "Rollerworks\Component\PasswordStrength\Validator\Constraints\PasswordStrengthValidator"; reason: unused.
Removed service "rollerworks_password_strength.blacklist.provider.array"; reason: unused.
Removed service "rollerworks_password_strength.blacklist.provider.sqlite"; reason: unused.
Removed service "rollerworks_password_strength.blacklist.provider.chain"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
Removed service ".service_locator.6jCnFPP"; reason: unused.
382
Inlined service ".service_locator.aCwB9HQ" to "argument_resolver.service".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "controller_resolver" to "http_kernel".
Inlined service "argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "mailer.messenger.message_handler".
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 "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.Xbsa8iG" 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 "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" 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 "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 "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.handler.native_file" to "session.storage.native".
Inlined service ".service_locator.XmPJruK" 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.o4Oiy7J" 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.zFnHmt8" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "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._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "swiftmailer.data_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.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.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.rKcVWTN" to "security.access_map".
Inlined service ".security.request_matcher.IYBRlqM" to "security.access_map".
Inlined service ".security.request_matcher.uw4r5.V" to "security.access_map".
Inlined service ".security.request_matcher.65qAN6w" to "security.access_map".
Inlined service ".security.request_matcher.VmlcbYp" to "security.access_map".
Inlined service ".security.request_matcher.ynKG0j9" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.mock.inner" to "debug.security.firewall.authenticator.mock".
Inlined service "security.exception_listener.mock" to "security.firewall.map.context.mock".
Inlined service "security.firewall.map.config.mock" to "security.firewall.map.context.mock".
Inlined service "debug.security.firewall.authenticator.user_pw.inner" to "debug.security.firewall.authenticator.user_pw".
Inlined service "security.exception_listener.user_pw" to "security.firewall.map.context.user_pw".
Inlined service "security.firewall.map.config.user_pw" to "security.firewall.map.context.user_pw".
Inlined service "debug.security.firewall.authenticator.for.inner" to "debug.security.firewall.authenticator.for".
Inlined service "security.exception_listener.for" to "security.firewall.map.context.for".
Inlined service "security.firewall.map.config.for" to "security.firewall.map.context.for".
Inlined service "debug.security.firewall.authenticator.callback.inner" to "debug.security.firewall.authenticator.callback".
Inlined service "security.exception_listener.callback" to "security.firewall.map.context.callback".
Inlined service "security.firewall.map.config.callback" to "security.firewall.map.context.callback".
Inlined service "security.authentication.success_handler.admin_area.form_login" to "security.authenticator.form_login.admin_area".
Inlined service "security.authentication.failure_handler.admin_area.form_login" to "security.authenticator.form_login.admin_area".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin_area" to "security.authenticator.remember_me_handler.admin_area".
Inlined service "debug.security.firewall.authenticator.admin_area.inner" to "debug.security.firewall.authenticator.admin_area".
Inlined service "security.exception_listener.admin_area" to "security.firewall.map.context.admin_area".
Inlined service "security.logout_listener.admin_area" to "security.firewall.map.context.admin_area".
Inlined service "security.firewall.map.config.admin_area" to "security.firewall.map.context.admin_area".
Inlined service "debug.security.firewall.authenticator.default.inner" to "debug.security.firewall.authenticator.default".
Inlined service "security.exception_listener.default" to "security.firewall.map.context.default".
Inlined service "security.firewall.map.config.default" to "security.firewall.map.context.default".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "twig.extension.stfalcon_tinymce" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.fr66geA" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.handler.nested" to "monolog.handler.main".
Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~U8_Dn4p" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~U8_Dn4p" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~U8_Dn4p" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~U8_Dn4p" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.43Z0ZQg" 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.zXPxq0I" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "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 "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
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.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "rollerworks_password_strength.blacklist.provider.noop" to "Rollerworks\Component\PasswordStrength\Validator\Constraints\BlacklistValidator".
Inlined service "sngrl.firebase_php_notification" to "redjan_ym_fcm.client".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~OmVQCam" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "BoShurik\TelegramBotBundle\Telegram\Command\CommandRegistry" to "boshurik_telegram_bot.command.listener".
Inlined service ".service_locator.0PqstEY.Diplix\KMGBundle\Controller\Accounting\AnalysisController" to "Diplix\KMGBundle\Controller\Accounting\AnalysisController".
Inlined service ".service_locator.0PqstEY.Diplix\KMGBundle\Controller\Accounting\BillingController" to "Diplix\KMGBundle\Controller\Accounting\BillingController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Accounting\BillingProcessController" to "Diplix\KMGBundle\Controller\Accounting\BillingProcessController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Accounting\JobController" to "Diplix\KMGBundle\Controller\Accounting\JobController".
Inlined service ".service_locator.0PqstEY.Diplix\KMGBundle\Controller\Accounting\MemberController" to "Diplix\KMGBundle\Controller\Accounting\MemberController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Accounting\OverviewController" to "Diplix\KMGBundle\Controller\Accounting\OverviewController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Accounting\ZipZoneController" to "Diplix\KMGBundle\Controller\Accounting\ZipZoneController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\AddressController" to "Diplix\KMGBundle\Controller\AddressController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\AdminController" to "Diplix\KMGBundle\Controller\Admin\AdminController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\CustomerController" to "Diplix\KMGBundle\Controller\Admin\CustomerController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\LogController" to "Diplix\KMGBundle\Controller\Admin\LogController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\PaymentsController" to "Diplix\KMGBundle\Controller\Admin\PaymentsController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController" to "Diplix\KMGBundle\Controller\Admin\PreviewMailTemplateController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\PriceListController" to "Diplix\KMGBundle\Controller\Admin\PriceListController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\RatingController" to "Diplix\KMGBundle\Controller\Admin\RatingController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\TalixoAdminController" to "Diplix\KMGBundle\Controller\Admin\TalixoAdminController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\UserController" to "Diplix\KMGBundle\Controller\Admin\UserController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Admin\VaultController" to "Diplix\KMGBundle\Controller\Admin\VaultController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\AuthController" to "Diplix\KMGBundle\Controller\AuthController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Availability\AvailabilityController" to "Diplix\KMGBundle\Controller\Availability\AvailabilityController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController" to "Diplix\KMGBundle\Controller\Availability\ViewAvailabilityController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\BaseController" to "Diplix\KMGBundle\Controller\BaseController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Dispatching\DashboardController" to "Diplix\KMGBundle\Controller\Dispatching\DashboardController".
Inlined service ".service_locator.0PqstEY.Diplix\KMGBundle\Controller\Dispatching\OrderAdminController" to "Diplix\KMGBundle\Controller\Dispatching\OrderAdminController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Dispatching\PreDispoController" to "Diplix\KMGBundle\Controller\Dispatching\PreDispoController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Dispatching\StandByDispoController" to "Diplix\KMGBundle\Controller\Dispatching\StandByDispoController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\IndexController" to "Diplix\KMGBundle\Controller\IndexController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\InstantOrderController" to "Diplix\KMGBundle\Controller\InstantOrderController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Member\MyMembershipController" to "Diplix\KMGBundle\Controller\Member\MyMembershipController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\OrderController" to "Diplix\KMGBundle\Controller\OrderController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\PaymentController" to "Diplix\KMGBundle\Controller\PaymentController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Platform\ClientController" to "Diplix\KMGBundle\Controller\Platform\ClientController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Publicly\OrderInfoController" to "Diplix\KMGBundle\Controller\Publicly\OrderInfoController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Publicly\WebHookController" to "Diplix\KMGBundle\Controller\Publicly\WebHookController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Rating\RatingController" to "Diplix\KMGBundle\Controller\Rating\RatingController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\SelfRegistrationController" to "Diplix\KMGBundle\Controller\SelfRegistrationController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Service\Api2Controller" to "Diplix\KMGBundle\Controller\Service\Api2Controller".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Service\ApiController" to "Diplix\KMGBundle\Controller\Service\ApiController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Service\CustomerEndpointController" to "Diplix\KMGBundle\Controller\Service\CustomerEndpointController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Service\DriverEndpointController" to "Diplix\KMGBundle\Controller\Service\DriverEndpointController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Service\IndexController" to "Diplix\KMGBundle\Controller\Service\IndexController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\Service\ServiceBaseController" to "Diplix\KMGBundle\Controller\Service\ServiceBaseController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\User\WorkTimeController" to "Diplix\KMGBundle\Controller\User\WorkTimeController".
Inlined service ".service_locator.vM7uEBu.Diplix\KMGBundle\Controller\UserProfileController" to "Diplix\KMGBundle\Controller\UserProfileController".
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 "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 "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "boshurik_telegram_bot.messenger.handler" to ".messenger.handler_descriptor.CKCUW.J".
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.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.smLGMEV" to ".service_locator.smLGMEV.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 "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.mock" to "debug.security.firewall.authenticator.mock.inner".
Inlined service "security.authenticator.manager.user_pw" to "debug.security.firewall.authenticator.user_pw.inner".
Inlined service "security.authenticator.manager.for" to "debug.security.firewall.authenticator.for.inner".
Inlined service "security.authenticator.manager.callback" to "debug.security.firewall.authenticator.callback.inner".
Inlined service "security.authenticator.manager.admin_area" to "debug.security.firewall.authenticator.admin_area.inner".
Inlined service "security.authenticator.manager.default" to "debug.security.firewall.authenticator.default.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.Go4YGIi" to "console.command_loader".
Inlined service ".service_locator.smLGMEV.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.transport.buffer" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.mailer.default.transport.eventdispatcher" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport".
Inlined service "oneup_flysystem.localfs_adapter_temp_adapter" to "temp_fileystem".
Inlined service "oneup_flysystem.localfs_adapter_uploads_adapter" to "uploads_filesystem".
Inlined service "debug.validator.inner" to "validator".
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 "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
2
Tag "gos_web_socket.topic" was defined on service(s) "notification.topic.service", but was never used.
Tag "container.decorator" was defined on service(s) "debug.security.access.decision_manager", "debug.security.firewall.authenticator.mock", "debug.security.firewall.authenticator.user_pw", "debug.security.firewall.authenticator.for", "debug.security.firewall.authenticator.callback", "debug.security.firewall.authenticator.admin_area", "debug.security.firewall.authenticator.default", ".debug.http_client", "messenger.default_bus", ".container.private.validator", but was never used.