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