| 1 | <?php  | 
            ||
| 7 | trait SendsNotifications  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * Send the given notification to the notifiable.  | 
            ||
| 11 | *  | 
            ||
| 12 | * @param \Illuminate\Notifications\Notification $notification  | 
            ||
| 13 | *  | 
            ||
| 14 | * @return null|\Illuminate\Notifications\Notification  | 
            ||
| 15 | */  | 
            ||
| 16 | protected function sendNotification(Notification $notification)  | 
            ||
| 26 | }  | 
            ||
| 27 |