diff --git a/src/Services/Cron/Cron.php b/src/Services/Cron/Cron.php index 7639046df..a700973e5 100755 --- a/src/Services/Cron/Cron.php +++ b/src/Services/Cron/Cron.php @@ -247,7 +247,8 @@ final class Cron Visitor::truncate(); - $sMsg = (new ReportUser())->ByDay(1); +// $sMsg = (new ReportUser())->ByDay(1); + $sMsg = (new ReportUser())->ByDate($sPrevDate); (new Telegram())->send(0, $sMsg); }