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