🤖 Auto commit for release 'develop' on 2026-02-21

This commit is contained in:
JC5
2026-02-21 10:58:33 +01:00
parent 8e6ff3ceaf
commit 37c4db2ce9
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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));
}
}
@@ -178,6 +178,8 @@ class ExportDataGenerator
// @phpstan-ignore-line
// @phpstan-ignore-line
public function __construct()
{
$this->accounts = new Collection();
+1 -1
View File
@@ -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.