File "FeesInstallmentInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/FeesInstallment/FeesInstallmentInterface.php
File size: 187 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\FeesInstallment;

use App\Repositories\Base\BaseInterface;

interface FeesInstallmentInterface extends BaseInterface {
    public function default();

}