File "ClassTeachersInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/ClassTeachers/ClassTeachersInterface.php
File size: 152 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\ClassTeachers;
use App\Repositories\Base\BaseInterface;
interface ClassTeachersInterface extends BaseInterface {
}