Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
florence-77 committed Nov 16, 2023
1 parent 9a1ed74 commit c1c17ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/SendReminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function handle()
->whereDoesntHave('reminder', function ($query) {
$query->whereDate('sent_at', now());
})
->andWhereHas('site', function ($query) {
->whereHas('site', function ($query) {
/**
* possible cases:
* site collected this year, but not 11 months ago -> no reminders
Expand Down

0 comments on commit c1c17ed

Please sign in to comment.