mirror of
https://github.com/koel/koel
synced 2025-01-02 07:48:44 +00:00
11 lines
160 B
PHP
11 lines
160 B
PHP
<?php
|
|
|
|
namespace App\Http\Requests\API;
|
|
|
|
/**
|
|
* @property-read string $order
|
|
* @property-read string $sort
|
|
*/
|
|
class GenreFetchSongRequest extends Request
|
|
{
|
|
}
|