File "NotificationRepository-20260609010154.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/UserStatusForNextCycle/NotificationRepository-20260609010154.php
File size: 324 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\Notification;
use App\Models\Notification;
use App\Repositories\Saas\SaaSRepository;
class NotificationRepository extends SaaSRepository implements NotificationInterface {
public function __construct(Notification $model) {
parent::__construct($model,'notification');
}
}