修正sae一处配置

This commit is contained in:
thinkphp
2015-12-19 09:25:46 +08:00
parent c83fc9a49f
commit 37fddcefc4

View File

@@ -55,9 +55,12 @@ return [
'type' => 'Sae', 'type' => 'Sae',
], ],
'file_upload_type' => 'Sae', 'file_upload_type' => 'Sae',
'template' => [
'compile_type' => 'Sae', 'compile_type' => 'Sae',
], ],
],
// 别名定义 // 别名定义
'alias' => [ 'alias' => [
'think\Log' => CORE_PATH . 'log' . EXT, 'think\Log' => CORE_PATH . 'log' . EXT,