D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ghanempharmacy.com
/
app
/
Services
/
Filename :
AdminNotificationService.php
back
Copy
<?php namespace App\Services; use App\Traits\PushNotificationTrait; class AdminNotificationService { use PushNotificationTrait; public function sendNotification($data, $topic = 'admin_notifications') { return $this->sendPushNotificationToTopic($data, $topic); } }