Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
app
/
Services
/
Lyrics
/
Editing: LyricsProvider.php
<?php namespace App\Services\Lyrics; interface LyricsProvider { public function getLyrics(string $artistName, string $trackName): ?string; }
Save
Cancel