Explorar o código

Weenier 168otc项目部署 0630

wesmiler %!s(int64=3) %!d(string=hai) anos
pai
achega
263afd6376
Modificáronse 1 ficheiros con 1 adicións e 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;
     }