Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Method "Payum\Core\Model\PaymentInterface::getClientEmail()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Domain\Payment\Model\Payment" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Model\DetailsAwareInterface::setDetails()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Domain\Payment\Model\Payment" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Infrastructure\PaymentGateway\YapilyPay\Action\CaptureAction" class extends "Payum\Core\Action\GatewayAwareAction" that is deprecated since 1.3 will be removed in 2.0. Use trait+interface in your classes.
The "App\Infrastructure\PaymentGateway\YapilyPay\Action\ConvertPaymentAction" class extends "Payum\Core\Action\GatewayAwareAction" that is deprecated since 1.3 will be removed in 2.0. Use trait+interface in your classes.
The "App\Infrastructure\PaymentGateway\YapilyPay\Action\NotifyAction" class extends "Payum\Core\Action\GatewayAwareAction" that is deprecated since 1.3 will be removed in 2.0. Use trait+interface in your classes.
The "App\Infrastructure\PaymentGateway\YapilyPay\Action\StatusAction" class extends "Payum\Core\Action\GatewayAwareAction" that is deprecated since 1.3 will be removed in 2.0. Use trait+interface in your classes.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Shared\Symfony\EventSubscriber\ExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sg\DatatablesBundle\Datatable\Column\ColumnInterface::renderSingleField()" might add "static" as a native return type declaration in the future. Do the same in implementation "App\UI\Shared\Datatable\Column\ActionColumn" now to avoid errors or add an explicit @return annotation to suppress this message.
Since api-platform/core 3.2: Using doctrine/inflector is deprecated since API Platform 3.2 and will be removed in API Platform 4. Use symfony/string instead. Run "composer require symfony/string" and set "keep_legacy_inflector" to false in config.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Sg\DatatablesBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since gesdinet/jwt-refresh-token-bundle 1.0: The "Gesdinet\JWTRefreshTokenBundle\Entity\AbstractRefreshToken" class is deprecated, use "Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken" instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\YapilyPollingCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\YapilyPollingCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\DebugGatewayCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\StatusCommand".
The "Symfony\Bridge\Twig\NodeVisitor\TranslationNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0).
The "Symfony\Bridge\Twig\NodeVisitor\TranslationDefaultDomainNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0).
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "@WebProfiler/Collector/notifier.html.twig" at line 141.
Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.password AS password_2, a0_.role AS role_3, a0_.active AS active_4, a0_.created_at AS created_at_5, a0_.updated_at AS updated_at_6 FROM administrators a0_ WHERE a0_.email = ?"
(parameters:
[1 => "admin@admin.com"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.password AS password_2, a0_.role AS role_3, a0_.active AS active_4, a0_.created_at AS created_at_5, a0_.updated_at AS updated_at_6 FROM administrators a0_ WHERE a0_.email = ?"
"params" => [1 => "admin@admin.com"
]
"types" => [1 => 2]
]
"SELECT DISTINCT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.pisp_status AS pisp_status_2 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id ORDER BY p0_.created_at DESC, pisp_status_2 DESC LIMIT 10"
doctrine
[
"sql" => "SELECT DISTINCT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.pisp_status AS pisp_status_2 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id ORDER BY p0_.created_at DESC, pisp_status_2 DESC LIMIT 10"
]
debug
Executing statement:
"SELECT p0_.id || '' AS sclr_0, p0_.external_id || '' AS sclr_1, p0_.pisp_status AS pisp_status_2, p0_.bank_status AS bank_status_3, p0_.id AS id_4, p0_.amount AS amount_5, p0_.currency AS currency_6, p0_.created_at AS created_at_7, s1_.id AS id_8, s1_.name AS name_9, p2_.id AS id_10, p2_.factory_name AS factory_name_11, u3_.id AS id_12, u3_.ip_address AS ip_address_13, u3_.name AS name_14 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.created_at DESC, pisp_status_2 DESC"
[
"sql" => "SELECT p0_.id || '' AS sclr_0, p0_.external_id || '' AS sclr_1, p0_.pisp_status AS pisp_status_2, p0_.bank_status AS bank_status_3, p0_.id AS id_4, p0_.amount AS amount_5, p0_.currency AS currency_6, p0_.created_at AS created_at_7, s1_.id AS id_8, s1_.name AS name_9, p2_.id AS id_10, p2_.factory_name AS factory_name_11, u3_.id AS id_12, u3_.ip_address AS ip_address_13, u3_.name AS name_14 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.created_at DESC, pisp_status_2 DESC"
"params" => [1 => "f818697d-ecc9-43fb-8ea6-4bad29b3afb3"
2 => "f52abb71-f426-49d6-b4bb-8e7ef982d5fb"
3 => "23d2e501-9216-4f52-9a3e-06a47bde60a7"
4 => "ae246e74-a149-4e9b-b614-419ff24dd0cb"
5 => "2a45d2c7-9f8a-4389-8225-5ebaf7f05813"
6 => "e1428adf-82a3-49aa-a5a4-8576f4c0359b"
7 => "2b7ae719-0819-40cc-ba84-a969942da7fd"
8 => "7c6fb4c1-3a0a-4416-8f3c-07c50e40abe5"
9 => "b0ebd3fd-0687-4951-ae31-64df8fd53ca5"
10 => "d34cad1d-2c0c-4baf-a426-af0a5db3a0db"
]
"types" => [1 => 22 => 23 => 24 => 25 => 26 => 27 => 28 => 29 => 210 => 2]
]
debug
Executing query:
"SELECT count(DISTINCT p0_.id) AS sclr_0 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id"
doctrine
[
"sql" => "SELECT count(DISTINCT p0_.id) AS sclr_0 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id"
]
debug
Executing query:
"SELECT count(DISTINCT p0_.id) AS sclr_0 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id"
doctrine
[
"sql" => "SELECT count(DISTINCT p0_.id) AS sclr_0 FROM payments p0_ LEFT JOIN sites s1_ ON p0_.site_id = s1_.id LEFT JOIN payment_gateway_configs p2_ ON s1_.payment_gateway_config_id = p2_.id LEFT JOIN user_payment_info u3_ ON p0_.id = u3_.payment_id"
]
debug
Stored the security token in the session.
security
[
"key" => "_security_admin"
]
debug
Executing query:
"SELECT CURRENT_DATABASE()"
doctrine
[
"sql" => "SELECT CURRENT_DATABASE()"
]
debug
Executing statement:
"""
SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\nFROM information_schema.tables\nWHERE table_catalog = ?\n AND table_schema NOT LIKE 'pg\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type = 'BASE TABLE'\nORDER BY\n quote_ident(table_name)
"""
(parameters:
[1 => "bwire_staging"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\nFROM information_schema.tables\nWHERE table_catalog = ?\n AND table_schema NOT LIKE 'pg\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type = 'BASE TABLE'\nORDER BY\n quote_ident(table_name)
"""
"params" => [1 => "bwire_staging"
]
"types" => [1 => 2]
]
debug
Executing query:
"""
SELECT schema_name\nFROM information_schema.schemata\nWHERE schema_name NOT LIKE 'pg\_%'\nAND schema_name != 'information_schema'
"""
doctrine
[
"sql" => """
SELECT schema_name\nFROM information_schema.schemata\nWHERE schema_name NOT LIKE 'pg\_%'\nAND schema_name != 'information_schema'
"""
]
debug
Executing query:
"SHOW search_path"
doctrine
[
"sql" => "SHOW search_path"
]
debug
Executing query:
"SELECT CURRENT_DATABASE()"
doctrine
[
"sql" => "SELECT CURRENT_DATABASE()"
]
debug
Executing statement:
"""
SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\nFROM information_schema.tables\nWHERE table_catalog = ?\n AND table_schema NOT LIKE 'pg\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type = 'BASE TABLE'\nORDER BY\n quote_ident(table_name)
"""
(parameters:
[1 => "bwire_staging"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\nFROM information_schema.tables\nWHERE table_catalog = ?\n AND table_schema NOT LIKE 'pg\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type = 'BASE TABLE'\nORDER BY\n quote_ident(table_name)
"""
"params" => [1 => "bwire_staging"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT CURRENT_DATABASE()"
doctrine
[
"sql" => "SELECT CURRENT_DATABASE()"
]
debug
Executing query:
"""
SELECT n.nspname AS schema_name,\n c.relname AS table_name,\n CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,\n obj_description(c.oid, 'pg_class') AS comment\nFROM pg_class c\n INNER JOIN pg_namespace n\n ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
"""
doctrine
[
"sql" => """
SELECT n.nspname AS schema_name,\n c.relname AS table_name,\n CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,\n obj_description(c.oid, 'pg_class') AS comment\nFROM pg_class c\n INNER JOIN pg_namespace n\n ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
"""
]
debug
Executing query:
"SELECT CURRENT_DATABASE()"
doctrine
[
"sql" => "SELECT CURRENT_DATABASE()"
]
debug
Executing query:
"""
SELECT quote_ident(r.conname) as conname,\n pg_get_constraintdef(r.oid, true) as condef\n FROM pg_constraint r\n JOIN pg_class AS tc ON tc.oid = r.conrelid\n JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n WHERE r.conrelid IN\n (\n SELECT c.oid\n FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f' ORDER BY quote_ident(r.conname)
"""
doctrine
[
"sql" => """
SELECT quote_ident(r.conname) as conname,\n pg_get_constraintdef(r.oid, true) as condef\n FROM pg_constraint r\n JOIN pg_class AS tc ON tc.oid = r.conrelid\n JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n WHERE r.conrelid IN\n (\n SELECT c.oid\n FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f' ORDER BY quote_ident(r.conname)
"""
]
debug
Executing query:
"""
SELECT a.attnum,\n quote_ident(a.attname) AS field,\n t.typname AS type,\n format_type(a.atttypid, a.atttypmod) AS complete_type,\n (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,\n (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,\n (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM\n pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,\n a.attnotnull AS isnotnull,\n (SELECT 't'\n FROM pg_index\n WHERE c.oid = pg_index.indrelid\n AND pg_index.indkey[0] = a.attnum\n AND pg_index.indisprimary = 't'\n ) AS pri,\n ( SELECT\n CASE\n WHEN a.attgenerated = 's' THEN NULL\n ELSE pg_get_expr(adbin, adrelid)\n END\n FROM pg_attrdef\n WHERE c.oid = pg_attrdef.adrelid\n AND pg_attrdef.adnum=a.attnum) AS default,\n (SELECT pg_description.description\n FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid\n ) AS comment\n FROM pg_attribute a\n INNER JOIN pg_class c\n ON c.oid = a.attrelid\n INNER JOIN pg_type t\n ON t.oid = a.atttypid\n INNER JOIN pg_namespace n\n ON n.oid = c.relnamespace\n LEFT JOIN pg_depend d\n ON d.objid = c.oid\n AND d.deptype = 'e'\n AND d.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class') WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
"""
doctrine
[
"sql" => """
SELECT a.attnum,\n quote_ident(a.attname) AS field,\n t.typname AS type,\n format_type(a.atttypid, a.atttypmod) AS complete_type,\n (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,\n (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,\n (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM\n pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,\n a.attnotnull AS isnotnull,\n (SELECT 't'\n FROM pg_index\n WHERE c.oid = pg_index.indrelid\n AND pg_index.indkey[0] = a.attnum\n AND pg_index.indisprimary = 't'\n ) AS pri,\n ( SELECT\n CASE\n WHEN a.attgenerated = 's' THEN NULL\n ELSE pg_get_expr(adbin, adrelid)\n END\n FROM pg_attrdef\n WHERE c.oid = pg_attrdef.adrelid\n AND pg_attrdef.adnum=a.attnum) AS default,\n (SELECT pg_description.description\n FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid\n ) AS comment\n FROM pg_attribute a\n INNER JOIN pg_class c\n ON c.oid = a.attrelid\n INNER JOIN pg_type t\n ON t.oid = a.atttypid\n INNER JOIN pg_namespace n\n ON n.oid = c.relnamespace\n LEFT JOIN pg_depend d\n ON d.objid = c.oid\n AND d.deptype = 'e'\n AND d.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class') WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
"""
]
debug
Executing query:
"SELECT CURRENT_DATABASE()"
doctrine
[
"sql" => "SELECT CURRENT_DATABASE()"
]
debug
Executing query:
"""
SELECT quote_ident(ic.relname) AS relname,\n i.indisunique,\n i.indisprimary,\n i.indkey,\n i.indrelid,\n pg_get_expr(indpred, indrelid) AS "where"\n FROM pg_index i\n JOIN pg_class AS tc ON tc.oid = i.indrelid\n JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n JOIN pg_class AS ic ON ic.oid = i.indexrelid\n WHERE ic.oid IN (\n SELECT indexrelid\n FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) ORDER BY quote_ident(ic.relname)
"""
doctrine
[
"sql" => """
SELECT quote_ident(ic.relname) AS relname,\n i.indisunique,\n i.indisprimary,\n i.indkey,\n i.indrelid,\n pg_get_expr(indpred, indrelid) AS "where"\n FROM pg_index i\n JOIN pg_class AS tc ON tc.oid = i.indrelid\n JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n JOIN pg_class AS ic ON ic.oid = i.indexrelid\n WHERE ic.oid IN (\n SELECT indexrelid\n FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) ORDER BY quote_ident(ic.relname)
"""
]
debug
Executing query:
"""
SELECT attnum,\n quote_ident(attname) AS attname\nFROM pg_attribute\nWHERE attrelid = 16483\n AND attnum IN (1)\nORDER BY attnum
"""
doctrine
[
"sql" => """
SELECT attnum,\n quote_ident(attname) AS attname\nFROM pg_attribute\nWHERE attrelid = 16483\n AND attnum IN (1)\nORDER BY attnum
"""
]
debug
Executing query:
"SELECT * FROM doctrine_migration_versions"
doctrine
[
"sql" => "SELECT * FROM doctrine_migration_versions"
]
Log messages generated during the compilation of the service container.
Messages
Class
337
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\ActivateAdministrator\ActivateAdministratorCommandHandler" (parent: .abstract.instanceof.App\Application\Administrator\Command\ActivateAdministrator\ActivateAdministratorCommandHandler).
Resolving inheritance for "App\Application\Administrator\Command\ActivateAdministrator\ActivateAdministratorCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\ActivateAdministrator\ActivateAdministratorCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\ChangePasswordAdministrator\ChangePasswordAdministratorCommandHandler" (parent: .abstract.instanceof.App\Application\Administrator\Command\ChangePasswordAdministrator\ChangePasswordAdministratorCommandHandler).
Resolving inheritance for "App\Application\Administrator\Command\ChangePasswordAdministrator\ChangePasswordAdministratorCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\ChangePasswordAdministrator\ChangePasswordAdministratorCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\CreateAdministrator\CreateAdministratorCommandHandler" (parent: .abstract.instanceof.App\Application\Administrator\Command\CreateAdministrator\CreateAdministratorCommandHandler).
Resolving inheritance for "App\Application\Administrator\Command\CreateAdministrator\CreateAdministratorCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\CreateAdministrator\CreateAdministratorCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\EditAdministrator\EditAdministratorCommandHandler" (parent: .abstract.instanceof.App\Application\Administrator\Command\EditAdministrator\EditAdministratorCommandHandler).
Resolving inheritance for "App\Application\Administrator\Command\EditAdministrator\EditAdministratorCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\EditAdministrator\EditAdministratorCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\RemoveAdministrator\RemoveAdministratorCommandHandler" (parent: .abstract.instanceof.App\Application\Administrator\Command\RemoveAdministrator\RemoveAdministratorCommandHandler).
Resolving inheritance for "App\Application\Administrator\Command\RemoveAdministrator\RemoveAdministratorCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\RemoveAdministrator\RemoveAdministratorCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Application\Administrator\Validator\AdministratorUniqueEmailValidator" (parent: .abstract.instanceof.App\Application\Administrator\Validator\AdministratorUniqueEmailValidator).
Resolving inheritance for "App\Application\Administrator\Validator\AdministratorUniqueEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Application\Administrator\Validator\AdministratorUniqueEmailValidator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\Common\CommonServices" (parent: .abstract.instanceof.App\Application\Common\CommonServices).
Resolving inheritance for "App\Application\Common\CommonServices" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\Common\CommonServices).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ActivateMerchant\ActivateMerchantCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\ActivateMerchant\ActivateMerchantCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\ActivateMerchant\ActivateMerchantCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ActivateMerchant\ActivateMerchantCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ChangePasswordMerchant\ChangePasswordMerchantCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\ChangePasswordMerchant\ChangePasswordMerchantCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\ChangePasswordMerchant\ChangePasswordMerchantCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ChangePasswordMerchant\ChangePasswordMerchantCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\CreateMerchant\CreateMerchantCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\CreateMerchant\CreateMerchantCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\CreateMerchant\CreateMerchantCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\CreateMerchant\CreateMerchantCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\EditMerchant\EditMerchantCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\EditMerchant\EditMerchantCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\EditMerchant\EditMerchantCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\EditMerchant\EditMerchantCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\RemoveMerchant\RemoveMerchantCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\RemoveMerchant\RemoveMerchantCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\RemoveMerchant\RemoveMerchantCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\RemoveMerchant\RemoveMerchantCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ResetMerchantPassword\ResetMerchantPasswordCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\ResetMerchantPassword\ResetMerchantPasswordCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\ResetMerchantPassword\ResetMerchantPasswordCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ResetMerchantPassword\ResetMerchantPasswordCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommandHandler" (parent: .abstract.instanceof.App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommandHandler).
Resolving inheritance for "App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Query\FindMerchantResetPasswordTokenByToken\FindMerchantResetPasswordTokenByTokenQueryHandler" (parent: .abstract.instanceof.App\Application\Merchant\Query\FindMerchantResetPasswordTokenByToken\FindMerchantResetPasswordTokenByTokenQueryHandler).
Resolving inheritance for "App\Application\Merchant\Query\FindMerchantResetPasswordTokenByToken\FindMerchantResetPasswordTokenByTokenQueryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Query\FindMerchantResetPasswordTokenByToken\FindMerchantResetPasswordTokenByTokenQueryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Application\Merchant\Validator\MerchantUniqueEmailValidator" (parent: .abstract.instanceof.App\Application\Merchant\Validator\MerchantUniqueEmailValidator).
Resolving inheritance for "App\Application\Merchant\Validator\MerchantUniqueEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Application\Merchant\Validator\MerchantUniqueEmailValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CancelPayment\CancelPaymentCommandHandler" (parent: .abstract.instanceof.App\Application\Payment\Command\CancelPayment\CancelPaymentCommandHandler).
Resolving inheritance for "App\Application\Payment\Command\CancelPayment\CancelPaymentCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CancelPayment\CancelPaymentCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CompletePayment\CompletePaymentCommandHandler" (parent: .abstract.instanceof.App\Application\Payment\Command\CompletePayment\CompletePaymentCommandHandler).
Resolving inheritance for "App\Application\Payment\Command\CompletePayment\CompletePaymentCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CompletePayment\CompletePaymentCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler" (parent: .abstract.instanceof.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler).
Resolving inheritance for "App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\PendingPayment\PendingPaymentCommandHandler" (parent: .abstract.instanceof.App\Application\Payment\Command\PendingPayment\PendingPaymentCommandHandler).
Resolving inheritance for "App\Application\Payment\Command\PendingPayment\PendingPaymentCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\PendingPayment\PendingPaymentCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\RejectPayment\RejectPaymentCommandHandler" (parent: .abstract.instanceof.App\Application\Payment\Command\RejectPayment\RejectPaymentCommandHandler).
Resolving inheritance for "App\Application\Payment\Command\RejectPayment\RejectPaymentCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\RejectPayment\RejectPaymentCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCancelledEventHandler" (parent: .abstract.instanceof.App\Application\Payment\EventHandler\PaymentCancelledEventHandler).
Resolving inheritance for "App\Application\Payment\EventHandler\PaymentCancelledEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCancelledEventHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCompletedEventHandler" (parent: .abstract.instanceof.App\Application\Payment\EventHandler\PaymentCompletedEventHandler).
Resolving inheritance for "App\Application\Payment\EventHandler\PaymentCompletedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCompletedEventHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCreatedEventHandler" (parent: .abstract.instanceof.App\Application\Payment\EventHandler\PaymentCreatedEventHandler).
Resolving inheritance for "App\Application\Payment\EventHandler\PaymentCreatedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCreatedEventHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentPendingEventHandler" (parent: .abstract.instanceof.App\Application\Payment\EventHandler\PaymentPendingEventHandler).
Resolving inheritance for "App\Application\Payment\EventHandler\PaymentPendingEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentPendingEventHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentRejectedEventHandler" (parent: .abstract.instanceof.App\Application\Payment\EventHandler\PaymentRejectedEventHandler).
Resolving inheritance for "App\Application\Payment\EventHandler\PaymentRejectedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentRejectedEventHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Query\FindPayment\FindPaymentByIdQueryHandler" (parent: .abstract.instanceof.App\Application\Payment\Query\FindPayment\FindPaymentByIdQueryHandler).
Resolving inheritance for "App\Application\Payment\Query\FindPayment\FindPaymentByIdQueryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Query\FindPayment\FindPaymentByIdQueryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentGatewayConfig\Command\CreatePaymentGatewayConfig\CreatePaymentGatewayConfigCommandHandler" (parent: .abstract.instanceof.App\Application\PaymentGatewayConfig\Command\CreatePaymentGatewayConfig\CreatePaymentGatewayConfigCommandHandler).
Resolving inheritance for "App\Application\PaymentGatewayConfig\Command\CreatePaymentGatewayConfig\CreatePaymentGatewayConfigCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentGatewayConfig\Command\CreatePaymentGatewayConfig\CreatePaymentGatewayConfigCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentGatewayConfig\Command\EditPaymentGatewayConfig\EditPaymentGatewayConfigCommandHandler" (parent: .abstract.instanceof.App\Application\PaymentGatewayConfig\Command\EditPaymentGatewayConfig\EditPaymentGatewayConfigCommandHandler).
Resolving inheritance for "App\Application\PaymentGatewayConfig\Command\EditPaymentGatewayConfig\EditPaymentGatewayConfigCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentGatewayConfig\Command\EditPaymentGatewayConfig\EditPaymentGatewayConfigCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\Command\CreatePaymentNotification\CreatePaymentNotificationCommandHandler" (parent: .abstract.instanceof.App\Application\PaymentNotification\Command\CreatePaymentNotification\CreatePaymentNotificationCommandHandler).
Resolving inheritance for "App\Application\PaymentNotification\Command\CreatePaymentNotification\CreatePaymentNotificationCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\Command\CreatePaymentNotification\CreatePaymentNotificationCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler" (parent: .abstract.instanceof.App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler).
Resolving inheritance for "App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\EventHandler\PaymentNotificationCreatedEventHandler" (parent: .abstract.instanceof.App\Application\PaymentNotification\EventHandler\PaymentNotificationCreatedEventHandler).
Resolving inheritance for "App\Application\PaymentNotification\EventHandler\PaymentNotificationCreatedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\EventHandler\PaymentNotificationCreatedEventHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\PaymentNotification\Sender\ApiPaymentNotificationSender" (parent: .abstract.instanceof.App\Application\PaymentNotification\Sender\ApiPaymentNotificationSender).
Resolving inheritance for "App\Application\PaymentNotification\Sender\ApiPaymentNotificationSender" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\PaymentNotification\Sender\ApiPaymentNotificationSender).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\ActivateSite\ActivateSiteCommandHandler" (parent: .abstract.instanceof.App\Application\Site\Command\ActivateSite\ActivateSiteCommandHandler).
Resolving inheritance for "App\Application\Site\Command\ActivateSite\ActivateSiteCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\ActivateSite\ActivateSiteCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\CreateSite\CreateSiteCommandHandler" (parent: .abstract.instanceof.App\Application\Site\Command\CreateSite\CreateSiteCommandHandler).
Resolving inheritance for "App\Application\Site\Command\CreateSite\CreateSiteCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\CreateSite\CreateSiteCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\EditSite\EditSiteCommandHandler" (parent: .abstract.instanceof.App\Application\Site\Command\EditSite\EditSiteCommandHandler).
Resolving inheritance for "App\Application\Site\Command\EditSite\EditSiteCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\EditSite\EditSiteCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\EditSiteBillingInformation\EditSiteBillingInformationCommandHandler" (parent: .abstract.instanceof.App\Application\Site\Command\EditSiteBillingInformation\EditSiteBillingInformationCommandHandler).
Resolving inheritance for "App\Application\Site\Command\EditSiteBillingInformation\EditSiteBillingInformationCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\EditSiteBillingInformation\EditSiteBillingInformationCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\RemoveSite\RemoveSiteCommandHandler" (parent: .abstract.instanceof.App\Application\Site\Command\RemoveSite\RemoveSiteCommandHandler).
Resolving inheritance for "App\Application\Site\Command\RemoveSite\RemoveSiteCommandHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\RemoveSite\RemoveSiteCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\Administrator\CreateAdministratorCommand" (parent: .abstract.instanceof.App\Cli\Administrator\CreateAdministratorCommand).
Resolving inheritance for "App\Cli\Administrator\CreateAdministratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\Administrator\CreateAdministratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\PaymentGateway\AddIbanXsPaymentGatewayCommand" (parent: .abstract.instanceof.App\Cli\PaymentGateway\AddIbanXsPaymentGatewayCommand).
Resolving inheritance for "App\Cli\PaymentGateway\AddIbanXsPaymentGatewayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\PaymentGateway\AddIbanXsPaymentGatewayCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\PaymentNotification\SendPaymentNotificationsCommand" (parent: .abstract.instanceof.App\Cli\PaymentNotification\SendPaymentNotificationsCommand).
Resolving inheritance for "App\Cli\PaymentNotification\SendPaymentNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\PaymentNotification\SendPaymentNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RetryMerchantNotficationCommand" (parent: .abstract.instanceof.App\Command\RetryMerchantNotficationCommand).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Command\RetryMerchantNotficationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RetryMerchantNotficationCommand).
Resolving inheritance for "App\Command\RetryMerchantNotficationCommand" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Command\RetryMerchantNotficationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadLogCommand" (parent: .abstract.instanceof.App\Command\UploadLogCommand).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Command\UploadLogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadLogCommand).
Resolving inheritance for "App\Command\UploadLogCommand" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Command\UploadLogCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\YapilyPollingCommand" (parent: .abstract.instanceof.App\Command\YapilyPollingCommand).
Resolving inheritance for "App\Command\YapilyPollingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\YapilyPollingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DatatableQuerySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DatatableQuerySubscriber).
Resolving inheritance for "App\EventSubscriber\DatatableQuerySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DatatableQuerySubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\Infrastructure\Administrator\Doctrine\DataFixtures\AdministratorFixtures" (parent: .abstract.instanceof.App\Infrastructure\Administrator\Doctrine\DataFixtures\AdministratorFixtures).
Resolving inheritance for "App\Infrastructure\Administrator\Doctrine\DataFixtures\AdministratorFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\Infrastructure\Administrator\Doctrine\DataFixtures\AdministratorFixtures).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Auth\Symfony\Security\Authenticator\SiteAuthenticator" (parent: .abstract.instanceof.App\Infrastructure\Auth\Symfony\Security\Authenticator\SiteAuthenticator).
Resolving inheritance for "App\Infrastructure\Auth\Symfony\Security\Authenticator\SiteAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Auth\Symfony\Security\Authenticator\SiteAuthenticator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor" (parent: .abstract.instanceof.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor).
Resolving inheritance for "App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Provider\PaymentProvider" (parent: .abstract.instanceof.App\Infrastructure\Payment\ApiPlatform\State\Provider\PaymentProvider).
Resolving inheritance for "App\Infrastructure\Payment\ApiPlatform\State\Provider\PaymentProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Provider\PaymentProvider).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Payment\Payum\Extension\PaymentExtension" (parent: .abstract.instanceof.App\Infrastructure\Payment\Payum\Extension\PaymentExtension).
Resolving inheritance for "App\Infrastructure\Payment\Payum\Extension\PaymentExtension" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Payment\Payum\Extension\PaymentExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Payment\Validators\Constraints\UniqueExternalIdValidator" (parent: .abstract.instanceof.App\Infrastructure\Payment\Validators\Constraints\UniqueExternalIdValidator).
Resolving inheritance for "App\Infrastructure\Payment\Validators\Constraints\UniqueExternalIdValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Payment\Validators\Constraints\UniqueExternalIdValidator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\CaptureAction" (parent: .abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\CaptureAction).
Resolving inheritance for "App\Infrastructure\PaymentGateway\IbanXS\Action\CaptureAction" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\CaptureAction).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\ConvertPaymentAction" (parent: .abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\ConvertPaymentAction).
Resolving inheritance for "App\Infrastructure\PaymentGateway\IbanXS\Action\ConvertPaymentAction" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\ConvertPaymentAction).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\NotifyAction" (parent: .abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\NotifyAction).
Resolving inheritance for "App\Infrastructure\PaymentGateway\IbanXS\Action\NotifyAction" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\NotifyAction).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\StatusAction" (parent: .abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\StatusAction).
Resolving inheritance for "App\Infrastructure\PaymentGateway\IbanXS\Action\StatusAction" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\StatusAction).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\Shared\Symfony\EventSubscriber\ExceptionSubscriber" (parent: .abstract.instanceof.App\Infrastructure\Shared\Symfony\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for "App\Infrastructure\Shared\Symfony\EventSubscriber\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\Shared\Symfony\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\AdministratorController" (parent: .abstract.instanceof.App\UI\Admin\Controller\AdministratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\AdministratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\AdministratorController).
Resolving inheritance for "App\UI\Admin\Controller\AdministratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\AdministratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\DashboardController" (parent: .abstract.instanceof.App\UI\Admin\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\DashboardController).
Resolving inheritance for "App\UI\Admin\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\MerchantController" (parent: .abstract.instanceof.App\UI\Admin\Controller\MerchantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\MerchantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\MerchantController).
Resolving inheritance for "App\UI\Admin\Controller\MerchantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\MerchantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\PaymentController" (parent: .abstract.instanceof.App\UI\Admin\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\PaymentController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Admin\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\PaymentController).
Resolving inheritance for "App\UI\Admin\Controller\PaymentController" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Admin\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\SecurityController" (parent: .abstract.instanceof.App\UI\Admin\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\SecurityController).
Resolving inheritance for "App\UI\Admin\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\SiteController" (parent: .abstract.instanceof.App\UI\Admin\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\SiteController).
Resolving inheritance for "App\UI\Admin\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorCreateType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Administrator\AdministratorCreateType).
Resolving inheritance for "App\UI\Admin\Form\Type\Administrator\AdministratorCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorEditType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Administrator\AdministratorEditType).
Resolving inheritance for "App\UI\Admin\Form\Type\Administrator\AdministratorEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorRoleType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Administrator\AdministratorRoleType).
Resolving inheritance for "App\UI\Admin\Form\Type\Administrator\AdministratorRoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorRoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Merchant\MerchantCreateType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Merchant\MerchantCreateType).
Resolving inheritance for "App\UI\Admin\Form\Type\Merchant\MerchantCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Merchant\MerchantCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Merchant\MerchantEditType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Merchant\MerchantEditType).
Resolving inheritance for "App\UI\Admin\Form\Type\Merchant\MerchantEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Merchant\MerchantEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\IbanXsConfigType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\IbanXsConfigType).
Resolving inheritance for "App\UI\Admin\Form\Type\PaymentGateway\IbanXsConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\IbanXsConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigEditType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigEditType).
Resolving inheritance for "App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigType).
Resolving inheritance for "App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\YapilyPayConfigType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\YapilyPayConfigType).
Resolving inheritance for "App\UI\Admin\Form\Type\PaymentGateway\YapilyPayConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\YapilyPayConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteBillingInformationType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteBillingInformationType).
Resolving inheritance for "App\UI\Admin\Form\Type\Site\SiteBillingInformationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteBillingInformationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteCreateType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteCreateType).
Resolving inheritance for "App\UI\Admin\Form\Type\Site\SiteCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditBillingInformationType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteEditBillingInformationType).
Resolving inheritance for "App\UI\Admin\Form\Type\Site\SiteEditBillingInformationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditBillingInformationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditIntegrationDataType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteEditIntegrationDataType).
Resolving inheritance for "App\UI\Admin\Form\Type\Site\SiteEditIntegrationDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditIntegrationDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditType" (parent: .abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteEditType).
Resolving inheritance for "App\UI\Admin\Form\Type\Site\SiteEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\UI\Admin\Security\AdministratorVoter" (parent: .abstract.instanceof.App\UI\Admin\Security\AdministratorVoter).
Resolving inheritance for "App\UI\Admin\Security\AdministratorVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\UI\Admin\Security\AdministratorVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Frontend\Controller\PaymentController" (parent: .abstract.instanceof.App\UI\Frontend\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Frontend\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Frontend\Controller\PaymentController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Frontend\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Frontend\Controller\PaymentController).
Resolving inheritance for "App\UI\Frontend\Controller\PaymentController" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Frontend\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\DashboardController" (parent: .abstract.instanceof.App\UI\Merchant\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\DashboardController).
Resolving inheritance for "App\UI\Merchant\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ForgotPasswordController" (parent: .abstract.instanceof.App\UI\Merchant\Controller\ForgotPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ForgotPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ForgotPasswordController).
Resolving inheritance for "App\UI\Merchant\Controller\ForgotPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ForgotPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\PaymentController" (parent: .abstract.instanceof.App\UI\Merchant\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\PaymentController).
Resolving inheritance for "App\UI\Merchant\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ProfileController" (parent: .abstract.instanceof.App\UI\Merchant\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ProfileController).
Resolving inheritance for "App\UI\Merchant\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\UI\Merchant\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ResetPasswordController).
Resolving inheritance for "App\UI\Merchant\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\SecurityController" (parent: .abstract.instanceof.App\UI\Merchant\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\SecurityController).
Resolving inheritance for "App\UI\Merchant\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\SiteController" (parent: .abstract.instanceof.App\UI\Merchant\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\SiteController).
Resolving inheritance for "App\UI\Merchant\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\ForgotPasswordType" (parent: .abstract.instanceof.App\UI\Merchant\Form\Type\ForgotPasswordType).
Resolving inheritance for "App\UI\Merchant\Form\Type\ForgotPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\ForgotPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\ProfileEditType" (parent: .abstract.instanceof.App\UI\Merchant\Form\Type\ProfileEditType).
Resolving inheritance for "App\UI\Merchant\Form\Type\ProfileEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\ProfileEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditBillingInformationType" (parent: .abstract.instanceof.App\UI\Merchant\Form\Type\SiteEditBillingInformationType).
Resolving inheritance for "App\UI\Merchant\Form\Type\SiteEditBillingInformationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditBillingInformationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditIntegrationDataType" (parent: .abstract.instanceof.App\UI\Merchant\Form\Type\SiteEditIntegrationDataType).
Resolving inheritance for "App\UI\Merchant\Form\Type\SiteEditIntegrationDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditIntegrationDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditType" (parent: .abstract.instanceof.App\UI\Merchant\Form\Type\SiteEditType).
Resolving inheritance for "App\UI\Merchant\Form\Type\SiteEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\UI\Merchant\Security\SiteVoter" (parent: .abstract.instanceof.App\UI\Merchant\Security\SiteVoter).
Resolving inheritance for "App\UI\Merchant\Security\SiteVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\UI\Merchant\Security\SiteVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Public\Controller\YapilyPaymentsController" (parent: .abstract.instanceof.App\UI\Public\Controller\YapilyPaymentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Public\Controller\YapilyPaymentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Public\Controller\YapilyPaymentsController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Public\Controller\YapilyPaymentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Public\Controller\YapilyPaymentsController).
Resolving inheritance for "App\UI\Public\Controller\YapilyPaymentsController" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Public\Controller\YapilyPaymentsController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Shared\Form\ChangePasswordType" (parent: .abstract.instanceof.App\UI\Shared\Form\ChangePasswordType).
Resolving inheritance for "App\UI\Shared\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Shared\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\UI\Shared\Form\Extension\SubmitTypeExtension" (parent: .abstract.instanceof.App\UI\Shared\Form\Extension\SubmitTypeExtension).
Resolving inheritance for "App\UI\Shared\Form\Extension\SubmitTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\UI\Shared\Form\Extension\SubmitTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\UI\Shared\Twig\ActionStackTwigExtension" (parent: .abstract.instanceof.App\UI\Shared\Twig\ActionStackTwigExtension).
Resolving inheritance for "App\UI\Shared\Twig\ActionStackTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\UI\Shared\Twig\ActionStackTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\UI\Shared\Twig\StatusTwigExtension" (parent: .abstract.instanceof.App\UI\Shared\Twig\StatusTwigExtension).
Resolving inheritance for "App\UI\Shared\Twig\StatusTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\UI\Shared\Twig\StatusTwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver" (parent: .abstract.instanceof.Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver).
Resolving inheritance for "Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Fusonic\HttpKernelExtensions\Normalizer\ConstraintViolationExceptionNormalizer" (parent: .abstract.instanceof.Fusonic\HttpKernelExtensions\Normalizer\ConstraintViolationExceptionNormalizer).
Resolving inheritance for "Fusonic\HttpKernelExtensions\Normalizer\ConstraintViolationExceptionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Fusonic\HttpKernelExtensions\Normalizer\ConstraintViolationExceptionNormalizer).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._package_datatables_cdn" (parent: assets.url_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 "cache.validator_expression_language" (parent: cache.system).
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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
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.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.merchant" (parent: security.firewall.config).
Resolving inheritance for "security.listener.merchant.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.merchant" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.merchant" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.merchant" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.merchant" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.merchant" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.merchant" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.merchant" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.merchant" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.merchant" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "payum.storage.app_domain_payment_model_paymenttoken" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.security.token_storage" (parent: payum.storage.app_domain_payment_model_paymenttoken).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\AuthorizeController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CancelController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CaptureController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\NotifyController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\PayoutController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\RefundController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\SyncController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "payum.storage.app_domain_payment_model_payment" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.extension.storage.app_domain_payment_model_payment" (parent: payum.extension.storage.prototype).
Resolving inheritance for "payum.storage.app_domain_paymentgateway_model_paymentgatewayconfig" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.dynamic_gateways.config_storage" (parent: payum.storage.app_domain_paymentgateway_model_paymentgatewayconfig).
Resolving inheritance for "messenger.bus.command.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.command.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "messenger.bus.query.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.query.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "messenger.bus.event.async.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.event.async.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.event.async.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
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.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payum" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
3
Removing method "setLogger" of service "App\UI\Admin\Controller\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\UI\Frontend\Controller\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\UI\Public\Controller\YapilyPaymentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
411
Removed service "Sg\DatatablesBundle\Datatable\DatatableFactory"; reason: private alias.
Removed service "Sg\DatatablesBundle\Response\DatatableResponse"; reason: private alias.
Removed service "App\Domain\Administrator\Repository\AdministratorRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Email\Sender\EmailSenderInterface"; reason: private alias.
Removed service "App\Domain\Merchant\Generator\MerchantResetPasswordTokenGeneratorInterface"; reason: private alias.
Removed service "App\Domain\Merchant\Repository\MerchantRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Merchant\Repository\MerchantResetPasswordTokenRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Merchant\Sender\MerchantForgotPasswordEmailSenderInterface"; reason: private alias.
Removed service "App\Domain\Merchant\Sender\MerchantInvitationEmailSenderInterface"; reason: private alias.
Removed service "App\Domain\Payment\Repository\PaymentRepositoryInterface"; reason: private alias.
Removed service "App\Domain\PaymentGateway\Repository\PaymentGatewayConfigRepositoryInterface"; reason: private alias.
Removed service "App\Domain\PaymentNotification\Repository\PaymentNotificationRepositoryInterface"; reason: private alias.
Removed service "App\Domain\PaymentNotification\Retry\RetryStrategyInterface"; reason: private alias.
Removed service "App\Domain\PaymentNotification\Sender\PaymentNotificationSenderInterface"; reason: private alias.
Removed service "App\Domain\Shared\Repository\PaginatorInterface"; reason: private alias.
Removed service "App\Domain\Site\Generator\SiteSecretGeneratorInterface"; reason: private alias.
Removed service "App\Domain\Site\Repository\SiteRepositoryInterface"; reason: private alias.
Removed service "App\Infrastructure\Shared\Bus\Command\CommandBusInterface"; reason: private alias.
Removed service "App\Infrastructure\Shared\Bus\Event\EventBusInterface"; reason: private alias.
Removed service "App\Infrastructure\Shared\Bus\Query\QueryBusInterface"; reason: private alias.
Removed service "App\Infrastructure\Shared\Utils\FileDownloaderInterface"; reason: private alias.
Removed service "App\UI\Shared\Action\ActionFactoryInterface"; reason: private alias.
Removed service "App\UI\Shared\Action\ActionInterface"; reason: private alias.
Removed service "App\UI\Shared\Datatable\Button\ButtonInterface"; reason: private alias.
Removed service "App\UI\Shared\Datatable\Generator\ActionGeneratorInterface"; 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\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\Component\Asset\PackageInterface $datatablesCdnPackage"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "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 "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $messengerBusQuery"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $messengerBusEventAsync"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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 "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.email_admin_provider"; reason: private alias.
Removed service "security.user.provider.concrete.email_merchant_provider"; reason: private alias.
Removed service "security.user.provider.concrete.login_site_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.merchant"; reason: private alias.
Removed service "security.user_checker.merchant"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\FacebookClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "api_platform.state_provider.main"; reason: private alias.
Removed service "api_platform.state_processor.main"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "api_platform.swagger_ui.listener"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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 "fos_js_routing.router"; 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 "payum.entity_manager"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; 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 $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $payumLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.UbdXSFO"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.mldWuyF"; reason: private alias.
Removed service ".service_locator.IQ8.eze"; reason: private alias.
Removed service ".service_locator.i5FnhNA"; reason: private alias.
Removed service ".service_locator.RaZAuKq"; reason: private alias.
Removed service ".service_locator.ApH98nX"; reason: private alias.
Removed service ".service_locator.LI2eMXV"; reason: private alias.
Removed service ".service_locator.kDvt9tc"; reason: private alias.
Removed service ".service_locator.pVyWrnv"; reason: private alias.
Removed service ".service_locator.ABizECd"; reason: private alias.
Removed service ".service_locator.VwKMydI"; reason: private alias.
Removed service ".service_locator.w5LsABA"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.moCBl1."; reason: private alias.
Removed service ".service_locator.1jahnja"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.deprecations.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.query_parameter_validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.merchant"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "argument_resolver.backed_enum_resolver"; reason: private alias.
Removed service "argument_resolver.uid"; reason: private alias.
Removed service "argument_resolver.datetime"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "api_platform.argument_resolver.payload"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.command"; reason: private alias.
Removed service "messenger.bus.query"; reason: private alias.
Removed service "messenger.bus.event.async"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.b9CgF9r"; reason: private alias.
Removed service ".service_locator.ldK6oeB"; reason: private alias.
Removed service ".service_locator.zm.QSIc"; reason: private alias.
Removed service ".service_locator.aWb4LOe"; reason: private alias.
Removed service ".service_locator.LjSeazH"; reason: private alias.
Removed service ".service_locator.df_dLUR"; reason: private alias.
Removed service ".service_locator.et5jj3W"; reason: private alias.
Removed service ".service_locator.J7VFhLm"; reason: private alias.
Removed service ".service_locator.AcoIDkR"; reason: private alias.
Removed service ".service_locator.ndZ4xNU"; reason: private alias.
Removed service ".service_locator.FPFiL9q"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.kvpG.0G"; reason: private alias.
Removed service ".service_locator.pWx38fm"; reason: private alias.
Removed service ".service_locator.5vf.lpG"; reason: private alias.
Removed service ".service_locator.BtKjewo"; reason: private alias.
Removed service ".service_locator.V7My67v"; reason: private alias.
Removed service ".service_locator.wVxVOvM"; reason: private alias.
Removed service ".service_locator.8KBUtPQ"; reason: private alias.
Removed service ".service_locator.Yne3LV1"; reason: private alias.
Removed service ".service_locator.xZWO6DP"; reason: private alias.
Removed service ".service_locator..Z_8zjg"; reason: private alias.
Removed service ".service_locator.v1pECpc"; reason: private alias.
Removed service ".service_locator.b9qkJoG"; reason: private alias.
Removed service ".service_locator.QRvkabQ"; reason: private alias.
Removed service ".service_locator.s.ILdrO"; reason: private alias.
Removed service ".service_locator.18fVvRJ"; reason: private alias.
Removed service ".service_locator.6bbuUE0"; reason: private alias.
Removed service ".service_locator.slnlTRs"; reason: private alias.
Removed service ".service_locator.I1HzfbF"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
Removed service ".service_locator.wqigkpA"; reason: private alias.
Removed service ".service_locator..Rse_BW"; reason: private alias.
136
Changed reference of service "App\Application\Merchant\Sender\MerchantForgotPasswordEmailSender" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Merchant\Sender\MerchantForgotPasswordEmailSender" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Merchant\Sender\MerchantInvitationEmailSender" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Merchant\Sender\MerchantInvitationEmailSender" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Auth\Symfony\Security\Authenticator\AdminLoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Auth\Symfony\Security\Authenticator\MerchantLoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Shared\Bus\Command\MessengerCommandBus" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "App\Infrastructure\Shared\Bus\Event\MessengerEventBus" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "App\Infrastructure\Shared\Bus\Query\MessengerQueryBus" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "App\UI\Admin\ActionStackFactory\AdministratorActionStackFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\ActionStackFactory\AdministratorActionStackFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Admin\ActionStackFactory\MerchantActionStackFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\ActionStackFactory\MerchantActionStackFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Admin\ActionStackFactory\PaymentGatewayConfigActionStackFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\ActionStackFactory\SiteActionStackFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\Datatable\AdministratorDatatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Admin\Datatable\AdministratorDatatable" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\Datatable\MerchantDatatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Admin\Datatable\MerchantDatatable" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\Datatable\PaymentDatatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Admin\Datatable\PaymentDatatable" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\Datatable\PaymentGatewayConfigDatatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Admin\Datatable\PaymentGatewayConfigDatatable" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Admin\Datatable\SiteDatatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Admin\Datatable\SiteDatatable" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Merchant\ActionStackFactory\MerchantActionStackFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Merchant\ActionStackFactory\MerchantActionStackFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Merchant\ActionStackFactory\SiteActionStackFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Merchant\Datatable\MerchantSitesDatatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Merchant\Datatable\MerchantSitesDatatable" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Merchant\Datatable\PaymentDatatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Merchant\Datatable\PaymentDatatable" previously pointing to "router.default" to "router".
Changed reference of service "App\UI\Shared\Action\ActionFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\UI\Shared\Datatable\Generator\ActionGenerator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "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 "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.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.listener.request.deserialize" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "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 "sg_datatables.datatable.abstract" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sg_datatables.datatable.abstract" previously pointing to "router.default" to "router".
Changed reference of service "sg_datatables.factory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sg_datatables.factory" previously pointing to "router.default" to "router".
Changed reference of service "payum.token_factory_builder" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.RNghOEd" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZISB3B4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jt5adYq" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2TTsGfe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PMh6pnI" previously pointing to "debug.traced.messenger.bus.command" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\UI\Admin\Security\AdministratorVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\UI\Merchant\Security\SiteVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.0zJIZLv" previously pointing to "router.default" to "router".
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.aaMJQmH" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3h7QIKc" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
306
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "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 "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 "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.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "sg_datatables.datatable.abstract"; reason: abstract.
Removed service "payum.extension.storage.prototype"; reason: abstract.
Removed service "Payum\Bundle\PayumBundle\Controller\PayumController"; reason: abstract.
Removed service "payum.storage.doctrine.orm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\ActivateAdministrator\ActivateAdministratorCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Administrator\Command\ActivateAdministrator\ActivateAdministratorCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\ChangePasswordAdministrator\ChangePasswordAdministratorCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Administrator\Command\ChangePasswordAdministrator\ChangePasswordAdministratorCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\CreateAdministrator\CreateAdministratorCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Administrator\Command\CreateAdministrator\CreateAdministratorCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\EditAdministrator\EditAdministratorCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Administrator\Command\EditAdministrator\EditAdministratorCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Administrator\Command\RemoveAdministrator\RemoveAdministratorCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Administrator\Command\RemoveAdministrator\RemoveAdministratorCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Application\Administrator\Validator\AdministratorUniqueEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Administrator\Validator\AdministratorUniqueEmailValidator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\Common\CommonServices"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Common\CommonServices"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ActivateMerchant\ActivateMerchantCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\ActivateMerchant\ActivateMerchantCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ChangePasswordMerchant\ChangePasswordMerchantCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\ChangePasswordMerchant\ChangePasswordMerchantCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\CreateMerchant\CreateMerchantCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\CreateMerchant\CreateMerchantCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\EditMerchant\EditMerchantCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\EditMerchant\EditMerchantCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\RemoveMerchant\RemoveMerchantCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\RemoveMerchant\RemoveMerchantCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\ResetMerchantPassword\ResetMerchantPasswordCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\ResetMerchantPassword\ResetMerchantPasswordCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Merchant\Query\FindMerchantResetPasswordTokenByToken\FindMerchantResetPasswordTokenByTokenQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Query\FindMerchantResetPasswordTokenByToken\FindMerchantResetPasswordTokenByTokenQueryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Application\Merchant\Validator\MerchantUniqueEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Merchant\Validator\MerchantUniqueEmailValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CancelPayment\CancelPaymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\Command\CancelPayment\CancelPaymentCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CompletePayment\CompletePaymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\Command\CompletePayment\CompletePaymentCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\Command\CreatePayment\CreatePaymentCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\PendingPayment\PendingPaymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\Command\PendingPayment\PendingPaymentCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Command\RejectPayment\RejectPaymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\Command\RejectPayment\RejectPaymentCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCancelledEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\EventHandler\PaymentCancelledEventHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCompletedEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\EventHandler\PaymentCompletedEventHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentCreatedEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\EventHandler\PaymentCreatedEventHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentPendingEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\EventHandler\PaymentPendingEventHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\EventHandler\PaymentRejectedEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\EventHandler\PaymentRejectedEventHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Payment\Query\FindPayment\FindPaymentByIdQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Payment\Query\FindPayment\FindPaymentByIdQueryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentGatewayConfig\Command\CreatePaymentGatewayConfig\CreatePaymentGatewayConfigCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\PaymentGatewayConfig\Command\CreatePaymentGatewayConfig\CreatePaymentGatewayConfigCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentGatewayConfig\Command\EditPaymentGatewayConfig\EditPaymentGatewayConfigCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\PaymentGatewayConfig\Command\EditPaymentGatewayConfig\EditPaymentGatewayConfigCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\Command\CreatePaymentNotification\CreatePaymentNotificationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\PaymentNotification\Command\CreatePaymentNotification\CreatePaymentNotificationCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\PaymentNotification\EventHandler\PaymentNotificationCreatedEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\PaymentNotification\EventHandler\PaymentNotificationCreatedEventHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Application\PaymentNotification\Sender\ApiPaymentNotificationSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\PaymentNotification\Sender\ApiPaymentNotificationSender"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\ActivateSite\ActivateSiteCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Site\Command\ActivateSite\ActivateSiteCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\CreateSite\CreateSiteCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Site\Command\CreateSite\CreateSiteCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\EditSite\EditSiteCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Site\Command\EditSite\EditSiteCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\EditSiteBillingInformation\EditSiteBillingInformationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Site\Command\EditSiteBillingInformation\EditSiteBillingInformationCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Application\Site\Command\RemoveSite\RemoveSiteCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Site\Command\RemoveSite\RemoveSiteCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\Administrator\CreateAdministratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Cli\Administrator\CreateAdministratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\PaymentGateway\AddIbanXsPaymentGatewayCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Cli\PaymentGateway\AddIbanXsPaymentGatewayCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cli\PaymentNotification\SendPaymentNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Cli\PaymentNotification\SendPaymentNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RetryMerchantNotficationCommand"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Command\RetryMerchantNotficationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RetryMerchantNotficationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadLogCommand"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Command\UploadLogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UploadLogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\YapilyPollingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\YapilyPollingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DatatableQuerySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DatatableQuerySubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\Infrastructure\Administrator\Doctrine\DataFixtures\AdministratorFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Administrator\Doctrine\DataFixtures\AdministratorFixtures"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Auth\Symfony\Security\Authenticator\SiteAuthenticator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Auth\Symfony\Security\Authenticator\SiteAuthenticator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Payment\ApiPlatform\State\Processor\PaymentProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\Infrastructure\Payment\ApiPlatform\State\Provider\PaymentProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Payment\ApiPlatform\State\Provider\PaymentProvider"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\Payment\Payum\Extension\PaymentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Payment\Payum\Extension\PaymentExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Payment\Validators\Constraints\UniqueExternalIdValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Payment\Validators\Constraints\UniqueExternalIdValidator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\CaptureAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\CaptureAction"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\ConvertPaymentAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\ConvertPaymentAction"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\NotifyAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\NotifyAction"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Infrastructure\PaymentGateway\IbanXS\Action\StatusAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\PaymentGateway\IbanXS\Action\StatusAction"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\Shared\Symfony\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Shared\Symfony\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\AdministratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\AdministratorController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Controller\AdministratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\MerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\MerchantController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Controller\MerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Admin\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Admin\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Admin\Controller\SiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Administrator\AdministratorCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Administrator\AdministratorEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Administrator\AdministratorRoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Administrator\AdministratorRoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Merchant\MerchantCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Merchant\MerchantCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Merchant\MerchantEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Merchant\MerchantEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\IbanXsConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\IbanXsConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\PaymentGatewayConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\PaymentGateway\YapilyPayConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\PaymentGateway\YapilyPayConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteBillingInformationType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteBillingInformationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditBillingInformationType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteEditBillingInformationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditIntegrationDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteEditIntegrationDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Admin\Form\Type\Site\SiteEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Form\Type\Site\SiteEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\UI\Admin\Security\AdministratorVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Admin\Security\AdministratorVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Frontend\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Frontend\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Frontend\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Frontend\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ForgotPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ForgotPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Controller\ForgotPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Merchant\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Merchant\Controller\SiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\ForgotPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Form\Type\ForgotPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\ProfileEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Form\Type\ProfileEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditBillingInformationType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Form\Type\SiteEditBillingInformationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditIntegrationDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Form\Type\SiteEditIntegrationDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Merchant\Form\Type\SiteEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Form\Type\SiteEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\UI\Merchant\Security\SiteVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Merchant\Security\SiteVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\UI\Public\Controller\YapilyPaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\UI\Public\Controller\YapilyPaymentsController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\UI\Public\Controller\YapilyPaymentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Public\Controller\YapilyPaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\UI\Shared\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Shared\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\UI\Shared\Form\Extension\SubmitTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Shared\Form\Extension\SubmitTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\UI\Shared\Twig\ActionStackTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Shared\Twig\ActionStackTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\UI\Shared\Twig\StatusTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\UI\Shared\Twig\StatusTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver"; reason: abstract.
Removed service ".abstract.instanceof.Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Fusonic\HttpKernelExtensions\Normalizer\ConstraintViolationExceptionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Fusonic\HttpKernelExtensions\Normalizer\ConstraintViolationExceptionNormalizer"; reason: abstract.
202
Removed service "App\Application\Administrator\Command\ActivateAdministrator\ActivateAdministratorCommand"; reason: unused.
Removed service "App\Application\Administrator\Command\ChangePasswordAdministrator\ChangePasswordAdministratorCommand"; reason: unused.
Removed service "App\Application\Administrator\Command\CreateAdministrator\CreateAdministratorCommand"; reason: unused.
Removed service "App\Application\Administrator\Command\EditAdministrator\EditAdministratorCommand"; reason: unused.
Removed service "App\Application\Administrator\Command\RemoveAdministrator\RemoveAdministratorCommand"; reason: unused.
Removed service "App\Application\Administrator\Validator\AdministratorUniqueEmail"; reason: unused.
Removed service "App\Application\Merchant\Command\ActivateMerchant\ActivateMerchantCommand"; reason: unused.
Removed service "App\Application\Merchant\Command\ChangePasswordMerchant\ChangePasswordMerchantCommand"; reason: unused.
Removed service "App\Application\Merchant\Command\CreateMerchant\CreateMerchantCommand"; reason: unused.
Removed service "App\Application\Merchant\Command\EditMerchant\EditMerchantCommand"; reason: unused.
Removed service "App\Application\Merchant\Command\RemoveMerchant\RemoveMerchantCommand"; reason: unused.
Removed service "App\Application\Merchant\Command\ResetMerchantPassword\ResetMerchantPasswordCommand"; reason: unused.
Removed service "App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommand"; reason: unused.
Removed service "App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommand"; reason: unused.
Removed service "App\Application\Merchant\Query\FindMerchantResetPasswordTokenByToken\FindMerchantResetPasswordTokenByTokenQuery"; reason: unused.
Removed service "App\Application\Merchant\Validator\MerchantUniqueEmail"; reason: unused.
Removed service "App\Application\Payment\Command\CancelPayment\CancelPaymentCommand"; reason: unused.
Removed service "App\Application\Payment\Command\CompletePayment\CompletePaymentCommand"; reason: unused.
Removed service "App\Application\Payment\Command\CreatePayment\CreatePaymentCommand"; reason: unused.
Removed service "App\Application\Payment\Command\PendingPayment\PendingPaymentCommand"; reason: unused.
Removed service "App\Application\Payment\Command\RejectPayment\RejectPaymentCommand"; reason: unused.
Removed service "App\Application\Payment\Query\FindPayment\FindPaymentByIdQuery"; reason: unused.
Removed service "App\Application\PaymentGatewayConfig\Command\CreatePaymentGatewayConfig\CreatePaymentGatewayConfigCommand"; reason: unused.
Removed service "App\Application\PaymentGatewayConfig\Command\EditPaymentGatewayConfig\EditPaymentGatewayConfigCommand"; reason: unused.
Removed service "App\Application\PaymentNotification\Command\CreatePaymentNotification\CreatePaymentNotificationCommand"; reason: unused.
Removed service "App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommand"; reason: unused.
Removed service "App\Application\Site\Command\ActivateSite\ActivateSiteCommand"; reason: unused.
Removed service "App\Application\Site\Command\CreateSite\CreateSiteCommand"; reason: unused.
Removed service "App\Application\Site\Command\EditSite\EditSiteCommand"; reason: unused.
Removed service "App\Application\Site\Command\EditSiteBillingInformation\EditSiteBillingInformationCommand"; reason: unused.
Removed service "App\Application\Site\Command\RemoveSite\RemoveSiteCommand"; reason: unused.
Removed service "App\Application\Site\Generator\SiteSecretGenerator"; reason: unused.
Removed service "App\Domain\Email\Model\Email"; reason: unused.
Removed service "App\Domain\Merchant\Exception\MerchantResetPasswordTokenAlreadyUsedException"; reason: unused.
Removed service "App\Domain\Merchant\Model\MerchantResetPasswordToken"; reason: unused.
Removed service "App\Domain\Money\Model\Currency"; reason: unused.
Removed service "App\Domain\Money\Model\Money"; reason: unused.
Removed service "App\Domain\Payment\Event\PaymentCancelledEvent"; reason: unused.
Removed service "App\Domain\Payment\Event\PaymentCompletedEvent"; reason: unused.
Removed service "App\Domain\Payment\Event\PaymentCreatedEvent"; reason: unused.
Removed service "App\Domain\Payment\Event\PaymentPendingEvent"; reason: unused.
Removed service "App\Domain\Payment\Event\PaymentRejectedEvent"; reason: unused.
Removed service "App\Domain\Payment\Model\PaymentStatus"; reason: unused.
Removed service "App\Domain\Payment\Model\PaymentToken"; reason: unused.
Removed service "App\Domain\PaymentGateway\Model\IbanXSConfiguration"; reason: unused.
Removed service "App\Domain\PaymentGateway\Model\PaymentGatewayConfig"; reason: unused.
Removed service "App\Domain\PaymentGateway\Model\UserPaymentInfo"; reason: unused.
Removed service "App\Domain\PaymentGateway\Model\YapilyPayConfiguration"; reason: unused.
Removed service "App\Domain\PaymentNotification\Event\PaymentNotificationCreatedEvent"; reason: unused.
Removed service "App\Domain\PaymentNotification\Model\PaymentNotification"; reason: unused.
Removed service "App\Domain\Shared\Exception\BusinessLogicViolationException"; reason: unused.
Removed service "App\Domain\Shared\Exception\NotFoundException"; reason: unused.
Removed service "App\Domain\Site\Model\BillingInformation"; reason: unused.
Removed service "App\Infrastructure\Administrator\Doctrine\DBAL\AdministratorRoleType"; reason: unused.
Removed service "App\Infrastructure\Merchant\Doctrine\DBAL\MerchantRoleType"; reason: unused.
Removed service "App\Infrastructure\Money\Doctrine\DBAL\CurrencyType"; reason: unused.
Removed service "App\Infrastructure\Payment\ApiPlatform\Payload\PaymentPayload"; reason: unused.
Removed service "App\Infrastructure\Payment\ApiPlatform\Resource\PaymentResource"; reason: unused.
Removed service "App\Infrastructure\Payment\ApiPlatform\Response\PaymentResponse"; reason: unused.
Removed service "App\Infrastructure\Payment\Doctrine\DBAL\PaymentStatusType"; reason: unused.
Removed service "App\Infrastructure\Payment\Validators\Constraints\UniqueExternalId"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\IbanXS\Action\CaptureAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\IbanXS\Action\ConvertPaymentAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\IbanXS\Action\NotifyAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\IbanXS\Action\StatusAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\IbanXS\Api"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\IbanXS\IbanXSGatewayFactory"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\IbanXS\TransactionStatus"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\YapilyPay\Action\CaptureAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\YapilyPay\Action\ConvertPaymentAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\YapilyPay\Action\NotifyAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\YapilyPay\Action\StatusAction"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\YapilyPay\Api"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\YapilyPay\TransactionStatus"; reason: unused.
Removed service "App\Infrastructure\PaymentGateway\YapilyPay\YapilyPayGatewayFactory"; reason: unused.
Removed service "App\Infrastructure\Shared\ApiPlatform\State\Paginator"; reason: unused.
Removed service "App\Infrastructure\Shared\Doctrine\DBAL\MinutesType"; reason: unused.
Removed service "App\Infrastructure\Shared\Doctrine\DoctrinePaginator"; reason: unused.
Removed service "App\Infrastructure\Shared\Symfony\DependencyInjection\Compiler\ClearNativeProviderAndProcessorsCompilerPass"; reason: unused.
Removed service "App\Infrastructure\Shared\Utils\FileDownloader"; reason: unused.
Removed service "App\Infrastructure\Site\Doctrine\DBAL\SiteRoleType"; reason: unused.
Removed service "App\UI\Admin\ActionStackFactory\PaymentGatewayConfigActionStackFactory"; reason: unused.
Removed service "App\UI\Admin\Datatable\PaymentGatewayConfigDatatable"; reason: unused.
Removed service "App\UI\Admin\Dto\PaymentGatewayConfigCreateDTO"; reason: unused.
Removed service "App\UI\Admin\Menu\MenuBuilder"; reason: unused.
Removed service "App\UI\Merchant\Menu\MenuBuilder"; reason: unused.
Removed service "App\UI\Shared\Action\Action"; reason: unused.
Removed service "App\UI\Shared\Action\ActionStack"; reason: unused.
Removed service "App\UI\Shared\Action\Confirmation"; reason: unused.
Removed service "App\UI\Shared\Datatable\Action\Action"; reason: unused.
Removed service "App\UI\Shared\Datatable\Button\Button"; reason: unused.
Removed service "App\UI\Shared\Datatable\Button\ButtonsList"; reason: unused.
Removed service "App\UI\Shared\Datatable\Button\Factory\ButtonFactory"; reason: unused.
Removed service "App\UI\Shared\Datatable\Column\ActionColumn"; reason: unused.
Removed service "App\UI\Shared\Datatable\Filter\CaseInsensitiveFilter"; reason: unused.
Removed service "App\UI\Shared\Exception\FormErrorException"; reason: unused.
Removed service "App\UI\Shared\Form\Extractor\FormErrorsExtractor"; reason: unused.
Removed service "App\UI\Shared\Status\BooleanStatus"; reason: unused.
Removed service "App\UI\Shared\Status\HtmlStatus"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; 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.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "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~97xBSRt"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "Snc\RedisBundle\Logger\RedisCallInterceptor"; reason: unused.
Removed service "snc_redis.phpredis_factory"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.chain_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.authorization_header_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~fhcm6PK"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.orm"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service ".service_locator.B2N.LKQ"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
455
Inlined service "App\Application\Merchant\Sender\MerchantForgotPasswordEmailSender" to "App\Application\Merchant\Command\SendMerchantForgotPasswordEmail\SendMerchantForgotPasswordEmailCommandHandler".
Inlined service "App\Application\Merchant\Sender\MerchantInvitationEmailSender" to "App\Application\Merchant\Command\SendMerchantInvitationEmail\SendMerchantInvitationEmailCommandHandler".
Inlined service "App\Application\PaymentNotification\Sender\ApiPaymentNotificationSender" to "App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler".
Inlined service "App\Application\PaymentNotification\Retry\MultiplierRetryStrategy" to "App\Application\PaymentNotification\Command\SendPaymentNotification\SendPaymentNotificationCommandHandler".
Inlined service "App\Application\Mail\SesMailService" to "App\Command\RetryMerchantNotficationCommand".
Inlined service "App\Application\S3\S3Service" to "App\Command\UploadLogCommand".
Inlined service "mailer.mailer" to "App\Infrastructure\Email\Sender\SymfonyMailer".
Inlined service "App\Infrastructure\Shared\ApiPlatform\OpenApi\AuthOpenApiFactory.inner" to "App\Infrastructure\Shared\ApiPlatform\OpenApi\AuthOpenApiFactory".
Inlined service "App\Infrastructure\Shared\Bus\Event\MessengerEventBus" to "App\Infrastructure\Shared\Doctrine\DomainEventSubscriber".
Inlined service ".service_locator.0zJIZLv.App\UI\Admin\Controller\AdministratorController" to "App\UI\Admin\Controller\AdministratorController".
Inlined service ".service_locator.0zJIZLv.App\UI\Admin\Controller\DashboardController" to "App\UI\Admin\Controller\DashboardController".
Inlined service ".service_locator.0zJIZLv.App\UI\Admin\Controller\MerchantController" to "App\UI\Admin\Controller\MerchantController".
Inlined service ".service_locator.0zJIZLv.App\UI\Admin\Controller\PaymentController" to "App\UI\Admin\Controller\PaymentController".
Inlined service ".service_locator.0zJIZLv.App\UI\Admin\Controller\SecurityController" to "App\UI\Admin\Controller\SecurityController".
Inlined service ".service_locator.0zJIZLv.App\UI\Admin\Controller\SiteController" to "App\UI\Admin\Controller\SiteController".
Inlined service ".service_locator.0zJIZLv.App\UI\Frontend\Controller\PaymentController" to "App\UI\Frontend\Controller\PaymentController".
Inlined service ".service_locator.0zJIZLv.App\UI\Merchant\Controller\DashboardController" to "App\UI\Merchant\Controller\DashboardController".
Inlined service ".service_locator.0zJIZLv.App\UI\Merchant\Controller\ForgotPasswordController" to "App\UI\Merchant\Controller\ForgotPasswordController".
Inlined service ".service_locator.0zJIZLv.App\UI\Merchant\Controller\PaymentController" to "App\UI\Merchant\Controller\PaymentController".
Inlined service ".service_locator.0zJIZLv.App\UI\Merchant\Controller\ProfileController" to "App\UI\Merchant\Controller\ProfileController".
Inlined service ".service_locator.0zJIZLv.App\UI\Merchant\Controller\ResetPasswordController" to "App\UI\Merchant\Controller\ResetPasswordController".
Inlined service ".service_locator.0zJIZLv.App\UI\Merchant\Controller\SecurityController" to "App\UI\Merchant\Controller\SecurityController".
Inlined service ".service_locator.0zJIZLv.App\UI\Merchant\Controller\SiteController" to "App\UI\Merchant\Controller\SiteController".
Inlined service ".service_locator.0zJIZLv.App\UI\Public\Controller\YapilyPaymentsController" to "App\UI\Public\Controller\YapilyPaymentsController".
Inlined service "admin.menu_builder" to "admin.menu".
Inlined service "merchant.menu_builder" to "merchant.menu".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.yKHwqJO" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "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 "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.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 "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.DUDmvWa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.y5RowdQ" 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 "Fusonic\HttpKernelExtensions\Normalizer\ConstraintViolationExceptionNormalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.serializer.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" 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.csv" to "serializer".
Inlined service "api_platform.jsonopenapi.encoder" to "serializer".
Inlined service "api_platform.yamlopenapi.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" 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.sI8cX5w" 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.w7rKLVm" 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.PMh6pnI" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.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.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.MCke5sA" 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 "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_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "monolog.logger.snc_redis" to "snc_redis.logger".
Inlined service "snc_redis.logger" to "snc_redis.data_collector".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.9czg417" to "security.access_map".
Inlined service ".security.request_matcher.HKdcZJ0" to "security.access_map".
Inlined service ".security.request_matcher..IyJZfr" to "security.access_map".
Inlined service ".security.request_matcher.6MW4c1H" to "security.access_map".
Inlined service ".security.request_matcher.udupOmJ" to "security.access_map".
Inlined service ".security.request_matcher.OFHgJOJ" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.H4iLMvc" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
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.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service "debug.security.firewall.authenticator.merchant.inner" to "debug.security.firewall.authenticator.merchant".
Inlined service "App\Infrastructure\Auth\Symfony\Security\Checker\MerchantChecker" to "security.listener.user_checker.merchant".
Inlined service "security.exception_listener.merchant" to "security.firewall.map.context.merchant".
Inlined service "security.logout_listener.merchant" to "security.firewall.map.context.merchant".
Inlined service "security.firewall.map.config.merchant" to "security.firewall.map.context.merchant".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "App\Infrastructure\Auth\Symfony\Security\Checker\SiteChecker" to "security.listener.user_checker.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\UI\Shared\Twig\ActionStackTwigExtension" to "twig".
Inlined service "App\UI\Shared\Twig\StatusTwigExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sg_datatables.twig.extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service "workflow.registry" to "workflow.twig_extension".
Inlined service ".service_locator.5aA4x2p" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_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 "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "gesdinet.jwtrefreshtoken".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "knpu.oauth2.provider.facebook" to "knpu.oauth2.client.facebook".
Inlined service "knpu.oauth2.provider.google" to "knpu.oauth2.client.google".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\Infrastructure\Administrator\Doctrine\DataFixtures\AdministratorFixtures" to "doctrine.fixtures.loader".
Inlined service "dunglas_doctrine_json_odm.normalizer.backed_enum" to "dunglas_doctrine_json_odm.serializer".
Inlined service "dunglas_doctrine_json_odm.normalizer.uid" to "dunglas_doctrine_json_odm.serializer".
Inlined service "dunglas_doctrine_json_odm.normalizer.datetime" to "dunglas_doctrine_json_odm.serializer".
Inlined service "dunglas_doctrine_json_odm.normalizer.array" to "dunglas_doctrine_json_odm.serializer".
Inlined service "dunglas_doctrine_json_odm.normalizer.object" to "dunglas_doctrine_json_odm.serializer".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.api.identifiers_extractor" to "api_platform.symfony.iri_converter".
Inlined service "api_platform.symfony.iri_converter.skolem" to "api_platform.symfony.iri_converter".
Inlined service ".service_locator.jJHmj6t" to "api_platform.state_provider.locator".
Inlined service ".service_locator.h9SfxQB" to "api_platform.state_processor.locator".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.state_provider.content_negotiation".
Inlined service "api_platform.state_processor.add_link_header.inner" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.http_cache.processor.add_headers" to "api_platform.state_processor.serialize".
Inlined service "api_platform.state_processor.serialize" to "api_platform.state_processor.write".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.deprecations" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.deprecations".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.json_schema.backward_compatible_schema_factory.inner" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~D50jAOJ" to ".1_Serializer~D50jAOJ".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.swagger_ui.provider.inner" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.state_provider.query_parameter_validate".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.access_checker".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~TPD_qsR" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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.7yMjEo0" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
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 "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 "payum.http_request_verifier_builder" to "payum.builder".
Inlined service "payum.token_factory_builder" to "payum.builder".
Inlined service "payum.core_gateway_factory_builder" to "payum.builder".
Inlined service "payment_gateway_factory.iban_xs" to "payum.builder".
Inlined service "payum.builder" to "payum".
Inlined service ".service_locator.aaMJQmH.Payum\Bundle\PayumBundle\Controller\AuthorizeController" to "Payum\Bundle\PayumBundle\Controller\AuthorizeController".
Inlined service ".service_locator.aaMJQmH.Payum\Bundle\PayumBundle\Controller\CancelController" to "Payum\Bundle\PayumBundle\Controller\CancelController".
Inlined service ".service_locator.aaMJQmH.Payum\Bundle\PayumBundle\Controller\CaptureController" to "Payum\Bundle\PayumBundle\Controller\CaptureController".
Inlined service ".service_locator.aaMJQmH.Payum\Bundle\PayumBundle\Controller\NotifyController" to "Payum\Bundle\PayumBundle\Controller\NotifyController".
Inlined service ".service_locator.aaMJQmH.Payum\Bundle\PayumBundle\Controller\PayoutController" to "Payum\Bundle\PayumBundle\Controller\PayoutController".
Inlined service ".service_locator.aaMJQmH.Payum\Bundle\PayumBundle\Controller\RefundController" to "Payum\Bundle\PayumBundle\Controller\RefundController".
Inlined service ".service_locator.aaMJQmH.Payum\Bundle\PayumBundle\Controller\SyncController" to "Payum\Bundle\PayumBundle\Controller\SyncController".
Inlined service "debug.argument_resolver.backed_enum_resolver.inner" to "debug.argument_resolver.backed_enum_resolver".
Inlined service "debug.argument_resolver.uid.inner" to "debug.argument_resolver.uid".
Inlined service "debug.argument_resolver.datetime.inner" to "debug.argument_resolver.datetime".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver.inner" to "debug.Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.api_platform.argument_resolver.payload.inner" to "debug.api_platform.argument_resolver.payload".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.command.messenger.handlers_locator" to "messenger.bus.command.middleware.handle_message".
Inlined service "messenger.bus.query.messenger.handlers_locator" to "messenger.bus.query.middleware.handle_message".
Inlined service "debug.traced.messenger.bus.query.inner" to "debug.traced.messenger.bus.query".
Inlined service "messenger.bus.event.async.messenger.handlers_locator" to "messenger.bus.event.async.middleware.handle_message".
Inlined service "debug.traced.messenger.bus.event.async.inner" to "debug.traced.messenger.bus.event.async".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\UI\Admin\Security\AdministratorVoter" to "debug.security.voter.App\UI\Admin\Security\AdministratorVoter".
Inlined service "App\UI\Merchant\Security\SiteVoter" to "debug.security.voter.App\UI\Merchant\Security\SiteVoter".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.vUkdA2v" to ".service_locator.vUkdA2v.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 "api_platform.pagination_options" to "App\Infrastructure\Shared\ApiPlatform\OpenApi\AuthOpenApiFactory.inner".
Inlined service "security.authenticator.manager.admin" to "debug.security.firewall.authenticator.admin.inner".
Inlined service "security.authenticator.manager.merchant" to "debug.security.firewall.authenticator.merchant.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "api_platform.state_provider.access_checker" to "api_platform.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.state_provider.query_parameter_validate" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~D50jAOJ" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.AKaNUvs" to "console.command_loader".
Inlined service ".service_locator.vUkdA2v.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.command.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".