mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
Think\Error类的appShutdown方法改进
This commit is contained in:
@@ -31,7 +31,7 @@ class Cache {
|
||||
self::$handler = new $class($options);
|
||||
return self::$handler;
|
||||
}else{
|
||||
Error::halt('_CACHE_TYPE_INVALID_:'.$type);
|
||||
E('_CACHE_TYPE_INVALID_:'.$type);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user