Silent 6 năm trước cách đây
mục cha
commit
dd0943d08c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

xqd
@@ -44,7 +44,7 @@ class Kernel extends ConsoleKernel
                 $item->end_date_time = Carbon::createFromTimestamp(strtotime($item->begin_date_time))->addHours(2)->toDateTimeString();
                 $item->save();
             }
-        })->dailyAt('21:00');
+        })->dailyAt('13:30');
     }
 
     /**