From 7372822b92d0b9aac47b03515f02d6255dfb0669 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 11 Apr 2013 15:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=BA=93=E6=98=A0=E5=B0=84=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=96=87=E4=BB=B6=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alias.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alias.php b/alias.php index 4b959124..55b8dff1 100644 --- a/alias.php +++ b/alias.php @@ -13,13 +13,13 @@ return array( 'Think\App' => CORE_PATH.'App.php', 'Think\Log' => CORE_PATH.'Log.php', - 'Think\Log\Driver\File' => CORE_PATH.'Log\Driver\File.php', + 'Think\Log\Driver\File' => CORE_PATH.'Log/Driver/File.php', 'Think\Config' => CORE_PATH.'Config.php', 'Think\Route' => CORE_PATH.'Route.php', 'Think\Exception'=> CORE_PATH.'Exception.php', 'Think\Model' => CORE_PATH.'Model.php', 'Think\Db' => CORE_PATH.'Db.php', - 'Think\Db\Driver' => CORE_PATH.'Db\Driver.php', + 'Think\Db\Driver' => CORE_PATH.'Db/Driver.php', 'Think\Template' => CORE_PATH.'Template.php', 'Think\Error' => CORE_PATH.'Error.php', 'Think\Cache' => CORE_PATH.'Cache.php',