File "StreamInterface-20260607114609.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Stream/StreamInterface-20260607114609.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 {
}