Skip to content

Commit 8cb0867

Browse files
committed
Added Encryption classes to the AutoloadConfig classmap
1 parent f1283f5 commit 8cb0867

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

system/Config/AutoloadConfig.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)