@@ -25,7 +25,6 @@  | 
                                                    ||
| 25 | 25 | /**  | 
                                                        
| 26 | 26 | * Create a new event instance.  | 
                                                        
| 27 | 27 | *  | 
                                                        
| 28 | - * @param SendHttpApiParams $params  | 
                                                        |
| 29 | 28 | */  | 
                                                        
| 30 | 29 | public function __construct(string $mobile, string $message)  | 
                                                        
| 31 | 30 |      { | 
                                                        
@@ -3,13 +3,11 @@  | 
                                                    ||
| 3 | 3 | namespace LBHurtado\EngageSpark\Events;  | 
                                                        
| 4 | 4 | |
| 5 | 5 | use Illuminate\Broadcasting\Channel;  | 
                                                        
| 6 | -use Illuminate\Queue\SerializesModels;  | 
                                                        |
| 6 | +use Illuminate\Broadcasting\InteractsWithSockets;  | 
                                                        |
| 7 | 7 | use Illuminate\Broadcasting\PrivateChannel;  | 
                                                        
| 8 | -use Illuminate\Broadcasting\PresenceChannel;  | 
                                                        |
| 9 | 8 | use Illuminate\Foundation\Events\Dispatchable;  | 
                                                        
| 10 | -use Illuminate\Broadcasting\InteractsWithSockets;  | 
                                                        |
| 9 | +use Illuminate\Queue\SerializesModels;  | 
                                                        |
| 11 | 10 | use LBHurtado\EngageSpark\Classes\SendHttpApiParams;  | 
                                                        
| 12 | -use Illuminate\Contracts\Broadcasting\ShouldBroadcast;  | 
                                                        |
| 13 | 11 | |
| 14 | 12 | |
| 15 | 13 | class MessageSent  |