build(ci4): update CodeIgniter to v4.3.6

This commit is contained in:
Yassine Doghri 2023-07-06 15:56:05 +00:00
commit 981277ae14
31 changed files with 387 additions and 160 deletions

View file

@ -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