Completed
Push — master ( 7f6918...fb7822 )
by Matthew
02:21
created
src/Resources/AbstractResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.