PHP Interface Fenos\Notifynder\Contracts\DefaultSender

This contracts is needed to each default sender class. It make sure they'll have all send method to send notifications
Mostra file Open project: fenos/notifynder

Public Methods

Method Description
send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed Send notification.

Method Details

send() public method

Send notification.
public send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed
$sender Fenos\Notifynder\Contracts\StoreNotification
return mixed