File "PaymentConfigurationInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/PaymentConfiguration/PaymentConfigurationInterface.php
File size: 166 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\PaymentConfiguration;
use App\Repositories\Base\BaseInterface;
interface PaymentConfigurationInterface extends BaseInterface {
}