File Manager Lite
Dir:
/home/u540325668/domains/sostabazar.in/public_html/schooldemo/app/Repositories/Notification
Upload
[..]
NotificationRepository.php (324 B)
Edit
Rename
Del
Edit: NotificationRepository.php
<?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'); } }
Simpan