As of Bolt 3.2, referring to current class methods using only the method names doesn't work anymore. Silex/Symfony requires either a valid controller name + method or an array containing the controller instance and the name.
I've tested it only with Bolt 3.2 as 3.3 is still a Beta release.
As of Bolt 3.2, referring to current class methods using only the method names doesn't work anymore. Silex/Symfony requires either a valid controller name + method or an array containing the controller instance and the name.
I've tested it only with Bolt 3.2 as 3.3 is still a Beta release.
Thanks :)