File "SubscriptionFeatureInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/SubscriptionFeature/SubscriptionFeatureInterface.php
File size: 164 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\SubscriptionFeature;

use App\Repositories\Base\BaseInterface;

interface SubscriptionFeatureInterface extends BaseInterface {

}