File "TimetableInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Timetable/TimetableInterface.php
File size: 144 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Timetable;

use App\Repositories\Base\BaseInterface;

interface TimetableInterface extends BaseInterface
{

}