mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge: Count error in ninja:send-reminders cron
This commit is contained in:
parent
6cf2635979
commit
bb6a0c379e
@ -1217,7 +1217,7 @@ class InvoiceRepository extends BaseRepository
|
|||||||
$frequencyId = $settings->frequency_id_reminder4;
|
$frequencyId = $settings->frequency_id_reminder4;
|
||||||
|
|
||||||
if (! $frequencyId || ! $account->enable_reminder4) {
|
if (! $frequencyId || ! $account->enable_reminder4) {
|
||||||
return [];
|
return collect();
|
||||||
}
|
}
|
||||||
|
|
||||||
$frequency = Utils::getFromCache($frequencyId, 'frequencies');
|
$frequency = Utils::getFromCache($frequencyId, 'frequencies');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user