mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Auto commit for release 'branch-v6.2' on 2024-12-14
This commit is contained in:
@@ -42,7 +42,6 @@ class OwnerTestNotificationPushover extends Notification
|
||||
|
||||
private OwnerNotifiable $owner;
|
||||
|
||||
|
||||
public function __construct(OwnerNotifiable $owner)
|
||||
{
|
||||
$this->owner = $owner;
|
||||
@@ -65,7 +64,8 @@ class OwnerTestNotificationPushover extends Notification
|
||||
Log::debug('Now in toPushover()');
|
||||
|
||||
return PushoverMessage::create((string) trans('email.admin_test_message', ['channel' => 'Pushover']))
|
||||
->title((string) trans('email.admin_test_subject'));
|
||||
->title((string) trans('email.admin_test_subject'))
|
||||
;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user