Total Complexity | 2 |
Total Lines | 29 |
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 | * Constructor |
||
21 | */ |
||
22 | public function __construct(Users $user, string $content, string $systemModule) |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Assemble an Apps Push Notification |
||
31 | * @todo Create specific assembler for apps push notifications |
||
32 | */ |
||
33 | public function assemble() |
||
43 |