Migrate one of the API endpoints to the new unified API thing.

This commit is contained in:
James Cole
2025-10-26 12:28:42 +01:00
parent 4898c29b85
commit ffc91d5ead
5 changed files with 170 additions and 16 deletions

View File

@@ -33,6 +33,7 @@ use Illuminate\Foundation\Http\FormRequest;
* Request class for end points that require a date parameter.
*
* Class SingleDateRequest
* @deprecated
*/
class SingleDateRequest extends FormRequest
{