@@ -35,7 +35,7 @@ |
||
| 35 | 35 | { |
| 36 | 36 | $this->recipients = []; |
| 37 | 37 | $recipients = is_array($numbers) ? $numbers : [$numbers]; |
| 38 | - $recipients = array_map(function ($item) { |
|
| 38 | + $recipients = array_map(function($item) { |
|
| 39 | 39 | return trim($item); |
| 40 | 40 | }, array_merge($this->recipients, $recipients)); |
| 41 | 41 | |