File "SessionYearInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/SessionYear/SessionYearInterface.php
File size: 193 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\SessionYear;

use App\Repositories\Base\BaseInterface;

interface SessionYearInterface extends BaseInterface {
    public function default($schoolId=null);

}