File "ClassSubjectInterface.php"

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

<?php

namespace App\Repositories\ClassSubject;

use App\Repositories\Base\BaseInterface;

interface ClassSubjectInterface extends BaseInterface {

}