complete story 8.7 with qa tests
This commit is contained in:
@@ -31,8 +31,8 @@ class Send2HourReminders extends Command
|
||||
public function handle(): int
|
||||
{
|
||||
$targetTime = now()->addHours(2);
|
||||
$windowStart = $targetTime->copy()->subMinutes(15);
|
||||
$windowEnd = $targetTime->copy()->addMinutes(15);
|
||||
$windowStart = $targetTime->copy()->subMinutes(7);
|
||||
$windowEnd = $targetTime->copy()->addMinutes(7);
|
||||
|
||||
$consultations = Consultation::query()
|
||||
->where('status', ConsultationStatus::Approved)
|
||||
|
||||
Reference in New Issue
Block a user