Skip to content

Overriding the StorageListController causes an error #2764

Discussion options

You must be logged in to vote

However, it was necessary to exclude the controller from the registration of services

    App\Controller\:
        resource: ../src/Controller
        public: true
        tags:
            - controller.service_arguments
        exclude:
            - '../src/Controller/CoreShop/WishlistController.php'

Now the new controller works as it should

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dpfaffenbauer
Comment options

Answer selected by twin-elements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants