File "SubscriptionBillInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/SubscriptionBill/SubscriptionBillInterface.php
File size: 162 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\SubscriptionBill;

use App\Repositories\Base\BaseInterface;

interface SubscriptionBillInterface extends BaseInterface {
    
}