1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Fix for reminders

This commit is contained in:
Hillel Coren 2018-03-19 16:43:42 +02:00
parent 6ac1982aef
commit 72b89c816b

View File

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