mirror of
https://github.com/koel/koel
synced 2025-01-02 15:58:46 +00:00
7 lines
90 B
PHP
7 lines
90 B
PHP
<?php
|
|
|
|
namespace App\Repositories;
|
|
|
|
class PlaylistFolderRepository extends Repository
|
|
{
|
|
}
|