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