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