Explorar el Código

fix superball 弹窗

laowu hace 1 mes
padre
commit
d59d8613e1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Console/Commands/SuperballUpdatePoolAndStats.php

+ 1 - 0
app/Console/Commands/SuperballUpdatePoolAndStats.php

@@ -31,6 +31,7 @@ class SuperballUpdatePoolAndStats extends Command
 
     public function handle(): int
     {
+        return false;
         $today = Carbon::today();
         $dateStr = $today->format('Y-m-d');
         $dateId = $today->format('Ymd');