@@ -40,6 +40,6 @@ |
||
| 40 | 40 | */ |
| 41 | 41 | protected function endpoint($id = null) |
| 42 | 42 | { |
| 43 | - return $id == null ? $this->endpoint : $this->endpoint.'/'.$id; |
|
| 43 | + return $id == null ? $this->endpoint : $this->endpoint . '/' . $id; |
|
| 44 | 44 | } |
| 45 | 45 | } |
| 46 | 46 | \ No newline at end of file |