File "UserStatusForNextCycleInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/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 {

}