You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I am getting the following error on Symfony 4.4:
This is solved by adding
public: true
to the service definition ofSettingsController
The text was updated successfully, but these errors were encountered: