1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01: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)) { if (! count($dates)) {
return []; return collect();
} }
$sql = implode(' OR ', $dates); $sql = implode(' OR ', $dates);