Fix for reminders

This commit is contained in:
Hillel Coren 2018-03-19 16:43:29 +02:00
parent fff55103fc
commit b4a64055ba

View File

@ -1189,7 +1189,7 @@ class InvoiceRepository extends BaseRepository
}
if (! count($dates)) {
return [];
return collect();
}
$sql = implode(' OR ', $dates);