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
// Not cached - so grab it...
$instance = new $class();
change
use Config\Services;
// Not cached - so grab it...
$instance = new $class();
$instance->initController(Services::request(), Services::response(), Services::logger());
I found a solution like this, but I don't know exactly how good it will be.
The text was updated successfully, but these errors were encountered:
byazrail
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Jan 19, 2020
Direction
view_cell('App\Controllers\Test::index');
Test Extending Parent initController core extend. not be call.
sample;
view_cell('App\Controllers\Test::index'); return null;
solution;
system\View\Cell::render
change
I found a solution like this, but I don't know exactly how good it will be.
The text was updated successfully, but these errors were encountered: