@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * @return CommentResource |
| 23 | 23 | * @throws \Illuminate\Auth\Access\AuthorizationException |
| 24 | 24 | */ |
| 25 | - public function save(CommentRequest $request, Dispatcher $dispatcher, Comment $comment ) |
|
| 25 | + public function save(CommentRequest $request, Dispatcher $dispatcher, Comment $comment) |
|
| 26 | 26 | { |
| 27 | 27 | $this->authorize('update', $comment); |
| 28 | 28 | |