内核更新

This commit is contained in:
2016-12-28 10:41:09 +08:00
parent c89254e12a
commit ffab826db0
65 changed files with 1194 additions and 610 deletions

View File

@@ -11,7 +11,6 @@
namespace think;
use think\App;
use think\exception\ClassNotFoundException;
class Session
@@ -193,7 +192,7 @@ class Session
self::delete($name, $prefix);
return $result;
} else {
return null;
return;
}
}