fix(notification): always send SSL notifications
This commit is contained in:
@@ -4,9 +4,9 @@ namespace App\Traits;
|
||||
|
||||
use App\Notifications\Channels\DiscordChannel;
|
||||
use App\Notifications\Channels\EmailChannel;
|
||||
use App\Notifications\Channels\PushoverChannel;
|
||||
use App\Notifications\Channels\SlackChannel;
|
||||
use App\Notifications\Channels\TelegramChannel;
|
||||
use App\Notifications\Channels\PushoverChannel;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
trait HasNotificationSettings
|
||||
@@ -16,6 +16,7 @@ trait HasNotificationSettings
|
||||
'server_force_disabled',
|
||||
'general',
|
||||
'test',
|
||||
'ssl_certificate_renewal',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user