File "OnlineExamCommonInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/OnlineExamCommon/OnlineExamCommonInterface.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\OnlineExamCommon;

use App\Repositories\Base\BaseInterface;

interface OnlineExamCommonInterface extends BaseInterface {

}