@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function author($id) |
| 39 | 39 | { |
| 40 | 40 | $post = Post::findOrFail($id); |
| 41 | - if (! $post->author) { |
|
| 41 | + if (!$post->author) { |
|
| 42 | 42 | // @todo |
| 43 | 43 | // use Dingo response instead |
| 44 | 44 | return response()->json([ |