This commit is contained in:
Adrian Hopek
2022-04-25 13:36:40 +02:00
parent 54faa3460c
commit 160eb5f94b
14 changed files with 14 additions and 14 deletions

View File

@@ -52,4 +52,4 @@ class Controller extends SlackController
->withText(":x: Komenda `/{$this->request->command} {$this->request->text}` jest niepoprawna:")
->withAttachments($errors->all());
}
}
}