diff --git a/app/Listeners/Test/SendsTestNotification.php b/app/Listeners/Test/SendsTestNotification.php index fb7234a2fc..8a4a54b548 100644 --- a/app/Listeners/Test/SendsTestNotification.php +++ b/app/Listeners/Test/SendsTestNotification.php @@ -81,7 +81,7 @@ class SendsTestNotification return; } Log::debug(sprintf('Will send %s as a notification.', $class)); - NotificationSender::send($event->$type, new $class()); + NotificationSender::send($event->{$type}, new $class()); Log::debug(sprintf('If you see no errors above this line, test notification was sent over channel "%s"', $event->channel)); } } diff --git a/app/Support/Export/ExportDataGenerator.php b/app/Support/Export/ExportDataGenerator.php index 94fece00f6..801710a227 100644 --- a/app/Support/Export/ExportDataGenerator.php +++ b/app/Support/Export/ExportDataGenerator.php @@ -178,6 +178,8 @@ class ExportDataGenerator // @phpstan-ignore-line + // @phpstan-ignore-line + public function __construct() { $this->accounts = new Collection(); diff --git a/config/firefly.php b/config/firefly.php index 7a58719f2b..75bf1ebca8 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2026-02-21', - 'build_time' => 1771657125, + 'build_time' => 1771667789, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.