mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
类库映射定义文件修正
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
return array(
|
||||
'Think\App' => CORE_PATH.'App.php',
|
||||
'Think\Log' => CORE_PATH.'Log.php',
|
||||
'Think\Log\Driver\File' => CORE_PATH.'Log\Driver\File.php',
|
||||
'Think\Log\Driver\File' => CORE_PATH.'Log/Driver/File.php',
|
||||
'Think\Config' => CORE_PATH.'Config.php',
|
||||
'Think\Route' => CORE_PATH.'Route.php',
|
||||
'Think\Exception'=> CORE_PATH.'Exception.php',
|
||||
'Think\Model' => CORE_PATH.'Model.php',
|
||||
'Think\Db' => CORE_PATH.'Db.php',
|
||||
'Think\Db\Driver' => CORE_PATH.'Db\Driver.php',
|
||||
'Think\Db\Driver' => CORE_PATH.'Db/Driver.php',
|
||||
'Think\Template' => CORE_PATH.'Template.php',
|
||||
'Think\Error' => CORE_PATH.'Error.php',
|
||||
'Think\Cache' => CORE_PATH.'Cache.php',
|
||||
|
||||
Reference in New Issue
Block a user