File "DiaryInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Diary/DiaryInterface.php
File size: 136 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Diary;

use App\Repositories\Base\BaseInterface;

interface DiaryInterface extends BaseInterface {

}