Skip to content

Commit

Permalink
Add autowire for symfony 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pichat committed Dec 22, 2023
1 parent 1a3e582 commit 5007e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
# Controller
PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController:
public: true
autowire: true
class: PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController
arguments:
- '@doctrine.cache.provider'
Expand Down

0 comments on commit 5007e07

Please sign in to comment.