mirror of
https://github.com/koel/koel
synced 2024-11-15 00:47:18 +00:00
11 lines
150 B
PHP
11 lines
150 B
PHP
<?php
|
|
|
|
namespace App\Http\Requests;
|
|
|
|
/**
|
|
* @property float|string $time
|
|
* @property string $api_token
|
|
*/
|
|
class SongPlayRequest extends Request
|
|
{
|
|
}
|