Skip to content

Commit

Permalink
Merge pull request #1271 from samsonasik/rem-loader
Browse files Browse the repository at this point in the history
remove inexistent "CodeIgniter\Loader" from AutoloadConfig::classmap
  • Loading branch information
lonnieezell authored Oct 1, 2018
2 parents afb1a00 + 0b61c00 commit 55ae897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/Config/AutoloadConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public function __construct()
$this->classmap = [
'CodeIgniter\CodeIgniter' => BASEPATH . 'CodeIgniter.php',
'CodeIgniter\CLI\CLI' => BASEPATH . 'CLI/CLI.php',
'CodeIgniter\Loader' => BASEPATH . 'Loader.php',
'CodeIgniter\Cache\CacheFactory' => BASEPATH . 'Cache/CacheFactory.php',
'CodeIgniter\Cache\CacheInterface' => BASEPATH . 'Cache/CacheInterface.php',
'CodeIgniter\Cache\Handlers\DummyHandler' => BASEPATH . 'Cache/Handlers/DummyHandler.php',
Expand Down

0 comments on commit 55ae897

Please sign in to comment.