From c6a7b9e6cbc59c9aa4cfbc770453c5f032ea5581 Mon Sep 17 00:00:00 2001 From: Chino Chang Date: Mon, 25 Jan 2016 15:34:55 +0800 Subject: [PATCH] fix CI faild --- library/think/session/Driver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/session/Driver.php b/library/think/session/Driver.php index c35b4cd4..1311de8c 100644 --- a/library/think/session/Driver.php +++ b/library/think/session/Driver.php @@ -9,7 +9,7 @@ // | Author: liu21st // +---------------------------------------------------------------------- -namespace think\session\driver; +namespace think\session; use SessionHandler;