v3.5.2
ControllerFactory::fromArray()
allows non-static methods to be called with string class name- Added test case for
ControllerFactory::fromArray([Controller::class, 'methodAction'])
- Made returned function in
ControllerFactory::fromCallable()
static