Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class ActiveRecordChannel extends Component implements ChannelInterface |
||
17 | { |
||
18 | /** |
||
19 | * @var BaseActiveRecord|string |
||
20 | */ |
||
21 | public $model = 'tuyakhov\notifications\models\Notification'; |
||
22 | |||
23 | public function send(NotifiableInterface $recipient, NotificationInterface $notification) |
||
47 | } |
||
48 | } |