Setono / SyliusFeedPlugin

Create feeds in your Sylius shop
MIT License
23 stars 45 forks source link

Controller of show / violation action not callable #91

Closed EulalieM closed 3 months ago

EulalieM commented 7 months ago

There is a syntax error in the admin.yaml file that gives me this error:

The controller for URI "/admin/feeds/1" is not callable: Controller "setono_sylius_feed.controller.feed:showAction" does neither exist as service nor as class.

corrected as follows: _controller: setono_sylius_feed.controller.feed:showAction -> error _controller: setono_sylius_feed.controller.feed::showAction -> ok

is it just me? ... !

Thanks