File "GalleryInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Gallery/GalleryInterface.php
File size: 140 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Gallery;

use App\Repositories\Base\BaseInterface;

interface GalleryInterface extends BaseInterface {

}