| 1 | <?php |
||
| 7 | class Every8dChannel |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * $client. |
||
| 11 | * |
||
| 12 | * @var \Recca0120\Every8d\Client |
||
| 13 | */ |
||
| 14 | protected $client; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * __construct. |
||
| 18 | * |
||
| 19 | * @param \Recca0120\Every8d\Client $client |
||
| 20 | */ |
||
| 21 | public function __construct(Client $client) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Send the given notification. |
||
| 28 | * |
||
| 29 | * @param mixed $notifiable |
||
| 30 | * @param \Illuminate\Notifications\Notification $notification |
||
| 31 | * @return \Recca0120\Every8d\Every8dMessage |
||
| 32 | */ |
||
| 33 | public function send($notifiable, Notification $notification) |
||
| 52 | } |
||
| 53 |