The controller for URI "/settings/global" is not callable: Controller "Dmishh\SettingsBundle\Controller\SettingsController" cannot be fetched from the container because it is private. Did you forget to tag the service with "controller.service_arguments"?
This is solved by adding public: true to the service definition of SettingsController
Hi,
I am getting the following error on Symfony 4.4:
This is solved by adding
public: true
to the service definition ofSettingsController