@@ -26,7 +26,7 @@ |
||
| 26 | 26 | $tasks->email->users->each(function ($value) use ($message) { |
| 27 | 27 | $message->bcc($value->email); |
| 28 | 28 | }); |
| 29 | - }); |
|
| 29 | + }); |
|
| 30 | 30 | |
| 31 | 31 | // if to reached the sender |
| 32 | 32 | if (empty(Mail::failures())) { |