File "AttendanceInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Attendance/AttendanceInterface.php
File size: 146 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Attendance;

use App\Repositories\Base\BaseInterface;

interface AttendanceInterface extends BaseInterface {

}