Kirin 2 лет назад
Родитель
Сommit
183e05ab9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

@@ -20,7 +20,7 @@ class WithdrawService
     static $aeskey = '';
 
 
-    public function init()
+    public static function init()
     {
         self::$token = CacheService::get('withdraw_token', '');
         if (!self::$token) {