File "ExtraSchoolDataInterface.php"

Full Path: /home/trinadezambia/public_html/demo-school-management.trinadezambia.com/PHP_Code/app/Repositories/ExtraSchoolData/ExtraSchoolDataInterface.php
File size: 156 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\ExtraSchoolData;

use App\Repositories\Base\BaseInterface;

interface ExtraSchoolDataInterface extends BaseInterface {

}