优化代码规范

This commit is contained in:
huangdijia
2015-12-04 22:44:12 +08:00
parent aada435e4b
commit 491e33af8f
4 changed files with 6 additions and 6 deletions

View File

@@ -29,8 +29,8 @@ return [
'think\Db' => CORE_PATH . 'db' . EXT,
'think\Db\Driver' => CORE_PATH . 'db/driver' . EXT,
'think\Template' => CORE_PATH . 'template' . EXT,
'think\view\driver\Think' => CORE_PATH . 'view\driver\think' . EXT,
'think\template\driver\File' => CORE_PATH . 'template\driver\file' . EXT,
'think\view\driver\Think' => CORE_PATH . 'view/driver/think' . EXT,
'think\template\driver\File' => CORE_PATH . 'template/driver/file' . EXT,
'think\Error' => CORE_PATH . 'error' . EXT,
'think\Cache' => CORE_PATH . 'cache' . EXT,
'think\cache\driver\File' => CORE_PATH . 'cache/driver/file' . EXT,