diff --git a/config/common.yml b/config/common.yml index 36755e0c7..d1f5fd08b 100644 --- a/config/common.yml +++ b/config/common.yml @@ -14,11 +14,7 @@ services: ps_checkout.module.version: class: 'PrestaShop\Module\PrestashopCheckout\Version\Version' - factory: - [ - 'PrestaShop\Module\PrestashopCheckout\Version\Version', - "buildFromString", - ] + factory: ["PrestaShop\\Module\\PrestashopCheckout\\Version\\Version", "buildFromString"] public: true arguments: - '@=service("ps_checkout.module").version'