koel/app/Values/SongStorageMetadata/LegacyS3Metadata.php

8 lines
112 B
PHP
Raw Normal View History

<?php
namespace App\Values\SongStorageMetadata;
final class LegacyS3Metadata extends S3CompatibleMetadata
{
}