koel/app/Values/SongStorageMetadata/SongStorageMetadata.php

8 lines
123 B
PHP

<?php
namespace App\Values\SongStorageMetadata;
interface SongStorageMetadata
{
public function getPath(): string;
}