File "SubscriptionBillPaymentInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/SubscriptionBillPayment/SubscriptionBillPaymentInterface.php
File size: 172 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\SubscriptionBillPayment;

use App\Repositories\Base\BaseInterface;

interface SubscriptionBillPaymentInterface extends BaseInterface
{

}