<?php namespace App\Repositories\DiaryStudent; use App\Repositories\Base\BaseInterface; interface DiaryStudentInterface extends BaseInterface { }