Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:937 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:946 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:108 called by DocParser.php:693, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)
Since symfony/routing 6.4: Class "App\Controller\Api\Company\CompanyContactController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Api\Company\CompanyUserController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Api\StaticData\StaRoleTypeController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Settings\Company\CompanyController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Settings\Company\CompanyUserController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Settings\Integration\IntegrationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Settings\StaticData\CurrencyController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Settings\StaticData\LanguageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\Store\StoreController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\Pages\Admin\User\ForgotPasswordController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\ExtensionMetadataFactory constructor instead. (ExtensionMetadataFactory.php:87 called by MappedEventSubscriber.php:169, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:181 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:70 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)
"SELECT t0.code AS code_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_default AS is_default_4, t0.deleted_at AS deleted_at_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM sta_language t0 WHERE t0.is_default = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_default AS is_default_4, t0.deleted_at AS deleted_at_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM sta_language t0 WHERE t0.is_default = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_default AS is_default_4, t0.deleted_at AS deleted_at_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM sta_language t0 WHERE t0.is_active = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_default AS is_default_4, t0.deleted_at AS deleted_at_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM sta_language t0 WHERE t0.is_active = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT s0_.language_code AS sclr_0 FROM store s0_ WHERE (s0_.name = ?) AND (s0_.deleted_at IS NULL) LIMIT 1"
(parameters:
[1 => "king food"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.language_code AS sclr_0 FROM store s0_ WHERE (s0_.name = ?) AND (s0_.deleted_at IS NULL) LIMIT 1"
"params" => [1 => "king food"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.location AS location_5, t0.waiter_call_sound AS waiter_call_sound_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.mail AS mail_9, t0.phone AS phone_10, t0.working_date AS working_date_11, t0.logo_file_name AS logo_file_name_12, t0.cover_file_name AS cover_file_name_13, t0.allow_guest_order AS allow_guest_order_14, t0.require_table_selection AS require_table_selection_15, t0.kitchen_delayed_minutes AS kitchen_delayed_minutes_16, t0.ready_not_served_minutes AS ready_not_served_minutes_17, t0.dirty_minutes AS dirty_minutes_18, t0.allow_waiter_call AS allow_waiter_call_19, t0.service_fee_payer AS service_fee_payer_20, t0.service_fee_fixed AS service_fee_fixed_21, t0.service_fee_percent AS service_fee_percent_22, t0.service_fee_waived AS service_fee_waived_23, t0.service_fee_free_until AS service_fee_free_until_24, t0.deleted_at AS deleted_at_25, t0.is_active AS is_active_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.store_type_id AS store_type_id_29, t0.company_id AS company_id_30, t0.default_currency AS default_currency_31, t0.language_code AS language_code_32 FROM store t0 WHERE t0.name = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
(parameters:
[1 => "king food"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.location AS location_5, t0.waiter_call_sound AS waiter_call_sound_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.mail AS mail_9, t0.phone AS phone_10, t0.working_date AS working_date_11, t0.logo_file_name AS logo_file_name_12, t0.cover_file_name AS cover_file_name_13, t0.allow_guest_order AS allow_guest_order_14, t0.require_table_selection AS require_table_selection_15, t0.kitchen_delayed_minutes AS kitchen_delayed_minutes_16, t0.ready_not_served_minutes AS ready_not_served_minutes_17, t0.dirty_minutes AS dirty_minutes_18, t0.allow_waiter_call AS allow_waiter_call_19, t0.service_fee_payer AS service_fee_payer_20, t0.service_fee_fixed AS service_fee_fixed_21, t0.service_fee_percent AS service_fee_percent_22, t0.service_fee_waived AS service_fee_waived_23, t0.service_fee_free_until AS service_fee_free_until_24, t0.deleted_at AS deleted_at_25, t0.is_active AS is_active_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.store_type_id AS store_type_id_29, t0.company_id AS company_id_30, t0.default_currency AS default_currency_31, t0.language_code AS language_code_32 FROM store t0 WHERE t0.name = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
"params" => [1 => "king food"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:108 called by DocParser.php:693, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)
"SELECT t0.id AS id_1, t0.name AS name_2, t0.company_name AS company_name_3, t0.address AS address_4, t0.email AS email_5, t0.phone AS phone_6, t0.tax_id AS tax_id_7, t0.tax_office AS tax_office_8, t0.token AS token_9, t0.deleted_at AS deleted_at_10, t0.is_active AS is_active_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.company_type AS company_type_14 FROM company t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.company_name AS company_name_3, t0.address AS address_4, t0.email AS email_5, t0.phone AS phone_6, t0.tax_id AS tax_id_7, t0.tax_office AS tax_office_8, t0.token AS token_9, t0.deleted_at AS deleted_at_10, t0.is_active AS is_active_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.company_type AS company_type_14 FROM company t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 3]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_translations AS name_translations_3, t0.deleted_at AS deleted_at_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM sta_store_type t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_translations AS name_translations_3, t0.deleted_at AS deleted_at_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM sta_store_type t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.name AS name_2, t0.iso_number AS iso_number_3, t0.unicode_sign AS unicode_sign_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.deleted_at AS deleted_at_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM sta_currency t0 WHERE t0.code = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "EUR"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.iso_number AS iso_number_3, t0.unicode_sign AS unicode_sign_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.deleted_at AS deleted_at_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM sta_currency t0 WHERE t0.code = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "EUR"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.payment_type_code AS payment_type_code_2, t0.store_id AS store_id_3 FROM store_payment_type t0 WHERE t0.store_id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.payment_type_code AS payment_type_code_2, t0.store_id AS store_id_3 FROM store_payment_type t0 WHERE t0.store_id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.deleted_at AS deleted_at_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.company AS company_8 FROM company_settings t0 WHERE t0.company = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.deleted_at AS deleted_at_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.company AS company_8 FROM company_settings t0 WHERE t0.company = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 3]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.deleted_at AS deleted_at_2, s0_.is_active AS is_active_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5, s0_.store_id AS store_id_6 FROM store_table_location s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.deleted_at AS deleted_at_2, s0_.is_active AS is_active_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5, s0_.store_id AS store_id_6 FROM store_table_location s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT count(s0_.id) AS sclr_0 FROM store_table_location s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT count(s0_.id) AS sclr_0 FROM store_table_location s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.table_number AS table_number_1, s0_.max_capacity AS max_capacity_2, s0_.accepts_orders AS accepts_orders_3, s0_.status_override AS status_override_4, s0_.status_override_at AS status_override_at_5, s0_.deleted_at AS deleted_at_6, s0_.is_active AS is_active_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.store_id AS store_id_10, s0_.table_location_id AS table_location_id_11, s0_.shape AS shape_12 FROM store_table s0_ WHERE (s0_.store_id = ? AND s0_.is_active = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 62 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.table_number AS table_number_1, s0_.max_capacity AS max_capacity_2, s0_.accepts_orders AS accepts_orders_3, s0_.status_override AS status_override_4, s0_.status_override_at AS status_override_at_5, s0_.deleted_at AS deleted_at_6, s0_.is_active AS is_active_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.store_id AS store_id_10, s0_.table_location_id AS table_location_id_11, s0_.shape AS shape_12 FROM store_table s0_ WHERE (s0_.store_id = ? AND s0_.is_active = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 62 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT count(s0_.id) AS sclr_0 FROM store_table s0_ WHERE (s0_.store_id = ? AND s0_.is_active = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 62 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT count(s0_.id) AS sclr_0 FROM store_table s0_ WHERE (s0_.store_id = ? AND s0_.is_active = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 62 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.name AS name_2, t0.deleted_at AS deleted_at_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM sta_table_shape t0 WHERE t0.code = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => "RECT"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.deleted_at AS deleted_at_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM sta_table_shape t0 WHERE t0.code = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => "RECT"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.name_translations AS name_translations_2, s0_.image_file_name AS image_file_name_3, s0_.deleted_at AS deleted_at_4, s0_.is_active AS is_active_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.store_id AS store_id_8, s0_.income_department_id AS income_department_id_9, s0_.station_id AS station_id_10 FROM store_product_group s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.name_translations AS name_translations_2, s0_.image_file_name AS image_file_name_3, s0_.deleted_at AS deleted_at_4, s0_.is_active AS is_active_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.store_id AS store_id_8, s0_.income_department_id AS income_department_id_9, s0_.station_id AS station_id_10 FROM store_product_group s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT count(s0_.id) AS sclr_0 FROM store_product_group s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT count(s0_.id) AS sclr_0 FROM store_product_group s0_ WHERE (s0_.store_id = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.deleted_at AS deleted_at_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.store_id AS store_id_7, t0.vat_id AS vat_id_8 FROM store_income_department t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.deleted_at AS deleted_at_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.store_id AS store_id_7, t0.vat_id AS vat_id_8 FROM store_income_department t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_order AS sort_order_3, t0.deleted_at AS deleted_at_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.store_id AS store_id_8 FROM store_station t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_order AS sort_order_3, t0.deleted_at AS deleted_at_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.store_id AS store_id_8 FROM store_station t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.name_translations AS name_translations_2, s0_.price AS price_3, s0_.sale_price AS sale_price_4, s0_.in_menu AS in_menu_5, s0_.deleted_at AS deleted_at_6, s0_.is_active AS is_active_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, count(s0_.id) AS sclr_10, s0_.product_group_id AS product_group_id_11, s0_.store_id AS store_id_12, s0_.currency AS currency_13 FROM store_product s0_ WHERE (s0_.store_id = ? AND s0_.product_group_id = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 62 => 2]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.name_translations AS name_translations_2, s0_.price AS price_3, s0_.sale_price AS sale_price_4, s0_.in_menu AS in_menu_5, s0_.deleted_at AS deleted_at_6, s0_.is_active AS is_active_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, count(s0_.id) AS sclr_10, s0_.product_group_id AS product_group_id_11, s0_.store_id AS store_id_12, s0_.currency AS currency_13 FROM store_product s0_ WHERE (s0_.store_id = ? AND s0_.product_group_id = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 62 => 2]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.name_translations AS name_translations_2, s0_.price AS price_3, s0_.sale_price AS sale_price_4, s0_.in_menu AS in_menu_5, s0_.deleted_at AS deleted_at_6, s0_.is_active AS is_active_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, count(s0_.id) AS sclr_10, s0_.product_group_id AS product_group_id_11, s0_.store_id AS store_id_12, s0_.currency AS currency_13 FROM store_product s0_ WHERE (s0_.store_id = ? AND s0_.product_group_id = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 62 => 3]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.name_translations AS name_translations_2, s0_.price AS price_3, s0_.sale_price AS sale_price_4, s0_.in_menu AS in_menu_5, s0_.deleted_at AS deleted_at_6, s0_.is_active AS is_active_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, count(s0_.id) AS sclr_10, s0_.product_group_id AS product_group_id_11, s0_.store_id AS store_id_12, s0_.currency AS currency_13 FROM store_product s0_ WHERE (s0_.store_id = ? AND s0_.product_group_id = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 62 => 3]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT DISTINCT s0_.table_id AS sclr_0 FROM store_bill_table s0_ INNER JOIN store_bill s1_ ON s0_.bill_id = s1_.id AND (s1_.deleted_at IS NULL) WHERE (s1_.store_id = ? AND s1_.is_closed = ?) AND (s0_.deleted_at IS NULL)"
(parameters:
[1 => 62 => 0]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT DISTINCT s0_.table_id AS sclr_0 FROM store_bill_table s0_ INNER JOIN store_bill s1_ ON s0_.bill_id = s1_.id AND (s1_.deleted_at IS NULL) WHERE (s1_.store_id = ? AND s1_.is_closed = ?) AND (s0_.deleted_at IS NULL)"
"params" => [1 => 62 => 0]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.endpoint AS endpoint_3, t0.component AS component_4, t0.username AS username_5, t0.password AS password_6, t0.deleted_at AS deleted_at_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.integration_type AS integration_type_11, t0.company_id AS company_id_12 FROM integration t0 WHERE t0.integration_type = ? AND t0.company_id = ? AND t0.is_active = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
(parameters:
[1 => "PAYTOKEN"
2 => 33 => 1]
, types:
[1 => 22 => 13 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.endpoint AS endpoint_3, t0.component AS component_4, t0.username AS username_5, t0.password AS password_6, t0.deleted_at AS deleted_at_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.integration_type AS integration_type_11, t0.company_id AS company_id_12 FROM integration t0 WHERE t0.integration_type = ? AND t0.company_id = ? AND t0.is_active = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
"params" => [1 => "PAYTOKEN"
2 => 33 => 1]
"types" => [1 => 22 => 13 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.endpoint AS endpoint_3, t0.component AS component_4, t0.username AS username_5, t0.password AS password_6, t0.deleted_at AS deleted_at_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.integration_type AS integration_type_11, t0.company_id AS company_id_12 FROM integration t0 WHERE t0.integration_type = ? AND t0.company_id IS NULL AND t0.is_active = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
(parameters:
[1 => "PAYTOKEN"
2 => 1]
, types:
[1 => 22 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.endpoint AS endpoint_3, t0.component AS component_4, t0.username AS username_5, t0.password AS password_6, t0.deleted_at AS deleted_at_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.integration_type AS integration_type_11, t0.company_id AS company_id_12 FROM integration t0 WHERE t0.integration_type = ? AND t0.company_id IS NULL AND t0.is_active = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
"params" => [1 => "PAYTOKEN"
2 => 1]
"types" => [1 => 22 => 5]
]
debug
Executing statement:
"SELECT AVG(m0_.overall) AS sclr_0, COUNT(m0_.id) AS sclr_1 FROM member_store_rating m0_ WHERE m0_.store_id = ? AND m0_.created_at >= ?"
(parameters:
[1 => 62 => "2025-09-20 07:12:25"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT AVG(m0_.overall) AS sclr_0, COUNT(m0_.id) AS sclr_1 FROM member_store_rating m0_ WHERE m0_.store_id = ? AND m0_.created_at >= ?"
"params" => [1 => 62 => "2025-09-20 07:12:25"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_default AS is_default_4, t0.deleted_at AS deleted_at_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM sta_language t0 WHERE t0.is_active = ? AND ((t0.deleted_at IS NULL)) ORDER BY t0.code ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_default AS is_default_4, t0.deleted_at AS deleted_at_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM sta_language t0 WHERE t0.is_active = ? AND ((t0.deleted_at IS NULL)) ORDER BY t0.code ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
deprecation
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Log messages generated during the compilation of the service container.
Messages
Class
408
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStageContentCommand" (parent: .abstract.instanceof.App\Command\ImportStageContentCommand).
Resolving inheritance for "App\Command\ImportStageContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStageContentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStageTenancyCommand" (parent: .abstract.instanceof.App\Command\ImportStageTenancyCommand).
Resolving inheritance for "App\Command\ImportStageTenancyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStageTenancyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedDemoCatalogCommand" (parent: .abstract.instanceof.App\Command\SeedDemoCatalogCommand).
Resolving inheritance for "App\Command\SeedDemoCatalogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedDemoCatalogCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SplitStoreCompanyCommand" (parent: .abstract.instanceof.App\Command\SplitStoreCompanyCommand).
Resolving inheritance for "App\Command\SplitStoreCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SplitStoreCompanyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCurrencyRatesCommand" (parent: .abstract.instanceof.App\Command\UpdateCurrencyRatesCommand).
Resolving inheritance for "App\Command\UpdateCurrencyRatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCurrencyRatesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\PagesController" (parent: .abstract.instanceof.App\Controller\Common\PagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\PagesController).
Resolving inheritance for "App\Controller\Common\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\PagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\DashboardController).
Resolving inheritance for "App\Controller\Pages\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\IndexAdminController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\IndexAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\IndexAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\IndexAdminController).
Resolving inheritance for "App\Controller\Pages\Admin\IndexAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\IndexAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Member\MemberController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Member\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Member\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Member\MemberController).
Resolving inheritance for "App\Controller\Pages\Admin\Member\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Member\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyContactController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyContactController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\Company\CompanyContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\Company\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\Company\CompanyUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Integration\IntegrationController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\Integration\IntegrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Integration\IntegrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Integration\IntegrationController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\Integration\IntegrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Integration\IntegrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\StaticData\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\LanguageController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\LanguageController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\StaticData\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController).
Resolving inheritance for "App\Controller\Pages\Admin\Settings\StaticData\TableShapeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Bill\BillController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Bill\BillController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Bill\BillController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Bill\BillController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Bill\BillController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Bill\BillController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Discount\DiscountController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Discount\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Discount\DiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Discount\DiscountController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Discount\DiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Discount\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Discount\DiscountRuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\GuestController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\GuestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\GuestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\GuestController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\GuestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\GuestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Kitchen\KitchenController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Kitchen\KitchenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Kitchen\KitchenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Kitchen\KitchenController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Kitchen\KitchenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Kitchen\KitchenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Order\OrderController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Order\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Order\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Order\OrderController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Order\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Order\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Product\StoreProductController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Product\StoreProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Product\StoreProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Product\StoreProductController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Product\StoreProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Product\StoreProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Product\StoreProductGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Report\XReportController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Report\XReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Report\XReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Report\XReportController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Report\XReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Report\XReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Report\ZReportController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Report\ZReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Report\ZReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Report\ZReportController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Report\ZReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Report\ZReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Reservation\ReservationController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Reservation\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Reservation\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Reservation\ReservationController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Reservation\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Reservation\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Station\StationController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Station\StationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Station\StationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Station\StationController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Station\StationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Station\StationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\StoreController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\StoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\StoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\StoreController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\StoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\StoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\StoreDashboardController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\StoreDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\StoreDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\StoreDashboardController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\StoreDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\StoreDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Table\TableController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Table\TableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Table\TableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Table\TableController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Table\TableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Table\TableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Table\TableLocationController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Table\TableLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Table\TableLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Table\TableLocationController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Table\TableLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Table\TableLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Tax\TaxController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\Store\Tax\TaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Tax\TaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Tax\TaxController).
Resolving inheritance for "App\Controller\Pages\Admin\Store\Tax\TaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Tax\TaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\User\ForgotPasswordController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\User\ForgotPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\User\ForgotPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\User\ForgotPasswordController).
Resolving inheritance for "App\Controller\Pages\Admin\User\ForgotPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\User\ForgotPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\User\UserController" (parent: .abstract.instanceof.App\Controller\Pages\Admin\User\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\User\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\User\UserController).
Resolving inheritance for "App\Controller\Pages\Admin\User\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\User\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\IndexController" (parent: .abstract.instanceof.App\Controller\Pages\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\IndexController).
Resolving inheritance for "App\Controller\Pages\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Member\MemberController" (parent: .abstract.instanceof.App\Controller\Pages\Member\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Member\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Member\MemberController).
Resolving inheritance for "App\Controller\Pages\Member\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Member\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\PaymentController" (parent: .abstract.instanceof.App\Controller\Pages\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\PaymentController).
Resolving inheritance for "App\Controller\Pages\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\StoreController" (parent: .abstract.instanceof.App\Controller\Pages\StoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\StoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\StoreController).
Resolving inheritance for "App\Controller\Pages\StoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\StoreController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ApiExceptionListener" (parent: .abstract.instanceof.App\EventListener\ApiExceptionListener).
Resolving inheritance for "App\EventListener\ApiExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ApiExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PublicLocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PublicLocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\PublicLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PublicLocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TokenSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TokenSubscriber).
Resolving inheritance for "App\EventSubscriber\TokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TokenSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyContactRepository" (parent: .abstract.instanceof.App\Repository\CompanyContactRepository).
Resolving inheritance for "App\Repository\CompanyContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySettingsRepository" (parent: .abstract.instanceof.App\Repository\CompanySettingsRepository).
Resolving inheritance for "App\Repository\CompanySettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyUserRepository" (parent: .abstract.instanceof.App\Repository\CompanyUserRepository).
Resolving inheritance for "App\Repository\CompanyUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceTokenRepository" (parent: .abstract.instanceof.App\Repository\DeviceTokenRepository).
Resolving inheritance for "App\Repository\DeviceTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IntegrationRepository" (parent: .abstract.instanceof.App\Repository\IntegrationRepository).
Resolving inheritance for "App\Repository\IntegrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IntegrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberEmailVerificationRepository" (parent: .abstract.instanceof.App\Repository\MemberEmailVerificationRepository).
Resolving inheritance for "App\Repository\MemberEmailVerificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberEmailVerificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberFavoriteStoreRepository" (parent: .abstract.instanceof.App\Repository\MemberFavoriteStoreRepository).
Resolving inheritance for "App\Repository\MemberFavoriteStoreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberFavoriteStoreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository" (parent: .abstract.instanceof.App\Repository\MemberRepository).
Resolving inheritance for "App\Repository\MemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberStoreRatingRepository" (parent: .abstract.instanceof.App\Repository\MemberStoreRatingRepository).
Resolving inheritance for "App\Repository\MemberStoreRatingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberStoreRatingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberTokenRepository" (parent: .abstract.instanceof.App\Repository\MemberTokenRepository).
Resolving inheritance for "App\Repository\MemberTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationUserStateRepository" (parent: .abstract.instanceof.App\Repository\NotificationUserStateRepository).
Resolving inheritance for "App\Repository\NotificationUserStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationUserStateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetRecordRepository" (parent: .abstract.instanceof.App\Repository\PasswordResetRecordRepository).
Resolving inheritance for "App\Repository\PasswordResetRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetRecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaCompanyTypeRepository" (parent: .abstract.instanceof.App\Repository\StaCompanyTypeRepository).
Resolving inheritance for "App\Repository\StaCompanyTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaCompanyTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaCurrencyRepository" (parent: .abstract.instanceof.App\Repository\StaCurrencyRepository).
Resolving inheritance for "App\Repository\StaCurrencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaCurrencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaIntegrationTypeRepository" (parent: .abstract.instanceof.App\Repository\StaIntegrationTypeRepository).
Resolving inheritance for "App\Repository\StaIntegrationTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaIntegrationTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaLanguageRepository" (parent: .abstract.instanceof.App\Repository\StaLanguageRepository).
Resolving inheritance for "App\Repository\StaLanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaLanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaPermissionTypeRepository" (parent: .abstract.instanceof.App\Repository\StaPermissionTypeRepository).
Resolving inheritance for "App\Repository\StaPermissionTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaPermissionTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaRoleTypePermissionRepository" (parent: .abstract.instanceof.App\Repository\StaRoleTypePermissionRepository).
Resolving inheritance for "App\Repository\StaRoleTypePermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaRoleTypePermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaRoleTypeRepository" (parent: .abstract.instanceof.App\Repository\StaRoleTypeRepository).
Resolving inheritance for "App\Repository\StaRoleTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaRoleTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaStoreTypeRepository" (parent: .abstract.instanceof.App\Repository\StaStoreTypeRepository).
Resolving inheritance for "App\Repository\StaStoreTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaStoreTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaTableShapeRepository" (parent: .abstract.instanceof.App\Repository\StaTableShapeRepository).
Resolving inheritance for "App\Repository\StaTableShapeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaTableShapeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillDiscountRepository" (parent: .abstract.instanceof.App\Repository\StoreBillDiscountRepository).
Resolving inheritance for "App\Repository\StoreBillDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillPaymentRepository" (parent: .abstract.instanceof.App\Repository\StoreBillPaymentRepository).
Resolving inheritance for "App\Repository\StoreBillPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillProductOptionRepository" (parent: .abstract.instanceof.App\Repository\StoreBillProductOptionRepository).
Resolving inheritance for "App\Repository\StoreBillProductOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillProductOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillProductRepository" (parent: .abstract.instanceof.App\Repository\StoreBillProductRepository).
Resolving inheritance for "App\Repository\StoreBillProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillRepository" (parent: .abstract.instanceof.App\Repository\StoreBillRepository).
Resolving inheritance for "App\Repository\StoreBillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillTableRepository" (parent: .abstract.instanceof.App\Repository\StoreBillTableRepository).
Resolving inheritance for "App\Repository\StoreBillTableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillTableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreDiscountRepository" (parent: .abstract.instanceof.App\Repository\StoreDiscountRepository).
Resolving inheritance for "App\Repository\StoreDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreDiscountRuleRepository" (parent: .abstract.instanceof.App\Repository\StoreDiscountRuleRepository).
Resolving inheritance for "App\Repository\StoreDiscountRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreDiscountRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreGuestRepository" (parent: .abstract.instanceof.App\Repository\StoreGuestRepository).
Resolving inheritance for "App\Repository\StoreGuestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreGuestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreIncomeDepartmentRepository" (parent: .abstract.instanceof.App\Repository\StoreIncomeDepartmentRepository).
Resolving inheritance for "App\Repository\StoreIncomeDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreIncomeDepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductAllergenRepository" (parent: .abstract.instanceof.App\Repository\StoreProductAllergenRepository).
Resolving inheritance for "App\Repository\StoreProductAllergenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductAllergenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductContentRepository" (parent: .abstract.instanceof.App\Repository\StoreProductContentRepository).
Resolving inheritance for "App\Repository\StoreProductContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductGroupRepository" (parent: .abstract.instanceof.App\Repository\StoreProductGroupRepository).
Resolving inheritance for "App\Repository\StoreProductGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductGroupTaxFeeRepository" (parent: .abstract.instanceof.App\Repository\StoreProductGroupTaxFeeRepository).
Resolving inheritance for "App\Repository\StoreProductGroupTaxFeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductGroupTaxFeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductIngredientRepository" (parent: .abstract.instanceof.App\Repository\StoreProductIngredientRepository).
Resolving inheritance for "App\Repository\StoreProductIngredientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductIngredientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductOptionGroupRepository" (parent: .abstract.instanceof.App\Repository\StoreProductOptionGroupRepository).
Resolving inheritance for "App\Repository\StoreProductOptionGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductOptionGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductOptionRepository" (parent: .abstract.instanceof.App\Repository\StoreProductOptionRepository).
Resolving inheritance for "App\Repository\StoreProductOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductPhotoRepository" (parent: .abstract.instanceof.App\Repository\StoreProductPhotoRepository).
Resolving inheritance for "App\Repository\StoreProductPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductPhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductRepository" (parent: .abstract.instanceof.App\Repository\StoreProductRepository).
Resolving inheritance for "App\Repository\StoreProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreRepository" (parent: .abstract.instanceof.App\Repository\StoreRepository).
Resolving inheritance for "App\Repository\StoreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreReservationRepository" (parent: .abstract.instanceof.App\Repository\StoreReservationRepository).
Resolving inheritance for "App\Repository\StoreReservationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreReservationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreReservationTableRepository" (parent: .abstract.instanceof.App\Repository\StoreReservationTableRepository).
Resolving inheritance for "App\Repository\StoreReservationTableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreReservationTableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreStationRepository" (parent: .abstract.instanceof.App\Repository\StoreStationRepository).
Resolving inheritance for "App\Repository\StoreStationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreStationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTableLocationRepository" (parent: .abstract.instanceof.App\Repository\StoreTableLocationRepository).
Resolving inheritance for "App\Repository\StoreTableLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTableLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTableRepository" (parent: .abstract.instanceof.App\Repository\StoreTableRepository).
Resolving inheritance for "App\Repository\StoreTableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTaxFeeRepository" (parent: .abstract.instanceof.App\Repository\StoreTaxFeeRepository).
Resolving inheritance for "App\Repository\StoreTaxFeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTaxFeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTaxRepository" (parent: .abstract.instanceof.App\Repository\StoreTaxRepository).
Resolving inheritance for "App\Repository\StoreTaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTaxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreXReportDetailRepository" (parent: .abstract.instanceof.App\Repository\StoreXReportDetailRepository).
Resolving inheritance for "App\Repository\StoreXReportDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreXReportDetailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreXReportRepository" (parent: .abstract.instanceof.App\Repository\StoreXReportRepository).
Resolving inheritance for "App\Repository\StoreXReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreXReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreZReportDetailRepository" (parent: .abstract.instanceof.App\Repository\StoreZReportDetailRepository).
Resolving inheritance for "App\Repository\StoreZReportDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreZReportDetailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreZReportRepository" (parent: .abstract.instanceof.App\Repository\StoreZReportRepository).
Resolving inheritance for "App\Repository\StoreZReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreZReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository" (parent: .abstract.instanceof.App\Repository\TokenRepository).
Resolving inheritance for "App\Repository\TokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTableSettingRepository" (parent: .abstract.instanceof.App\Repository\UserTableSettingRepository).
Resolving inheritance for "App\Repository\UserTableSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTableSettingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\Listener\TokenDataCompatListener" (parent: .abstract.instanceof.App\Security\Listener\TokenDataCompatListener).
Resolving inheritance for "App\Security\Listener\TokenDataCompatListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\Listener\TokenDataCompatListener).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter" (parent: .abstract.instanceof.App\Security\Voter\PermissionVoter).
Resolving inheritance for "App\Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StoreAccessVoter" (parent: .abstract.instanceof.App\Security\Voter\StoreAccessVoter).
Resolving inheritance for "App\Security\Voter\StoreAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StoreAccessVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AccessExtension" (parent: .abstract.instanceof.App\Twig\AccessExtension).
Resolving inheritance for "App\Twig\AccessExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AccessExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BreadcrumbExtension" (parent: .abstract.instanceof.App\Twig\BreadcrumbExtension).
Resolving inheritance for "App\Twig\BreadcrumbExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BreadcrumbExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormLayoutExtension" (parent: .abstract.instanceof.App\Twig\FormLayoutExtension).
Resolving inheritance for "App\Twig\FormLayoutExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormLayoutExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PermissionExtension" (parent: .abstract.instanceof.App\Twig\PermissionExtension).
Resolving inheritance for "App\Twig\PermissionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PermissionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TableExtension" (parent: .abstract.instanceof.App\Twig\TableExtension).
Resolving inheritance for "App\Twig\TableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TableExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigHelperExtension" (parent: .abstract.instanceof.App\Twig\TwigHelperExtension).
Resolving inheritance for "App\Twig\TwigHelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigHelperExtension).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Monolog\Handler\ElasticsearchHandler" (parent: .abstract.instanceof.Monolog\Handler\ElasticsearchHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Monolog\Handler\ElasticsearchHandler" (parent: .instanceof.Monolog\ResettableInterface.0.Monolog\Handler\ElasticsearchHandler).
Resolving inheritance for "Monolog\Handler\ElasticsearchHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Monolog\Handler\ElasticsearchHandler).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.member_registration" (parent: limiter).
Resolving inheritance for "limiter.member_verification_resend" (parent: limiter).
Resolving inheritance for "limiter.login_identity" (parent: limiter).
Resolving inheritance for "limiter.login_ip" (parent: limiter).
Resolving inheritance for "limiter.member_store_rating" (parent: limiter).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.users_in_memory" (parent: security.user.provider.in_memory).
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.store_order" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.store_order" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.member_self" (parent: security.firewall.config).
Resolving inheritance for "security.listener.member_self.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.member_self" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.member_self" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.member_self" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.member_self" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.member_self" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.api_admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.pages_admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.pages_admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.pages_admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.pages_admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.pages_admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.pages_admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.pages_admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.pages_member" (parent: security.firewall.config).
Resolving inheritance for "security.listener.pages_member.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.pages_member" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.pages_member" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.pages_member" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.pages_member" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.pages_member" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.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.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (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.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
657
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $member_registration.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $memberRegistrationLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $member_verification_resend.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $memberVerificationResendLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $login_identity.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginIdentityLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $login_ip.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $member_store_rating.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $memberStoreRatingLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "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 "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "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 $default.connection"; 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 $default.entity_manager"; 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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.company_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.member_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.member_self"; reason: private alias.
Removed service "security.user_checker.member_self"; reason: private alias.
Removed service "security.authentication.session_strategy.api_admin"; reason: private alias.
Removed service "security.user_checker.api_admin"; reason: private alias.
Removed service "security.authentication.session_strategy.pages_admin"; reason: private alias.
Removed service "security.user_checker.pages_admin"; reason: private alias.
Removed service "security.authentication.session_strategy.pages_member"; reason: private alias.
Removed service "security.user_checker.pages_member"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "monolog.handler.elastic_es"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator..424vF7"; reason: private alias.
Removed service ".service_locator.DHtPniS"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.4S15ObR"; reason: private alias.
Removed service ".service_locator.RD0eXQo"; reason: private alias.
Removed service ".service_locator.5IRetVv"; reason: private alias.
Removed service ".service_locator.Uxq4Jkq"; reason: private alias.
Removed service ".service_locator.aNryKeZ"; reason: private alias.
Removed service ".service_locator.hKxPGzW"; reason: private alias.
Removed service ".service_locator..qj2cfR"; reason: private alias.
Removed service ".service_locator.5iF8DSe"; reason: private alias.
Removed service ".service_locator.yV6wgHL"; reason: private alias.
Removed service ".service_locator.sPY3VyQ"; reason: private alias.
Removed service ".service_locator.0r8LVp8"; reason: private alias.
Removed service ".service_locator.OuKpdf_"; reason: private alias.
Removed service ".service_locator.u4p8Z2."; reason: private alias.
Removed service ".service_locator.DCraQVl"; reason: private alias.
Removed service ".service_locator.E.I4hkc"; reason: private alias.
Removed service ".service_locator..rq5OJf"; reason: private alias.
Removed service ".service_locator.tGdABhS"; reason: private alias.
Removed service ".service_locator.ql3L2k."; reason: private alias.
Removed service ".service_locator.lgmMpD5"; reason: private alias.
Removed service ".service_locator.mb2kZJn"; reason: private alias.
Removed service ".service_locator.tTH5tiW"; reason: private alias.
Removed service ".service_locator.ZZttH_R"; reason: private alias.
Removed service ".service_locator.2kbRyd8"; reason: private alias.
Removed service ".service_locator.wadX3ru"; reason: private alias.
Removed service ".service_locator.W88BrKN"; reason: private alias.
Removed service ".service_locator.WtMO3_e"; reason: private alias.
Removed service ".service_locator.TKH3KQ6"; reason: private alias.
Removed service ".service_locator.CbMusGp"; reason: private alias.
Removed service ".service_locator._1zT0dQ"; reason: private alias.
Removed service ".service_locator.4r3oCNH"; reason: private alias.
Removed service ".service_locator.m5S3gPa"; reason: private alias.
Removed service ".service_locator.dqSOeJr"; reason: private alias.
Removed service ".service_locator.ehI5qod"; reason: private alias.
Removed service ".service_locator.F_T5Flv"; reason: private alias.
Removed service ".service_locator.iC5KPfD"; reason: private alias.
Removed service ".service_locator.BNibLMa"; reason: private alias.
Removed service ".service_locator.QF1ZS1a"; reason: private alias.
Removed service ".service_locator.KOy6Hft"; reason: private alias.
Removed service ".service_locator.BUGudug"; reason: private alias.
Removed service ".service_locator.83mdOad"; reason: private alias.
Removed service ".service_locator.5L2XmAv"; reason: private alias.
Removed service ".service_locator.krTJ.XC"; reason: private alias.
Removed service ".service_locator.8IpYLNJ"; reason: private alias.
Removed service ".service_locator.IBsCPGS"; reason: private alias.
Removed service ".service_locator.jRBao2R"; reason: private alias.
Removed service ".service_locator.._X1doc"; reason: private alias.
Removed service ".service_locator.AaOafss"; reason: private alias.
Removed service ".service_locator.Wy8J9CP"; reason: private alias.
Removed service ".service_locator.MN1pkge"; reason: private alias.
Removed service ".service_locator.0i2hWh1"; reason: private alias.
Removed service ".service_locator.f8CzxLO"; reason: private alias.
Removed service ".service_locator.g7H8hiA"; reason: private alias.
Removed service ".service_locator.tux96Q4"; reason: private alias.
Removed service ".service_locator.HOmPKQA"; reason: private alias.
Removed service ".service_locator.tAIDQXr"; reason: private alias.
Removed service ".service_locator..J92tV3"; reason: private alias.
Removed service ".service_locator.1G.PuKO"; reason: private alias.
Removed service ".service_locator.DL4ahaH"; reason: private alias.
Removed service ".service_locator..z1cvRf"; reason: private alias.
Removed service ".service_locator.ttVWn5U"; reason: private alias.
Removed service ".service_locator.I8mE9Ov"; reason: private alias.
Removed service ".service_locator.yL3Oaic"; reason: private alias.
Removed service ".service_locator.r7genng"; reason: private alias.
Removed service ".service_locator.P9W22XX"; reason: private alias.
Removed service ".service_locator.12ItXRW"; reason: private alias.
Removed service ".service_locator.WudEbj."; reason: private alias.
Removed service ".service_locator.CtAcfmB"; reason: private alias.
Removed service ".service_locator.C_Gh.gy"; reason: private alias.
Removed service ".service_locator.EALnjm1"; reason: private alias.
Removed service ".service_locator.0Q4LjXm"; reason: private alias.
Removed service ".service_locator.jYqnD3j"; reason: private alias.
Removed service ".service_locator.7q1t_Wg"; reason: private alias.
Removed service ".service_locator.OgTWT8d"; reason: private alias.
Removed service ".service_locator.qe.ey.E"; reason: private alias.
Removed service ".service_locator.CjtndMJ"; reason: private alias.
Removed service ".service_locator.BlJ.OcM"; reason: private alias.
Removed service ".service_locator._lvvmGt"; reason: private alias.
Removed service ".service_locator.zvEsle0"; reason: private alias.
Removed service ".service_locator.M958BxH"; reason: private alias.
Removed service ".service_locator.DVtLoAT"; reason: private alias.
Removed service ".service_locator.o2P0Yxx"; reason: private alias.
Removed service ".service_locator.nCe_QMN"; reason: private alias.
Removed service ".service_locator.3WoODFa"; reason: private alias.
Removed service ".service_locator.Ie8aqz."; reason: private alias.
Removed service ".service_locator.PhvWw.y"; reason: private alias.
Removed service ".service_locator.7b105Xw"; reason: private alias.
Removed service ".service_locator.9X2wtfM"; reason: private alias.
Removed service ".service_locator.IgyOwlu"; reason: private alias.
Removed service ".service_locator.Q6.eZzn"; reason: private alias.
Removed service ".service_locator.Xoj4ZkT"; reason: private alias.
Removed service ".service_locator.lQo1MMa"; reason: private alias.
Removed service ".service_locator.Rd3jwV."; reason: private alias.
Removed service ".service_locator.XbjTA8G"; reason: private alias.
Removed service ".service_locator.BhISs2m"; reason: private alias.
Removed service ".service_locator.6wuL4uL"; reason: private alias.
Removed service ".service_locator.dOK.Qmn"; reason: private alias.
Removed service ".service_locator.OWFnbpC"; reason: private alias.
Removed service ".service_locator.U42WY1W"; reason: private alias.
Removed service ".service_locator.eMeIp2Y"; reason: private alias.
Removed service ".service_locator.Z0FwFY_"; reason: private alias.
Removed service ".service_locator.X81nlNE"; reason: private alias.
Removed service ".service_locator.P.D9O4."; reason: private alias.
Removed service ".service_locator.LNiZw_w"; reason: private alias.
Removed service ".service_locator.EmfdLs4"; reason: private alias.
Removed service ".service_locator.0niQoar"; reason: private alias.
Removed service ".service_locator.QIEGK_Q"; reason: private alias.
Removed service ".service_locator.i399.ws"; reason: private alias.
Removed service ".service_locator..FSCCkW"; reason: private alias.
Removed service ".service_locator.BxC754_"; reason: private alias.
Removed service ".service_locator.rAhd0fU"; reason: private alias.
Removed service ".service_locator.y2lpSxY"; reason: private alias.
Removed service ".service_locator.67Ly8.s"; reason: private alias.
Removed service ".service_locator.UHLT98v"; reason: private alias.
Removed service ".service_locator.ihKCPfQ"; reason: private alias.
Removed service ".service_locator.DhJfcen"; reason: private alias.
Removed service ".service_locator.C9kDsJm"; reason: private alias.
Removed service ".service_locator.dZpXkaO"; reason: private alias.
Removed service ".service_locator.71bNt73"; reason: private alias.
Removed service ".service_locator.NA74Ajy"; reason: private alias.
Removed service ".service_locator.3KIc4i5"; reason: private alias.
Removed service ".service_locator.chSQu3N"; reason: private alias.
Removed service ".service_locator.uCE11Dh"; reason: private alias.
Removed service ".service_locator.sk8WX4C"; reason: private alias.
Removed service ".service_locator.jXJTjOy"; reason: private alias.
Removed service ".service_locator.3Yjz.Xd"; reason: private alias.
Removed service ".service_locator.xkdHgIi"; reason: private alias.
Removed service ".service_locator.k6_7zAN"; reason: private alias.
Removed service ".service_locator.DS8U6u."; reason: private alias.
Removed service ".service_locator.gpTWdQj"; reason: private alias.
Removed service ".service_locator.qFyXA1p"; reason: private alias.
Removed service ".service_locator.mJ8db13"; reason: private alias.
Removed service ".service_locator.hhbDj1T"; reason: private alias.
Removed service ".service_locator._b7zhfk"; reason: private alias.
Removed service ".service_locator.To02bIh"; reason: private alias.
Removed service ".service_locator.Z1DMv0b"; reason: private alias.
Removed service ".service_locator.AXPoY8E"; reason: private alias.
Removed service ".service_locator.yobVUvV"; reason: private alias.
Removed service ".service_locator.yqOgaNN"; reason: private alias.
Removed service ".service_locator.IYsrB9W"; reason: private alias.
Removed service ".service_locator.lf_NknV"; reason: private alias.
Removed service ".service_locator.rRyk2hE"; reason: private alias.
Removed service ".service_locator.0QKv981"; reason: private alias.
Removed service ".service_locator.r79zrNI"; reason: private alias.
Removed service ".service_locator.XQ37xbg"; reason: private alias.
Removed service ".service_locator.dx1th1J"; reason: private alias.
Removed service ".service_locator.8YFuTut"; reason: private alias.
Removed service ".service_locator.OoEwePP"; reason: private alias.
Removed service ".service_locator.TiErY.y"; reason: private alias.
Removed service ".service_locator.BpVtZjq"; reason: private alias.
Removed service ".service_locator.WDupYXz"; reason: private alias.
Removed service ".service_locator.GkOLefZ"; reason: private alias.
Removed service ".service_locator.zlvI9nh"; reason: private alias.
Removed service ".service_locator.6KBnI.Z"; reason: private alias.
Removed service ".service_locator.ivlaWxo"; reason: private alias.
Removed service ".service_locator.TjAXU3P"; reason: private alias.
Removed service ".service_locator.sphWI08"; reason: private alias.
Removed service ".service_locator.Mq8U1wq"; reason: private alias.
Removed service ".service_locator.DUXwYJe"; reason: private alias.
Removed service ".service_locator.aVJ8ZiC"; reason: private alias.
Removed service ".service_locator.5Lq78ey"; reason: private alias.
Removed service ".service_locator.bl1PSGv"; reason: private alias.
Removed service ".service_locator.nVGUla5"; reason: private alias.
Removed service ".service_locator.H86OLS0"; reason: private alias.
Removed service ".service_locator.JM9u1vE"; reason: private alias.
Removed service ".service_locator.x0lYj.V"; reason: private alias.
Removed service ".service_locator.kMk6QQ9"; reason: private alias.
Removed service ".service_locator.pxItvVk"; reason: private alias.
Removed service ".service_locator.DZHCEWU"; reason: private alias.
Removed service ".service_locator.jGTU52n"; reason: private alias.
Removed service ".service_locator.bFsnkG."; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.0aHO41z"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.xI2b_PZ"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.member_self"; reason: private alias.
Removed service "security.firewall.authenticator.api_admin"; reason: private alias.
Removed service "security.firewall.authenticator.pages_admin"; reason: private alias.
Removed service "security.firewall.authenticator.pages_member"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.member_self"; reason: private alias.
Removed service "security.event_dispatcher.api_admin"; reason: private alias.
Removed service "security.event_dispatcher.pages_admin"; reason: private alias.
Removed service "security.event_dispatcher.pages_member"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.YqR2r3D"; reason: private alias.
Removed service ".service_locator.sN3wU8W"; reason: private alias.
Removed service ".service_locator.J0tiFzp"; reason: private alias.
Removed service ".service_locator.OHIYs1p"; reason: private alias.
Removed service ".service_locator.1stIwic"; reason: private alias.
Removed service ".service_locator.TI3nzGR"; reason: private alias.
Removed service ".service_locator.XPUz11."; reason: private alias.
Removed service ".service_locator.IvzostI"; reason: private alias.
Removed service ".service_locator.aaw.MjU"; reason: private alias.
Removed service ".service_locator.bZKnJgr"; reason: private alias.
Removed service ".service_locator.nR6F0md"; reason: private alias.
Removed service ".service_locator.pIHliI1"; reason: private alias.
Removed service ".service_locator.4FwaFIg"; reason: private alias.
Removed service ".service_locator.TQhFbRi"; reason: private alias.
Removed service ".service_locator.7UoENw3"; reason: private alias.
Removed service ".service_locator.hpyjv9e"; reason: private alias.
Removed service ".service_locator.DElzPnd"; reason: private alias.
Removed service ".service_locator.lNVDhjZ"; reason: private alias.
Removed service ".service_locator._9FZ3AT"; reason: private alias.
Removed service ".service_locator.MfzPEkW"; reason: private alias.
Removed service ".service_locator.NFSOTkU"; reason: private alias.
Removed service ".service_locator.DxhyZwg"; reason: private alias.
Removed service ".service_locator.Vxmzw3n"; reason: private alias.
Removed service ".service_locator.7ayWWFl"; reason: private alias.
Removed service ".service_locator.lTMDLg9"; reason: private alias.
Removed service ".service_locator.0FVock1"; reason: private alias.
Removed service ".service_locator.6BNKyrW"; reason: private alias.
Removed service ".service_locator.p7sptSq"; reason: private alias.
Removed service ".service_locator.HotuCEA"; reason: private alias.
Removed service ".service_locator.hrJXDiX"; reason: private alias.
Removed service ".service_locator.PLRjmMF"; reason: private alias.
Removed service ".service_locator.MjRAFl4"; reason: private alias.
Removed service ".service_locator.Oth3Fb9"; reason: private alias.
Removed service ".service_locator.errNHjH"; reason: private alias.
Removed service ".service_locator.YIHpdhl"; reason: private alias.
Removed service ".service_locator.TE_D0D4"; reason: private alias.
Removed service ".service_locator.8Vi2ePG"; reason: private alias.
Removed service ".service_locator.ZclSSB7"; reason: private alias.
Removed service ".service_locator.7clRMXd"; reason: private alias.
Removed service ".service_locator.m1.8_4K"; reason: private alias.
Removed service ".service_locator.GgtYtVz"; reason: private alias.
Removed service ".service_locator.1kVW35m"; reason: private alias.
Removed service ".service_locator.dJLX94P"; reason: private alias.
Removed service ".service_locator.QnBfZYA"; reason: private alias.
Removed service ".service_locator.oDGonPS"; reason: private alias.
Removed service ".service_locator._aFkIis"; reason: private alias.
Removed service ".service_locator.7sLW28d"; reason: private alias.
Removed service ".service_locator.i08TOLS"; reason: private alias.
Removed service ".service_locator.hRKqN40"; reason: private alias.
Removed service ".service_locator.KtpJAWR"; reason: private alias.
Removed service ".service_locator.FXQhidm"; reason: private alias.
Removed service ".service_locator.sRfpUO3"; reason: private alias.
Removed service ".service_locator.wGvrEjm"; reason: private alias.
Removed service ".service_locator.VU1G.Zm"; reason: private alias.
Removed service ".service_locator.7BRrgKn"; reason: private alias.
Removed service ".service_locator.5NtJE_W"; reason: private alias.
Removed service ".service_locator.4IAKI.7"; reason: private alias.
Removed service ".service_locator.7VrANh6"; reason: private alias.
Removed service ".service_locator.yfS.cIz"; reason: private alias.
Removed service ".service_locator.7f1_Wgo"; reason: private alias.
Removed service ".service_locator.tknffJF"; reason: private alias.
Removed service ".service_locator.zHVXOpO"; reason: private alias.
Removed service ".service_locator.S3LhbG."; reason: private alias.
Removed service ".service_locator.SYutG5d"; reason: private alias.
Removed service ".service_locator.WBUOrA0"; reason: private alias.
Removed service ".service_locator.hZtillg"; reason: private alias.
Removed service ".service_locator.NWnV950"; reason: private alias.
Removed service ".service_locator.2kBoPT0"; reason: private alias.
Removed service ".service_locator.iqrbJyS"; reason: private alias.
Removed service ".service_locator.aHxv0Vd"; reason: private alias.
Removed service ".service_locator.CK9kt07"; reason: private alias.
Removed service ".service_locator.xuymO8t"; reason: private alias.
Removed service ".service_locator.j62QDXS"; reason: private alias.
Removed service ".service_locator.rVF7_ZF"; reason: private alias.
Removed service ".service_locator.ZYdTcJH"; reason: private alias.
Removed service ".service_locator.34eTv5i"; reason: private alias.
Removed service ".service_locator.SinHoQL"; reason: private alias.
Removed service ".service_locator.7QNB1Mp"; reason: private alias.
Removed service ".service_locator.hPo2sZK"; reason: private alias.
Removed service ".service_locator.47BBlsi"; reason: private alias.
Removed service ".service_locator.Xy83yC9"; reason: private alias.
Removed service ".service_locator..SZGsOV"; reason: private alias.
Removed service ".service_locator.rlRWcR9"; reason: private alias.
Removed service ".service_locator.Bx_.L2C"; reason: private alias.
Removed service ".service_locator._5cgx5M"; reason: private alias.
Removed service ".service_locator.iW0KVm5"; reason: private alias.
Removed service ".service_locator.cxPtqzP"; reason: private alias.
Removed service ".service_locator.pcy3q5_"; reason: private alias.
Removed service ".service_locator.pnhg33H"; reason: private alias.
Removed service ".service_locator.Rh1Yyso"; reason: private alias.
Removed service ".service_locator.Ul_d74O"; reason: private alias.
Removed service ".service_locator.ItT55a8"; reason: private alias.
Removed service ".service_locator.ai6FQH0"; reason: private alias.
Removed service ".service_locator.45hAcYF"; reason: private alias.
Removed service ".service_locator.7S6MvQE"; reason: private alias.
Removed service ".service_locator.lzV9OnV"; reason: private alias.
Removed service ".service_locator.p.Esn3i"; reason: private alias.
Removed service ".service_locator.iIfmQYW"; reason: private alias.
Removed service ".service_locator.L3sS.KL"; reason: private alias.
Removed service ".service_locator.6_Zoyov"; reason: private alias.
Removed service ".service_locator.kr3k59N"; reason: private alias.
Removed service ".service_locator.PL45m8Z"; reason: private alias.
Removed service ".service_locator.8zpdSuw"; reason: private alias.
Removed service ".service_locator.6QiW91q"; reason: private alias.
Removed service ".service_locator.gVyVrVO"; reason: private alias.
Removed service ".service_locator.NHyvoal"; reason: private alias.
Removed service ".service_locator.iyRRiOE"; reason: private alias.
Removed service ".service_locator.wZHWaMv"; reason: private alias.
Removed service ".service_locator.ffV_KQT"; reason: private alias.
Removed service ".service_locator.VqKNLUR"; reason: private alias.
Removed service ".service_locator.L7LHbjW"; reason: private alias.
Removed service ".service_locator.rGvMiPj"; reason: private alias.
Removed service ".service_locator.lc1F2d7"; reason: private alias.
Removed service ".service_locator.gTDU8Gx"; reason: private alias.
Removed service ".service_locator.JVnvKT9"; reason: private alias.
Removed service ".service_locator.SVsIvir"; reason: private alias.
Removed service ".service_locator.eS6POMf"; reason: private alias.
Removed service ".service_locator.me8A5Ul"; reason: private alias.
Removed service ".service_locator.fa8tRxs"; reason: private alias.
Removed service ".service_locator.FJIMUls"; reason: private alias.
Removed service ".service_locator.LRWQhKr"; reason: private alias.
Removed service ".service_locator.f3flcne"; reason: private alias.
Removed service ".service_locator.DDMy5NY"; reason: private alias.
Removed service ".service_locator.DYfM0Od"; reason: private alias.
Removed service ".service_locator.p6TSziV"; reason: private alias.
Removed service ".service_locator.1fQPY6i"; reason: private alias.
Removed service ".service_locator.cQ6_KiN"; reason: private alias.
Removed service ".service_locator.hubpS_1"; reason: private alias.
Removed service ".service_locator.Igy8ieS"; reason: private alias.
Removed service ".service_locator.HC9Sb.a"; reason: private alias.
Removed service ".service_locator.GhupFKV"; reason: private alias.
Removed service ".service_locator.MlbCpXX"; reason: private alias.
Removed service ".service_locator.9m8F0Tz"; reason: private alias.
Removed service ".service_locator.srVBxlr"; reason: private alias.
Removed service ".service_locator.eLKfXxN"; reason: private alias.
Removed service ".service_locator.mXqpReE"; reason: private alias.
Removed service ".service_locator.kynMcL3"; reason: private alias.
Removed service ".service_locator.sPztYPz"; reason: private alias.
Removed service ".service_locator.cHr0J2j"; reason: private alias.
Removed service ".service_locator.Ycfmcwb"; reason: private alias.
Removed service ".service_locator.zbw355B"; reason: private alias.
Removed service ".service_locator.0KJKhmf"; reason: private alias.
Removed service ".service_locator.MPetQ0m"; reason: private alias.
Removed service ".service_locator.d1iHRMI"; reason: private alias.
Removed service ".service_locator.zLknhsd"; reason: private alias.
Removed service ".service_locator.qAE9VgM"; reason: private alias.
Removed service ".service_locator.W.VDUow"; reason: private alias.
Removed service ".service_locator._WJj1gX"; reason: private alias.
Removed service ".service_locator.Icu90iI"; reason: private alias.
Removed service ".service_locator.tY2vk.."; reason: private alias.
Removed service ".service_locator.W66WivO"; reason: private alias.
Removed service ".service_locator.c7GiZFk"; reason: private alias.
Removed service ".service_locator.aS89qjF"; reason: private alias.
Removed service ".service_locator.dpA376i"; reason: private alias.
Removed service ".service_locator.ZCjNr36"; reason: private alias.
Removed service ".service_locator.4viCUvV"; reason: private alias.
Removed service ".service_locator.C_BK1hl"; reason: private alias.
Removed service ".service_locator.mN7eVsJ"; reason: private alias.
Removed service ".service_locator.gTgAkWm"; reason: private alias.
Removed service ".service_locator.4Atsx.T"; reason: private alias.
Removed service ".service_locator.7hve3.m"; reason: private alias.
Removed service ".service_locator.dnJqYhW"; reason: private alias.
Removed service ".service_locator.YHNcObQ"; reason: private alias.
Removed service ".service_locator.b5MoXtY"; reason: private alias.
Removed service ".service_locator.a9p9wlD"; reason: private alias.
Removed service ".service_locator.ZCG1T2b"; reason: private alias.
Removed service ".service_locator.1URGON8"; reason: private alias.
Removed service ".service_locator.pCQbxHK"; reason: private alias.
Removed service ".service_locator.aWX8iME"; reason: private alias.
Removed service ".service_locator.rOtsE9z"; reason: private alias.
Removed service ".service_locator.CNGabjw"; reason: private alias.
Removed service ".service_locator.jzAQQ6f"; reason: private alias.
Removed service ".service_locator.XTIXz_a"; reason: private alias.
Removed service ".service_locator.yiZZEzR"; reason: private alias.
Removed service ".service_locator.QBgq.Sg"; reason: private alias.
Removed service ".service_locator.9RcoP36"; reason: private alias.
Removed service ".service_locator.FLxgGjd"; reason: private alias.
Removed service ".service_locator.t.yIJbL"; reason: private alias.
Removed service ".service_locator.moda41l"; reason: private alias.
Removed service ".service_locator.qCsqMBN"; reason: private alias.
Removed service ".service_locator.MjZLD97"; reason: private alias.
Removed service ".service_locator.QXEbWTm"; reason: private alias.
Removed service ".service_locator.pPNtQlB"; reason: private alias.
Removed service ".service_locator._Mpv5Vl"; reason: private alias.
Removed service ".service_locator.LEtVMsg"; reason: private alias.
Removed service ".service_locator.mygXNgf"; reason: private alias.
Removed service ".service_locator.eHUrw7z"; reason: private alias.
Removed service ".service_locator._KjIFQb"; reason: private alias.
Removed service ".service_locator.uLFxNzk"; reason: private alias.
Removed service ".service_locator.dlsxsUr"; reason: private alias.
Removed service ".service_locator.45Kre2A"; reason: private alias.
Removed service ".service_locator.RL9fUL8"; reason: private alias.
Removed service ".service_locator.HVIfg90"; reason: private alias.
Removed service ".service_locator.T63GY1W"; reason: private alias.
Removed service ".service_locator.wAB6sn_"; reason: private alias.
Removed service ".service_locator.gtGcQHi"; reason: private alias.
Removed service ".service_locator.BoQBH0D"; reason: private alias.
Removed service ".service_locator.xVFVzKy"; reason: private alias.
Removed service ".service_locator.NewYaEn"; reason: private alias.
Removed service ".service_locator.Z6.790m"; reason: private alias.
Removed service ".service_locator.YdNALbP"; reason: private alias.
Removed service ".service_locator.IKq00p8"; reason: private alias.
Removed service ".service_locator.vRY7Abv"; reason: private alias.
Removed service ".service_locator.fVWaU3j"; reason: private alias.
Removed service ".service_locator.X9Q01rU"; reason: private alias.
Removed service ".service_locator.MNYGZvf"; reason: private alias.
Removed service ".service_locator.RskzD17"; reason: private alias.
Removed service ".service_locator.w8oLFpm"; reason: private alias.
Removed service ".service_locator.hvgcdBO"; reason: private alias.
Removed service ".service_locator.mpA9C1k"; reason: private alias.
Removed service ".service_locator.cIRG8xc"; reason: private alias.
Removed service ".service_locator.b_whjUP"; reason: private alias.
Removed service ".service_locator.CynQ4Mq"; reason: private alias.
Removed service ".service_locator.ALQQB6J"; reason: private alias.
Removed service ".service_locator.kvKML2e"; reason: private alias.
Removed service ".service_locator.1pYf2NN"; reason: private alias.
Removed service ".service_locator.0B9.h8g"; reason: private alias.
Removed service ".service_locator.ZjErTJC"; reason: private alias.
Removed service ".service_locator.MsMxv5U"; reason: private alias.
Removed service ".service_locator.cxLKz8g"; reason: private alias.
Removed service ".service_locator.28PMJAq"; reason: private alias.
Removed service ".service_locator._A7m0wE"; reason: private alias.
Removed service ".service_locator.m0dKErh"; reason: private alias.
Removed service ".service_locator.5ALd_8Z"; reason: private alias.
Removed service ".service_locator.2rI0i_T"; reason: private alias.
Removed service ".service_locator.37OGQoA"; reason: private alias.
Removed service ".service_locator.X6rLbjY"; reason: private alias.
Removed service ".service_locator.F0ZNO8p"; reason: private alias.
Removed service ".service_locator.LrH1GiM"; reason: private alias.
Removed service ".service_locator.o9sGEJA"; reason: private alias.
Removed service ".service_locator.W2GobFM"; reason: private alias.
Removed service ".service_locator.3ZraCaK"; reason: private alias.
Removed service ".service_locator.QbsPbBj"; reason: private alias.
Removed service ".service_locator.V0r6cWx"; reason: private alias.
Removed service ".service_locator.XJJz8kT"; reason: private alias.
Removed service ".service_locator.aN4Hxoe"; reason: private alias.
Removed service ".service_locator.l0sqofg"; reason: private alias.
Removed service ".service_locator.Tjg81fu"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.jBe6EiC"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.a1R_f7T"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
128
Changed reference of service "App\EventSubscriber\PublicLocaleSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\CompanyContactTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\CompanyTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\CompanyUserTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\IntegrationTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\IntegrationTypeTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\ListTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\LocationCityTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\LocationContinentTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\LocationCountryTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\LocationStateTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\MemberTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\PendingCompanyTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\PosTableListTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StaCurrencyTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StaLanguageTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StaPermissionTypeTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StaRoleTypeTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StaStoreTypeTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StaTableShapeTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreDiscountRuleTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreDiscountTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreGuestPickerTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreGuestTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreIncomeDepartmentTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreOrderTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreProductContentTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreProductGroupTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreProductTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreReservationTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreStationTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreTableLocationTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreTableTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreTaxTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreXReportTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Table\StoreZReportTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Company\CompanyContactService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Company\CompanyUserTableSettingService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Login\LoginService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Mail\ReservationMailService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Member\MemberEmailVerificationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Member\MemberLoginService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\AccessExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\FormLayoutExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\TableExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\TwigHelperExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Util\DateUtil" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" 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 "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.w7.f4fT" to "container.env_var_processors_locator".
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.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
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.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.VL_YFi0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7hFAIh." previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.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\Security\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\StoreAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.x_oareL" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mEdwxaj" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
425
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStageContentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStageContentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStageTenancyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStageTenancyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedDemoCatalogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedDemoCatalogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SplitStoreCompanyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SplitStoreCompanyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCurrencyRatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateCurrencyRatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\PagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Common\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\IndexAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\IndexAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\IndexAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Member\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Member\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Member\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\Integration\IntegrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\Integration\IntegrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\Integration\IntegrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Bill\BillController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Bill\BillController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Bill\BillController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Discount\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Discount\DiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Discount\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\GuestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Kitchen\KitchenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Kitchen\KitchenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Kitchen\KitchenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Order\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Order\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Order\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Product\StoreProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Product\StoreProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Product\StoreProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Report\XReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Report\XReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Report\XReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Report\ZReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Report\ZReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Report\ZReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Reservation\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Reservation\ReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Reservation\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Station\StationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Station\StationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Station\StationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\StoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\StoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\StoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\StoreDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\StoreDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\StoreDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Table\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Table\TableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Table\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Table\TableLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Table\TableLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Table\TableLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\Store\Tax\TaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\Store\Tax\TaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\Store\Tax\TaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\User\ForgotPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\User\ForgotPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\User\ForgotPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Admin\User\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Admin\User\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Admin\User\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\Member\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\Member\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\Member\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pages\StoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pages\StoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pages\StoreController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ApiExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ApiExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PublicLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PublicLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TokenSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanySettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeviceTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IntegrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IntegrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberEmailVerificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberEmailVerificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberFavoriteStoreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberFavoriteStoreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberStoreRatingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberStoreRatingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationUserStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationUserStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetRecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PasswordResetRecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaCompanyTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaCompanyTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaCurrencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaCurrencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaIntegrationTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaIntegrationTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaLanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaLanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaPermissionTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaPermissionTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaRoleTypePermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaRoleTypePermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaRoleTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaRoleTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaStoreTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaStoreTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaTableShapeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaTableShapeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreBillDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreBillPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillProductOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreBillProductOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreBillProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreBillRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreBillTableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreBillTableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreDiscountRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreDiscountRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreGuestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreGuestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreIncomeDepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreIncomeDepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductAllergenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductAllergenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductGroupTaxFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductGroupTaxFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductIngredientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductIngredientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductOptionGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductOptionGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductPhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductPhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreReservationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreReservationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreReservationTableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreReservationTableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreStationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreStationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTableLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreTableLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreTableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTaxFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreTaxFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreTaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreTaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreXReportDetailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreXReportDetailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreXReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreXReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreZReportDetailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreZReportDetailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoreZReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreZReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTableSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserTableSettingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\Listener\TokenDataCompatListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Listener\TokenDataCompatListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StoreAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\StoreAccessVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AccessExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AccessExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BreadcrumbExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\BreadcrumbExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormLayoutExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FormLayoutExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PermissionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PermissionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TableExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TableExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigHelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigHelperExtension"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.Monolog\Handler\ElasticsearchHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Monolog\Handler\ElasticsearchHandler"; reason: abstract.
Removed service ".abstract.instanceof.Monolog\Handler\ElasticsearchHandler"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
194
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Exception\AccessDeniedException"; reason: unused.
Removed service "App\Exception\BankPosException"; reason: unused.
Removed service "App\Exception\CustomException"; reason: unused.
Removed service "App\Exception\LimitException"; reason: unused.
Removed service "App\Exception\NotFoundException"; reason: unused.
Removed service "App\Exception\PermissionDeniedException"; reason: unused.
Removed service "App\Exception\SerializerException"; reason: unused.
Removed service "App\Exception\ServiceException"; reason: unused.
Removed service "App\Exception\ValidationException"; reason: unused.
Removed service "App\Helper\SessionHelper"; reason: unused.
Removed service "App\Model\Request\Common\ListRequest"; reason: unused.
Removed service "App\Model\Request\Company\SaveCompanySetting"; reason: unused.
Removed service "App\Model\Request\File\CropRequest"; reason: unused.
Removed service "App\Model\Request\Integration\AddIntegrationRequest"; reason: unused.
Removed service "App\Model\Request\Integration\UpdateIntegrationRequest"; reason: unused.
Removed service "App\Model\Request\Login\LoginUserRequest"; reason: unused.
Removed service "App\Model\Request\Member\Login\LoginUserRequest"; reason: unused.
Removed service "App\Model\Request\PosOrder\TableReservation"; reason: unused.
Removed service "App\Model\Request\PosOrder\WhoseReservation"; reason: unused.
Removed service "App\Model\Request\StaticData\AddStaRoleTypeRequest"; reason: unused.
Removed service "App\Model\Request\StaticData\SavePermissionsStaRoleTypeRequest"; reason: unused.
Removed service "App\Model\Request\StaticData\UpdateStaRoleTypeRequest"; reason: unused.
Removed service "App\Model\Request\Store\Bill\BillProduct"; reason: unused.
Removed service "App\Model\Request\Store\Bill\BillTable"; reason: unused.
Removed service "App\Model\Request\Store\Bill\BillType"; reason: unused.
Removed service "App\Model\Request\Store\Product\StoreProductPhotoFile"; reason: unused.
Removed service "App\Model\ServiceFee\ServiceFeeTerms"; reason: unused.
Removed service "App\Model\Table\CompanyContactTable"; reason: unused.
Removed service "App\Model\Table\CompanyTable"; reason: unused.
Removed service "App\Model\Table\CompanyUserTable"; reason: unused.
Removed service "App\Model\Table\IntegrationTable"; reason: unused.
Removed service "App\Model\Table\IntegrationTypeTable"; reason: unused.
Removed service "App\Model\Table\ListTable"; reason: unused.
Removed service "App\Model\Table\LocationCityTable"; reason: unused.
Removed service "App\Model\Table\LocationContinentTable"; reason: unused.
Removed service "App\Model\Table\LocationCountryTable"; reason: unused.
Removed service "App\Model\Table\LocationStateTable"; reason: unused.
Removed service "App\Model\Table\MemberTable"; reason: unused.
Removed service "App\Model\Table\PendingCompanyTable"; reason: unused.
Removed service "App\Model\Table\PosTableListTable"; reason: unused.
Removed service "App\Model\Table\StaCurrencyTable"; reason: unused.
Removed service "App\Model\Table\StaLanguageTable"; reason: unused.
Removed service "App\Model\Table\StaPermissionTypeTable"; reason: unused.
Removed service "App\Model\Table\StaRoleTypeTable"; reason: unused.
Removed service "App\Model\Table\StaStoreTypeTable"; reason: unused.
Removed service "App\Model\Table\StaTableShapeTable"; reason: unused.
Removed service "App\Model\Table\StoreDiscountRuleTable"; reason: unused.
Removed service "App\Model\Table\StoreDiscountTable"; reason: unused.
Removed service "App\Model\Table\StoreGuestPickerTable"; reason: unused.
Removed service "App\Model\Table\StoreGuestTable"; reason: unused.
Removed service "App\Model\Table\StoreIncomeDepartmentTable"; reason: unused.
Removed service "App\Model\Table\StoreOrderTable"; reason: unused.
Removed service "App\Model\Table\StoreProductContentTable"; reason: unused.
Removed service "App\Model\Table\StoreProductGroupTable"; reason: unused.
Removed service "App\Model\Table\StoreProductTable"; reason: unused.
Removed service "App\Model\Table\StoreReservationTable"; reason: unused.
Removed service "App\Model\Table\StoreStationTable"; reason: unused.
Removed service "App\Model\Table\StoreTable"; reason: unused.
Removed service "App\Model\Table\StoreTableLocationTable"; reason: unused.
Removed service "App\Model\Table\StoreTableTable"; reason: unused.
Removed service "App\Model\Table\StoreTaxTable"; reason: unused.
Removed service "App\Model\Table\StoreXReportTable"; reason: unused.
Removed service "App\Model\Table\StoreZReportTable"; reason: unused.
Removed service "App\Serializer\Dto\StaticData\StaCompanyTypeDtoSerializer"; reason: unused.
Removed service "App\Serializer\Dto\Store\Bill\StoreBillProductDtoSerializer"; reason: unused.
Removed service "App\Serializer\Dto\Store\Reservation\StoreReservationTableDtoSerializer"; reason: unused.
Removed service "App\Serializer\Dto\Store\StoreBillProductDtoSerializer"; reason: unused.
Removed service "App\Service\ServiceFee\ServiceFeeCalculator"; reason: unused.
Removed service "App\Service\Store\Bill\BillTotals"; reason: unused.
Removed service "App\Service\Store\Report\Statistics\StatisticsQueryScope"; reason: unused.
Removed service "App\Service\Store\Report\Statistics\StatisticsRange"; reason: unused.
Removed service "App\Util\CurrencyUtil"; reason: unused.
Removed service "App\Util\GreekLetter"; reason: unused.
Removed service "App\Util\TextUtil"; reason: unused.
Removed service "App\Util\TranslationUtil"; reason: unused.
Removed service "App\Widget\gRecaptchaV2\Service\Settings"; 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 "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; 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.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; 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 "messenger.transport.doctrine.factory"; 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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.member_self"; reason: unused.
Removed service "security.user_checker.chain.api_admin"; reason: unused.
Removed service "security.user_checker.chain.pages_admin"; reason: unused.
Removed service "security.user_checker.chain.pages_member"; reason: unused.
Removed service "security.user_checker.chain.main"; 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.syslog"; 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 "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
451
Inlined service ".service_locator.x_oareL.App\Controller\Common\PagesController" to "App\Controller\Common\PagesController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\DashboardController" to "App\Controller\Pages\Admin\DashboardController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\IndexAdminController" to "App\Controller\Pages\Admin\IndexAdminController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Member\MemberController" to "App\Controller\Pages\Admin\Member\MemberController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\Company\CompanyContactController" to "App\Controller\Pages\Admin\Settings\Company\CompanyContactController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\Company\CompanyController" to "App\Controller\Pages\Admin\Settings\Company\CompanyController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\Company\CompanyUserController" to "App\Controller\Pages\Admin\Settings\Company\CompanyUserController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController" to "App\Controller\Pages\Admin\Settings\Company\CompanyUserSettingController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\Integration\IntegrationController" to "App\Controller\Pages\Admin\Settings\Integration\IntegrationController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\StaticData\CurrencyController" to "App\Controller\Pages\Admin\Settings\StaticData\CurrencyController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController" to "App\Controller\Pages\Admin\Settings\StaticData\IntegrationTypeController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\StaticData\LanguageController" to "App\Controller\Pages\Admin\Settings\StaticData\LanguageController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController" to "App\Controller\Pages\Admin\Settings\StaticData\PermissionTypeController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController" to "App\Controller\Pages\Admin\Settings\StaticData\StaRoleTypeController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController" to "App\Controller\Pages\Admin\Settings\StaticData\StoreTypeController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Settings\StaticData\TableShapeController" to "App\Controller\Pages\Admin\Settings\StaticData\TableShapeController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Bill\BillController" to "App\Controller\Pages\Admin\Store\Bill\BillController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Discount\DiscountController" to "App\Controller\Pages\Admin\Store\Discount\DiscountController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Discount\DiscountRuleController" to "App\Controller\Pages\Admin\Store\Discount\DiscountRuleController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\GuestController" to "App\Controller\Pages\Admin\Store\GuestController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController" to "App\Controller\Pages\Admin\Store\IncomeDepartment\IncomeDepartmentController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Kitchen\KitchenController" to "App\Controller\Pages\Admin\Store\Kitchen\KitchenController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Order\OrderController" to "App\Controller\Pages\Admin\Store\Order\OrderController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Product\StoreProductController" to "App\Controller\Pages\Admin\Store\Product\StoreProductController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Product\StoreProductGroupController" to "App\Controller\Pages\Admin\Store\Product\StoreProductGroupController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Report\XReportController" to "App\Controller\Pages\Admin\Store\Report\XReportController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Report\ZReportController" to "App\Controller\Pages\Admin\Store\Report\ZReportController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Reservation\ReservationController" to "App\Controller\Pages\Admin\Store\Reservation\ReservationController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Station\StationController" to "App\Controller\Pages\Admin\Store\Station\StationController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\StoreController" to "App\Controller\Pages\Admin\Store\StoreController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\StoreDashboardController" to "App\Controller\Pages\Admin\Store\StoreDashboardController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Table\TableController" to "App\Controller\Pages\Admin\Store\Table\TableController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Table\TableLocationController" to "App\Controller\Pages\Admin\Store\Table\TableLocationController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\Store\Tax\TaxController" to "App\Controller\Pages\Admin\Store\Tax\TaxController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\User\ForgotPasswordController" to "App\Controller\Pages\Admin\User\ForgotPasswordController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Admin\User\UserController" to "App\Controller\Pages\Admin\User\UserController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\IndexController" to "App\Controller\Pages\IndexController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\Member\MemberController" to "App\Controller\Pages\Member\MemberController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\PaymentController" to "App\Controller\Pages\PaymentController".
Inlined service ".service_locator.x_oareL.App\Controller\Pages\StoreController" to "App\Controller\Pages\StoreController".
Inlined service "App\Serializer\Dto\Company\CompanyContactDtoSerializer" to "App\Service\Company\CompanyContactService".
Inlined service "App\Serializer\Dto\Company\CompanyDtoSerializer" to "App\Service\Company\CompanyService".
Inlined service "App\Serializer\Dto\Company\CompanySettingsDtoSerializer" to "App\Service\Company\CompanyService".
Inlined service "App\Serializer\Dto\Integration\IntegrationDtoSerializer" to "App\Service\Integration\IntegrationService".
Inlined service "mailer.mailer" to "App\Service\Mail\MailService".
Inlined service "App\Serializer\Dto\Member\MemberStoreRatingDtoSerializer" to "App\Service\Member\MemberStoreRatingService".
Inlined service "App\Service\Notification\FcmPushService" to "App\Service\Notification\NotificationRecorder".
Inlined service "App\Service\Mail\ReservationMailService" to "App\Service\PosOrder\StoreReservationService".
Inlined service "limiter.member_registration" to "App\Service\Security\RequestThrottle".
Inlined service "limiter.member_verification_resend" to "App\Service\Security\RequestThrottle".
Inlined service "limiter.login_identity" to "App\Service\Security\RequestThrottle".
Inlined service "limiter.login_ip" to "App\Service\Security\RequestThrottle".
Inlined service "limiter.member_store_rating" to "App\Service\Security\RequestThrottle".
Inlined service "App\Serializer\Dto\StaticData\StaIntegrationTypeDtoSerializer" to "App\Service\StaticData\IntegrationTypeService".
Inlined service "App\Serializer\Dto\StaticData\StaCurrencyDtoSerializer" to "App\Service\StaticData\StaCurrencyService".
Inlined service "App\Serializer\Dto\StaticData\StaLanguageDtoSerializer" to "App\Service\StaticData\StaLanguageService".
Inlined service "App\Serializer\Dto\StaticData\StaRoleTypeDtoSerializer" to "App\Service\StaticData\StaRoleTypeService".
Inlined service "App\Serializer\Dto\StaticData\StaStoreTypeDtoSerializer" to "App\Service\StaticData\StoreTypeService".
Inlined service "App\Serializer\Dto\StaticData\StaTableShapeDtoSerializer" to "App\Service\StaticData\TableShapeService".
Inlined service "App\Service\Store\DiscountRuleEngine" to "App\Service\Store\Bill\BillDiscountResolver".
Inlined service "App\Service\Store\Bill\BillDiscountResolver" to "App\Service\Store\Bill\StoreBillService".
Inlined service "App\Service\Store\Bill\BillProductFiringService" to "App\Service\Store\Bill\StoreBillService".
Inlined service "App\Serializer\Dto\Store\StoreXReportDtoSerializer" to "App\Service\Store\Report\StoreXReportService".
Inlined service "App\Serializer\Dto\Store\StoreZReportDtoSerializer" to "App\Service\Store\Report\StoreZReportService".
Inlined service "App\Serializer\Dto\Store\StoreDiscountRuleDtoSerializer" to "App\Service\Store\StoreDiscountRuleService".
Inlined service "App\Serializer\Dto\Store\StoreDiscountDtoSerializer" to "App\Service\Store\StoreDiscountService".
Inlined service "App\Serializer\Dto\Store\StoreIncomeDepartmentDtoSerializer" to "App\Service\Store\StoreIncomeDepartmentService".
Inlined service "App\Serializer\Dto\Store\StoreProductAllergenDtoSerializer" to "App\Service\Store\StoreProductAllergenService".
Inlined service "App\Serializer\Dto\Store\StoreProductContentDtoSerializer" to "App\Service\Store\StoreProductContentService".
Inlined service "App\Serializer\Dto\Store\StoreProductGroupDtoSerializer" to "App\Service\Store\StoreProductGroupService".
Inlined service "App\Serializer\Dto\Store\StoreProductIngredientDtoSerializer" to "App\Service\Store\StoreProductIngredientService".
Inlined service "App\Serializer\Dto\Store\StoreProductOptionGroupDtoSerializer" to "App\Service\Store\StoreProductOptionGroupService".
Inlined service "App\Serializer\Dto\Store\StoreProductPhotoDtoSerializer" to "App\Service\Store\StoreProductPhotoService".
Inlined service "App\Service\File\FileService" to "App\Service\Store\StoreProductPhotoService".
Inlined service "App\Util\LimitUtil" to "App\Service\Store\StoreProductPhotoService".
Inlined service "App\Serializer\Dto\Store\StoreProductDtoSerializer" to "App\Service\Store\StoreProductService".
Inlined service "App\Serializer\Dto\Store\StoreStationDtoSerializer" to "App\Service\Store\StoreStationService".
Inlined service "App\Serializer\Dto\Store\StoreTableLocationDtoSerializer" to "App\Service\Store\StoreTableLocationService".
Inlined service "App\Util\DateUtil" to "App\Service\Store\StoreTableLocationService".
Inlined service "App\Serializer\Dto\Store\StoreTaxDtoSerializer" to "App\Service\Store\StoreTaxService".
Inlined service "App\Service\Translation\GoogleTranslateKeyResolver" to "App\Service\Translation\TranslationService".
Inlined service "App\Service\Translation\GoogleTranslateClient" to "App\Service\Translation\TranslationService".
Inlined service "App\Util\ExceptionUtil" to "App\Util\SendUtil".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.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.NBUFN6A" 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 "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.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_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.member_registration" to "limiter.member_registration".
Inlined service "limiter.storage.member_verification_resend" to "limiter.member_verification_resend".
Inlined service "limiter.storage.login_identity" to "limiter.login_identity".
Inlined service "limiter.storage.login_ip" to "limiter.login_ip".
Inlined service "limiter.storage.member_store_rating" to "limiter.member_store_rating".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.y4dplYt" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
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.Yuzwbad" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.taXylQX" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.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 "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" 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 "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AccessExtension" to "twig".
Inlined service "App\Twig\BreadcrumbExtension" to "twig".
Inlined service "App\Twig\FormLayoutExtension" to "twig".
Inlined service "App\Twig\PermissionExtension" to "twig".
Inlined service "App\Twig\TwigHelperExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.8QzOt3J" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.9Sbc0.x" to "security.helper".
Inlined service ".service_locator.hA1JxNM" to "security.helper".
Inlined service ".service_locator.M4k7Pxh" to "security.helper".
Inlined service ".service_locator.M4k7Pxh" to "security.helper".
Inlined service ".service_locator.hA1JxNM" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.9FrOl60" to "security.access_map".
Inlined service ".security.request_matcher.SQWqb29" to "security.access_map".
Inlined service ".security.request_matcher.kAryc_2" to "security.access_map".
Inlined service ".security.request_matcher.2JJHi6s" to "security.access_map".
Inlined service ".security.request_matcher.NrKPO9j" to "security.access_map".
Inlined service ".security.request_matcher.vgIvNvV" to "security.access_map".
Inlined service ".security.request_matcher.ui0xzVM" to "security.access_map".
Inlined service ".security.request_matcher.XAi7QLS" to "security.access_map".
Inlined service ".security.request_matcher.ZfmOaVO" to "security.access_map".
Inlined service ".security.request_matcher.MZgjvB7" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.44z8X0d" to "security.access_map".
Inlined service ".security.request_matcher.KHPqn31" 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.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service ".security.request_matcher.zurGS5c" to ".security.request_matcher.d8oa86B".
Inlined service ".security.request_matcher.mC3ytiC" to ".security.request_matcher.yv.cV74".
Inlined service "debug.security.firewall.authenticator.member_self.inner" to "debug.security.firewall.authenticator.member_self".
Inlined service "security.exception_listener.member_self" to "security.firewall.map.context.member_self".
Inlined service "debug.security.firewall.authenticator.api_admin.inner" to "debug.security.firewall.authenticator.api_admin".
Inlined service "security.exception_listener.api_admin" to "security.firewall.map.context.api_admin".
Inlined service "debug.security.firewall.authenticator.pages_admin.inner" to "debug.security.firewall.authenticator.pages_admin".
Inlined service "security.exception_listener.pages_admin" to "security.firewall.map.context.pages_admin".
Inlined service ".security.request_matcher.I3JyNvH" to ".security.request_matcher.tHDptzf".
Inlined service "debug.security.firewall.authenticator.pages_member.inner" to "debug.security.firewall.authenticator.pages_member".
Inlined service "security.exception_listener.pages_member" to "security.firewall.map.context.pages_member".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.uR1o1VA" to ".security.request_matcher.9FrOl60".
Inlined service ".security.request_matcher.5jlKkPb" to ".security.request_matcher.SQWqb29".
Inlined service ".security.request_matcher.Rfd9sGY" to ".security.request_matcher.kAryc_2".
Inlined service ".security.request_matcher.I2ajtPI" to ".security.request_matcher.kAryc_2".
Inlined service ".security.request_matcher.qxc1J4d" to ".security.request_matcher.2JJHi6s".
Inlined service ".security.request_matcher..vTMWSA" to ".security.request_matcher.NrKPO9j".
Inlined service ".security.request_matcher.U0hTl7f" to ".security.request_matcher.vgIvNvV".
Inlined service ".security.request_matcher.Mdp11t." to ".security.request_matcher.ui0xzVM".
Inlined service ".security.request_matcher.GaYr5FA" to ".security.request_matcher.ZfmOaVO".
Inlined service ".security.request_matcher.ETnW3bJ" to ".security.request_matcher.MZgjvB7".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.b1tOmuw" to ".security.request_matcher.44z8X0d".
Inlined service ".security.request_matcher.QR..I8t" to ".security.request_matcher.KHPqn31".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.wGcUvrz" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
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\Security\Voter\PermissionVoter" to ".debug.security.voter.App\Security\Voter\PermissionVoter".
Inlined service "App\Security\Voter\StoreAccessVoter" to ".debug.security.voter.App\Security\Voter\StoreAccessVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.member_self.inner" to "debug.security.event_dispatcher.member_self".
Inlined service "debug.security.event_dispatcher.api_admin.inner" to "debug.security.event_dispatcher.api_admin".
Inlined service "debug.security.event_dispatcher.pages_admin.inner" to "debug.security.event_dispatcher.pages_admin".
Inlined service "debug.security.event_dispatcher.pages_member.inner" to "debug.security.event_dispatcher.pages_member".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.DjrhxxF" to ".service_locator.DjrhxxF.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.pToDJZH" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.ZxCN2NF" to "console.command_loader".
Inlined service ".service_locator.DjrhxxF.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "lock.default.factory" to "App\Service\Security\RequestThrottle".
Inlined service "lock.default.factory" to "App\Service\Security\RequestThrottle".
Inlined service "lock.default.factory" to "App\Service\Security\RequestThrottle".
Inlined service "lock.default.factory" to "App\Service\Security\RequestThrottle".
Inlined service "lock.default.factory" to "App\Service\Security\RequestThrottle".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.member_self", "debug.security.firewall.authenticator.api_admin", "debug.security.firewall.authenticator.pages_admin", "debug.security.firewall.authenticator.pages_member", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.member_self", "debug.security.event_dispatcher.api_admin", "debug.security.event_dispatcher.pages_admin", "debug.security.event_dispatcher.pages_member", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.security", "monolog.logger.deprecation", but was never used.