File "LeaveDetailInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/LeaveDetail/LeaveDetailInterface.php
File size: 148 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\LeaveDetail;
use App\Repositories\Base\BaseInterface;
interface LeaveDetailInterface extends BaseInterface {
}