#132 - cs fix
This commit is contained in:
parent
4162dd3d67
commit
c17b995c11
@ -30,7 +30,7 @@ class VacationRequestCreatedNotification extends Notification
|
|||||||
$seeDetails = __("See details");
|
$seeDetails = __("See details");
|
||||||
|
|
||||||
return (new SlackMessage())
|
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");
|
$seeDetails = __("See details");
|
||||||
|
|
||||||
return (new SlackMessage())
|
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");
|
$seeDetails = __("See details");
|
||||||
|
|
||||||
return (new SlackMessage())
|
return (new SlackMessage())
|
||||||
->text("{$this->buildDescription()}\n <${url}|$seeDetails>");
|
->text("{$this->buildDescription()}\n <${url}|${seeDetails}>");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user