mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class Yar
|
|||||||
|
|
||||||
//判断扩展是否存在
|
//判断扩展是否存在
|
||||||
if (!extension_loaded('yar')) {
|
if (!extension_loaded('yar')) {
|
||||||
throw new Exception('not support yar');
|
throw new \Exception('not support yar');
|
||||||
}
|
}
|
||||||
|
|
||||||
//实例化Yar_Server
|
//实例化Yar_Server
|
||||||
|
|||||||
Reference in New Issue
Block a user