Fix for reminders
This commit is contained in:
parent
fff55103fc
commit
b4a64055ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ class InvoiceRepository extends BaseRepository
|
|||
}
|
||||
|
||||
if (! count($dates)) {
|
||||
return [];
|
||||
return collect();
|
||||
}
|
||||
|
||||
$sql = implode(' OR ', $dates);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue