File "ExamTimetableInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/ExamTimetable/ExamTimetableInterface.php
File size: 152 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\ExamTimetable;

use App\Repositories\Base\BaseInterface;

interface ExamTimetableInterface extends BaseInterface {

}