Update remember months
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f35a65addb
commit
61b0b8708c
|
@ -49,6 +49,6 @@ class Payment extends Model
|
||||||
{
|
{
|
||||||
return $q->whereHas('status', function($q) {
|
return $q->whereHas('status', function($q) {
|
||||||
return $q->where('is_remember', true);
|
return $q->where('is_remember', true);
|
||||||
})->where(fn ($query) => $query->whereNull('last_remembered_at')->orWhere('last_remembered_at', '<=', now()->subMonths(6)));
|
})->where(fn ($query) => $query->whereNull('last_remembered_at')->orWhere('last_remembered_at', '<=', now()->subMonths(3)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue