mirror of
https://github.com/koel/koel
synced 2025-01-07 02:08:46 +00:00
7 lines
112 B
PHP
7 lines
112 B
PHP
<?php
|
|
|
|
namespace App\Values\SongStorageMetadata;
|
|
|
|
final class LegacyS3Metadata extends S3CompatibleMetadata
|
|
{
|
|
}
|