File "FeesPaidInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/FeesPaid/FeesPaidInterface.php
File size: 142 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\FeesPaid;

use App\Repositories\Base\BaseInterface;

interface FeesPaidInterface extends BaseInterface {

}