2020-09-07 20:43:23 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace App\Http\Requests;
|
|
|
|
|
|
|
|
/**
|
2022-07-29 06:47:10 +00:00
|
|
|
* @property float|string $time
|
2020-09-07 20:43:23 +00:00
|
|
|
* @property string $api_token
|
|
|
|
*/
|
2022-07-29 06:47:10 +00:00
|
|
|
class SongPlayRequest extends Request
|
2020-09-07 20:43:23 +00:00
|
|
|
{
|
|
|
|
}
|