@@ -79,6 +79,9 @@ |
||
79 | 79 | return $this->getFormattedMobile($to); |
80 | 80 | } |
81 | 81 | |
82 | + /** |
|
83 | + * @param string[] $recipient |
|
84 | + */ |
|
82 | 85 | protected function sendMessage($recipient, EngageSparkMessage $message) |
83 | 86 | { |
84 | 87 | $this->setMode($message); |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace LBHurtado\EngageSpark; |
4 | 4 | |
5 | -use Illuminate\Support\Arr; |
|
6 | 5 | use Illuminate\Notifications\Notification; |
6 | +use Illuminate\Support\Arr; |
|
7 | 7 | use Propaganistas\LaravelPhone\PhoneNumber; |
8 | 8 | |
9 | 9 | class EngageSparkChannel |