Test Failed
Push — master ( edd5ce...23d174 )
by Robert
09:43
created
src/Models/Transfer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
16 16
     
17 17
     public function getTimeAttribute()
18 18
     {
19
-        return new Carbon(intval($this->timeL/1000));
19
+        return new Carbon(intval($this->timeL / 1000));
20 20
     }
21 21
 }
Please login to merge, or discard this patch.