Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
12 | class AppsPushNotifications extends PushNotifications implements PushNotificationsContract |
||
13 | { |
||
14 | /** |
||
15 | * Notifications Trait |
||
16 | */ |
||
17 | use NotificationsTrait; |
||
18 | |||
19 | /** |
||
20 | * Assemble an Apps Push Notification |
||
21 | * @todo Create specific assembler for apps push notifications |
||
22 | */ |
||
23 | public function assemble() |
||
33 |