Merge branch 'next' into feat-db-ssl

This commit is contained in:
🏔️ Peak
2025-02-11 17:41:45 +01:00
committed by GitHub
19 changed files with 6756 additions and 32 deletions

View File

@@ -24,6 +24,7 @@ class SendMessageToSlackJob implements ShouldQueue
public function handle(): void
{
Http::post($this->webhookUrl, [
'text' => $this->message->title,
'blocks' => [
[
'type' => 'section',