mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
build(ci4): update CodeIgniter to v4.3.6
This commit is contained in:
parent
4ccb363a3d
commit
981277ae14
31 changed files with 387 additions and 160 deletions
|
|
@ -7,6 +7,7 @@ namespace App\Controllers;
|
|||
use CodeIgniter\Controller;
|
||||
use CodeIgniter\HTTP\IncomingRequest;
|
||||
use CodeIgniter\HTTP\RequestInterface;
|
||||
use CodeIgniter\HTTP\Response;
|
||||
use CodeIgniter\HTTP\ResponseInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use ViewThemes\Theme;
|
||||
|
|
@ -28,6 +29,13 @@ abstract class BaseController extends Controller
|
|||
*/
|
||||
protected $request;
|
||||
|
||||
/**
|
||||
* Instance of the main response object.
|
||||
*
|
||||
* @var Response
|
||||
*/
|
||||
protected $response;
|
||||
|
||||
/**
|
||||
* An array of helpers to be loaded automatically upon
|
||||
* class instantiation. These helpers will be available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue