app/Services/Streamers/ObjectStorageStreamerInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Services\Streamers;

interface ObjectStorageStreamerInterface extends StreamerInterface
{
}