Kirin před 2 roky
rodič
revize
183e05ab9e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {