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