Background I have a OptionHelper-Class that is looking in the database-table, where I store some flexible parameters. This class is working fine in Controllers. Now I want to use this class in a …
Tag: autowired
Cannot autowire argument $of “AppControllerHomeController”: it references class “SymfonyComponentFormSubmitButton” but no such service exists
symfony noob here. Im not sure what this autowiring error is about. I am trying to check if a button is clicked (maybe there is a better way to do this) Like so(see first if) if ($button->get(…