Merge branch 'next' into separate-success-and-failure-notifications
This commit is contained in:
@@ -5,4 +5,4 @@ namespace App\Notifications\Channels;
|
||||
interface SendsSlack
|
||||
{
|
||||
public function routeNotificationForSlack();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,7 @@ class SlackMessage
|
||||
public string $title,
|
||||
public string $description,
|
||||
public string $color = '#0099ff'
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public static function infoColor(): string
|
||||
{
|
||||
@@ -30,4 +29,4 @@ class SlackMessage
|
||||
{
|
||||
return '#ffa500';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user