Completed
Push — master ( 3796bd...927f95 )
by Shawn
04:45
created
app/Handlers/Duty/DutyHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     {
43 43
         $today = Carbon::today()->format('Y-m-d');
44 44
 
45
-        if ($today == $this->lastWorked->pivot->last_worked){
45
+        if ($today == $this->lastWorked->pivot->last_worked) {
46 46
             return;
47 47
         }
48 48
 
Please login to merge, or discard this patch.