sae模式文件调整

This commit is contained in:
thinkphp
2015-02-21 16:55:32 +08:00
parent dce565ee12
commit 9346bda0f0

View File

@@ -50,7 +50,6 @@ return [
'Think\Template' => CORE_PATH . 'Template'.EXT,
'Think\Cache' => CORE_PATH . 'Cache'.EXT,
'Think\Cache\Driver\File' => CORE_PATH . 'Cache/Driver/File'.EXT,
'Think\Storage' => CORE_PATH . 'Storage'.EXT,
],
];