Completed
Push — master ( a36a2e...782846 )
by Sergii
05:45
created
src/Utils/BaseEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,6 +65,6 @@
 block discarded – undo
65 65
             throw new \RuntimeException('An ID cannot be zero.');
66 66
         }
67 67
 
68
-        return $this->entityType() . "/$id/$operation";
68
+        return $this->entityType()."/$id/$operation";
69 69
     }
70 70
 }
Please login to merge, or discard this patch.