zz %!s(int64=5) %!d(string=hai) anos
pai
achega
7a1090bb13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Modules/BaseService.php

+ 1 - 1
app/Modules/BaseService.php

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