File "AddonSubscriptionInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/PackageFeature/AddonSubscriptionInterface.php
File size: 190 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\AddonSubscription;

use App\Repositories\Base\BaseInterface;

interface AddonSubscriptionInterface extends BaseInterface {
    public function default();
}