File "SessionYearsTrackingsInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/SessionYearsTrackings/SessionYearsTrackingsInterface.php
File size: 168 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\SessionYearsTrackings;

use App\Repositories\Base\BaseInterface;

interface SessionYearsTrackingsInterface extends BaseInterface {

}