SettingsBundle icon indicating copy to clipboard operation
SettingsBundle copied to clipboard

Error SettingsController not public on Symfony 4.4

Open Zoopme opened this issue 2 years ago • 0 comments

Hi,

I am getting the following error on Symfony 4.4:

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

Zoopme avatar May 12 '23 19:05 Zoopme