fix: reminder
This commit is contained in:
@@ -119,7 +119,10 @@ public function handle(): int
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$reminder->last_repeat = $now;
|
$scheduled = Carbon::parse($reminder->time)
|
||||||
|
->setDate($now->year, $now->month, $now->day);
|
||||||
|
|
||||||
|
$reminder->last_repeat = $scheduled;
|
||||||
$reminder->save();
|
$reminder->save();
|
||||||
$this->info("Queued push notification for reminder {$reminder->id}.");
|
$this->info("Queued push notification for reminder {$reminder->id}.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user