File "ElectiveSubjectGroupRepository.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/ElectiveSubjectGroup/ElectiveSubjectGroupRepository.php
File size: 348 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\ElectiveSubjectGroup;
use App\Models\ElectiveSubjectGroup;
use App\Repositories\Saas\SaaSRepository;
class ElectiveSubjectGroupRepository extends SaaSRepository implements ElectiveSubjectGroupInterface {
public function __construct(ElectiveSubjectGroup $model) {
parent::__construct($model);
}
}