fix(notification): always send SSL notifications
This commit is contained in:
parent
d74c578a4a
commit
f288852753
1 changed files with 2 additions and 1 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue