Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | class NotificationService extends BaseService implements NotificationServiceInterface |
||
13 | { |
||
14 | /** |
||
15 | * Create a notification |
||
16 | * |
||
17 | * @param array $data notification data |
||
18 | * |
||
19 | * @return \Aosmak\Laravel\Layer\Sdk\Models\ResponseInterface |
||
20 | */ |
||
21 | 2 | public function create(array $data): ResponseInterface |
|
26 |