File "FeesInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Fees/FeesInterface.php
File size: 134 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Fees;

use App\Repositories\Base\BaseInterface;

interface FeesInterface extends BaseInterface {

}