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

7 lines
113 B
PHP

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