mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正sae一处配置
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user