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
+1 -1
View File
@@ -5,4 +5,4 @@ namespace App\Notifications\Channels;
interface SendsSlack
{
public function routeNotificationForSlack();
}
}