File "PaymentTransactionInterface.php"

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

<?php

namespace App\Repositories\PaymentTransaction;

use App\Repositories\Base\BaseInterface;

interface PaymentTransactionInterface extends BaseInterface {

}