stanley-king 3 lat temu
rodzic
commit
c01eccd481
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      crontab/control/minutes.php

+ 1 - 1
crontab/control/minutes.php

@@ -56,7 +56,7 @@ class minutesControl extends BaseCronControl
             } else {
                 $type = 'RefillPhone';
             }
-            
+
             Log::record("query balance channel_name:{$channel_name}");
             $provider = refill\util::getProvider($channel_name,$type);
             [$state, $balance] = $provider->balance();