mirror of
https://github.com/koel/koel
synced 2024-12-19 17:13:09 +00:00
7 lines
117 B
PHP
7 lines
117 B
PHP
<?php
|
|
|
|
namespace App\Services\Streamer\Adapters;
|
|
|
|
abstract class LocalStreamerAdapter implements StreamerAdapter
|
|
{
|
|
}
|