@@ -86,7 +86,7 @@ |
||
| 86 | 86 | * Get the alphanumeric sender. |
| 87 | 87 | * |
| 88 | 88 | * @param $notifiable |
| 89 | - * @return mixed|null |
|
| 89 | + * @return boolean |
|
| 90 | 90 | * @throws CouldNotSendNotification |
| 91 | 91 | */ |
| 92 | 92 | protected function canReceiveAlphanumericSender($notifiable) |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace NotificationChannels\Twilio; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use Illuminate\Notifications\Notification; |
|
| 7 | 6 | use Illuminate\Contracts\Events\Dispatcher; |
| 8 | 7 | use Illuminate\Notifications\Events\NotificationFailed; |
| 8 | +use Illuminate\Notifications\Notification; |
|
| 9 | 9 | use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification; |
| 10 | 10 | |
| 11 | 11 | class TwilioChannel |