Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
4435526b0e
commit
5ff2289eeb
@@ -92,7 +92,7 @@ class ComponentStatusChangedNotification extends Notification
|
||||
'unsubscribeUrl' => cachet_route('subscribe.unsubscribe', $notifiable->verify_code),
|
||||
'manageSubscriptionText' => trans('cachet.subscriber.manage_subscription'),
|
||||
'manageSubscriptionUrl' => cachet_route('subscribe.manage', $notifiable->verify_code),
|
||||
]);
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -144,11 +144,11 @@ class ComponentStatusChangedNotification extends Notification
|
||||
->attachment(function ($attachment) use ($content, $notifiable) {
|
||||
$attachment->title($content, cachet_route('status-page'))
|
||||
->fields(array_filter([
|
||||
'Component' => $this->component->name,
|
||||
'Old Status' => $this->component->human_status,
|
||||
'New Status' => trans("cachet.components.status.{$this->status}"),
|
||||
'Link' => $this->component->link,
|
||||
]))
|
||||
'Component' => $this->component->name,
|
||||
'Old Status' => $this->component->human_status,
|
||||
'New Status' => trans("cachet.components.status.{$this->status}"),
|
||||
'Link' => $this->component->link,
|
||||
]))
|
||||
->footer(trans('cachet.subscriber.unsubscribe', ['link' => cachet_route('subscribe.unsubscribe', $notifiable->verify_code)]));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user