Skip to content

Commit

Permalink
Fix service definition yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt75 committed Nov 30, 2023
1 parent 3432106 commit bf8a186
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bf8a186

Please sign in to comment.