File "SemesterInterface-20260607214652.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Semester/SemesterInterface-20260607214652.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);
}