mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Fix #10808
This commit is contained in:
@@ -111,7 +111,7 @@ class BillEventHandler
|
||||
$bill = $event->bill;
|
||||
|
||||
/** @var bool $preference */
|
||||
Preferences::getForUser($bill->user, 'notification_bill_reminder', true)->data;
|
||||
$preference = Preferences::getForUser($bill->user, 'notification_bill_reminder', true)->data;
|
||||
|
||||
if (true === $preference) {
|
||||
Log::debug('Bill reminder is true!');
|
||||
|
Reference in New Issue
Block a user