koel/app/Services/Streamers/DirectStreamerInterface.php
2018-08-22 19:59:14 +02:00

7 lines
106 B
PHP

<?php
namespace App\Services\Streamers;
interface DirectStreamerInterface extends StreamerInterface
{
}