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) {