mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update notification title
This commit is contained in:
@@ -27,7 +27,7 @@ class DomainUpdateNotification extends Notification implements ChatNotificationI
|
||||
{
|
||||
$ldhName = $this->domainEvent->getDomain()->getLdhName();
|
||||
$action = $this->domainEvent->getAction();
|
||||
$this->subject("Success: Domain Updated $ldhName")
|
||||
$this->subject("Domain changed $ldhName ($action)")
|
||||
->content("Domain name $ldhName information has been updated ($action).")
|
||||
->importance(Notification::IMPORTANCE_HIGH);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user