- <?php
- namespace App\Services\Notification\ActionBrowser;
- use App\Services\Notification\Abstracts\ActionBrowserNotificationAbstract;
- class NormalNotification extends ActionBrowserNotificationAbstract
- {
- protected function userIDs(): array
- {
- return [];
- }
- }
|