Код: Выделить всё
public function initController(RequestInterface $request, ResponseInterface $response, LoggerInterface $logger)
{
// Do Not Edit This Line
parent::initController($request, $response, $logger);
// Preload any models, libraries, etc, here.
// E.g.: $this->session = \Config\Services::session();
$ionAuth = new \IonAuth\Libraries\IonAuth();
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... r-in-other