@@ -3,8 +3,8 @@  | 
                                                    ||
| 3 | 3 | namespace NotificationChannels\Pushbullet;  | 
                                                        
| 4 | 4 | |
| 5 | 5 | use Illuminate\Notifications\Notification;  | 
                                                        
| 6 | -use NotificationChannels\Pushbullet\Targets\Email;  | 
                                                        |
| 7 | 6 | use NotificationChannels\Pushbullet\Targets\Device;  | 
                                                        
| 7 | +use NotificationChannels\Pushbullet\Targets\Email;  | 
                                                        |
| 8 | 8 | use NotificationChannels\Pushbullet\Targets\Targetable;  | 
                                                        
| 9 | 9 | |
| 10 | 10 | class PushbulletChannel  |