Merge branch 'next' into separate-success-and-failure-notifications

This commit is contained in:
🏔️ Peak
2024-12-09 18:15:41 +01:00
committed by GitHub
27 changed files with 446 additions and 302 deletions

View File

@@ -5,4 +5,4 @@ namespace App\Notifications\Channels;
interface SendsSlack
{
public function routeNotificationForSlack();
}
}

View File

@@ -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';
}
}
}