mirror of
https://github.com/koel/koel
synced 2024-12-22 02:23:14 +00:00
8 lines
113 B
PHP
8 lines
113 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Services\Streamers;
|
||
|
|
||
|
interface ObjectStorageStreamerInterface extends StreamerInterface
|
||
|
{
|
||
|
}
|