koel/app/Services/Streamers/DirectStreamerInterface.php

8 lines
106 B
PHP
Raw Normal View History

2018-08-22 19:59:14 +02:00
<?php
namespace App\Services\Streamers;
interface DirectStreamerInterface extends StreamerInterface
{
}