File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,6 +144,9 @@ public function __construct()
144144 'CodeIgniter\Debug\Timer ' => BASEPATH . 'Debug/Timer.php ' ,
145145 'CodeIgniter\Debug\Iterator ' => BASEPATH . 'Debug/Iterator.php ' ,
146146 'CodeIgniter\Encryption\Encryption ' => BASEPATH . 'Encryption/Encryption.php ' ,
147+ 'CodeIgniter\Encryption\EncrypterInterface ' => BASEPATH . 'Encryption/EncrypterInterface.php ' ,
148+ 'CodeIgniter\Encryption\Handlers\BaseHandler ' => BASEPATH . 'Encryption/Handlers/BaseHandler.php ' ,
149+ 'CodeIgniter\Encryption\Handlers\OpenSSLHandler ' => BASEPATH . 'Encryption/Handlers/OpenSSLHandler.php ' ,
147150 'CodeIgniter\Events\Events ' => BASEPATH . 'Events/Events.php ' ,
148151 'CodeIgniter\HTTP\CLIRequest ' => BASEPATH . 'HTTP/CLIRequest.php ' ,
149152 'CodeIgniter\HTTP\ContentSecurityPolicy ' => BASEPATH . 'HTTP/ContentSecurityPolicy.php ' ,
You can’t perform that action at this time.
0 commit comments