@@ -42,7 +42,7 @@ |
||
| 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 | |