@@ -72,8 +72,8 @@ |
||
| 72 | 72 | \Mail::send('emails.new_sick', ['data' => $data], function ($m) use ($mailbox, $subject) { |
| 73 | 73 | $m->from($mailbox); |
| 74 | 74 | /** Send confirmation mail to all managers in the department from the user. |
| 75 | - *$m->to("")->subject("$subject"); |
|
| 76 | - */ |
|
| 75 | + *$m->to("")->subject("$subject"); |
|
| 76 | + */ |
|
| 77 | 77 | }); |
| 78 | 78 | |
| 79 | 79 | return redirect('sick'); |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function __construct() |
| 10 | 10 | { |
| 11 | - $this->reloadTimeout = config('timecontrol.refreshInterval'); |
|
| 11 | + $this->reloadTimeout = config('timecontrol.refreshInterval'); |
|
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | /** |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function __construct() |
| 10 | 10 | { |
| 11 | - $this->reloadTimeout = config('timecontrol.refreshInterval'); |
|
| 11 | + $this->reloadTimeout = config('timecontrol.refreshInterval'); |
|
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | /** |