Apply suggestions from code review
Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user