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