File "SemesterInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/SchoolSetting/SemesterInterface.php
File size: 187 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Semester;

use App\Repositories\Base\BaseInterface;

interface SemesterInterface extends BaseInterface {
    public function default($schoolId=null);

}