File "UserStatusForNextCycleInterface.php"

Full Path: /home/trinadezambia/public_html/demo-school-management.trinadezambia.com/PHP_Code/app/Repositories/UserStatusForNextCycle/UserStatusForNextCycleInterface.php
File size: 170 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\UserStatusForNextCycle;

use App\Repositories\Base\BaseInterface;

interface UserStatusForNextCycleInterface extends BaseInterface {

}