#132 - clean up notifications #147
@@ -30,7 +30,7 @@ class VacationRequestCreatedNotification extends Notification
|
||||
$seeDetails = __("See details");
|
||||
|
||||
return (new SlackMessage())
|
||||
->text("{$this->buildDescription()}\n <${url}|$seeDetails>");
|
||||
->text("{$this->buildDescription()}\n <${url}|${seeDetails}>");
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -32,7 +32,7 @@ class VacationRequestStatusChangedNotification extends Notification
|
||||
$seeDetails = __("See details");
|
||||
|
||||
return (new SlackMessage())
|
||||
->text("{$this->buildDescription()}\n <${url}|$seeDetails>");
|
||||
->text("{$this->buildDescription()}\n <${url}|${seeDetails}>");
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -33,7 +33,7 @@ class VacationRequestWaitsForApprovalNotification extends Notification
|
||||
$seeDetails = __("See details");
|
||||
|
||||
return (new SlackMessage())
|
||||
->text("{$this->buildDescription()}\n <${url}|$seeDetails>");
|
||||
->text("{$this->buildDescription()}\n <${url}|${seeDetails}>");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user