koel/app/Values/SongStorageMetadata/S3LambdaMetadata.php

8 lines
112 B
PHP
Raw Normal View History

2024-04-26 13:35:26 +00:00
<?php
namespace App\Values\SongStorageMetadata;
final class S3LambdaMetadata extends S3CompatibleMetadata
{
}