浏览代码

shelf api

lishiyeaaron 5 年之前
父节点
当前提交
24a8b060b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Modules/BaseService.php

+ 1 - 1
app/Modules/BaseService.php

@@ -7,7 +7,7 @@ trait BaseService
 {
     private static $_instance;
 
-    public static function __callStatic($name, $arguments)
+    public  function __callStatic($name, $arguments)
     {
         $name = preg_replace('/Static$/', '', $name);
         if (self::$_instance == null) {