From 37fddcefc4038d48feaa5654b0c0081fed4b80f5 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sat, 19 Dec 2015 09:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3sae=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mode/sae.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mode/sae.php b/mode/sae.php index 8c654343..5407f904 100644 --- a/mode/sae.php +++ b/mode/sae.php @@ -48,14 +48,17 @@ return [ // 指定从服务器序号 'slave_no' => '', ], - 'log' => [ + 'log' => [ 'type' => 'Sae', ], - 'cache' => [ - 'type' => 'Sae', + 'cache' => [ + 'type' => 'Sae', ], 'file_upload_type' => 'Sae', - 'compile_type' => 'Sae', + 'template' => [ + 'compile_type' => 'Sae', + ], + ], // 别名定义