1 | <?php |
||
5 | class Notifiable |
||
6 | { |
||
7 | use RoutesThrottledNotifications; |
||
8 | |||
9 | public function routeNotificationForMail(): string |
||
13 | |||
14 | public function routeNotificationForSlack(): string |
||
18 | |||
19 | public function routeNotificationForMsteams() |
||
23 | |||
24 | /** |
||
25 | * @return mixed |
||
26 | */ |
||
27 | 4 | public function getKey() |
|
31 | } |
||
32 |