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