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