Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class TestNotifiable |
||
14 | { |
||
15 | use Notifiable; |
||
|
|||
16 | |||
17 | /** |
||
18 | * @var bool|array |
||
19 | */ |
||
20 | private $to; |
||
21 | |||
22 | /** |
||
23 | * TestNotifiable constructor. |
||
24 | * |
||
25 | * @param $to |
||
26 | */ |
||
27 | public function __construct($to = false) |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @return array|bool |
||
34 | */ |
||
35 | public function routeNotificationForIntercom() |
||
38 | } |
||
39 | } |