From 769dcc78d136ded599c48ac656c0895f4bbce542 Mon Sep 17 00:00:00 2001 From: Matt75 <5262628+Matt75@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:50:57 +0100 Subject: [PATCH] Fix service definition yaml syntax --- config/common.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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'