Explorar el Código

Weenier 168otc项目部署 0630

wesmiler hace 3 años
padre
commit
263afd6376
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/UsdtWalletService.php

+ 1 - 1
app/Services/UsdtWalletService.php

@@ -73,7 +73,7 @@ class UsdtWalletService extends BaseService
     public static function make()
     {
         if (!self::$instance) {
-            self::$instance = (new static());
+            self::$instance = (new UsdtWalletService());
         }
         return self::$instance;
     }