File "ClassGroupInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/ClassGroup/ClassGroupInterface.php
File size: 146 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\ClassGroup;

use App\Repositories\Base\BaseInterface;

interface ClassGroupInterface extends BaseInterface {

}