修正 Parser的路径

规范 Slog的编码规则
This commit is contained in:
huangdijia
2015-12-08 10:20:35 +08:00
parent eba3b29bbc
commit f0c915b3db
4 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ use think\Debug;
use think\Exception;
use think\Lang;
use think\Log;
use think\slog;
use think\Slog;
abstract class Driver
{