Apply suggestions from code review

Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>
This commit is contained in:
Adrian Hopek
2022-04-26 14:24:29 +02:00
committed by GitHub
parent 8726b81a66
commit 83e003ddbb
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ class Controller extends SlackController
);
return Response::create($this->request)
->withText(":x: Polecenie `/{$this->request->command} {$this->request->text}` jest niepoprawna:")
->withText(":x: Polecenie `/{$this->request->command} {$this->request->text}` jest niepoprawne:")
->withAttachments($errors->all());
}
}