File "StreamInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Stream/StreamInterface.php
File size: 138 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Stream;

use App\Repositories\Base\BaseInterface;

interface StreamInterface extends BaseInterface {

}