File "StaffAttendanceInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/StaffAttendance/StaffAttendanceInterface.php
File size: 156 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\StaffAttendance;

use App\Repositories\Base\BaseInterface;

interface StaffAttendanceInterface extends BaseInterface {

}