File "DiaryStudentInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/DiaryStudent/DiaryStudentInterface.php
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\DiaryStudent;

use App\Repositories\Base\BaseInterface;

interface DiaryStudentInterface extends BaseInterface {

}