This commit is contained in:
philipp lang 2025-06-20 00:07:49 +02:00
parent 8ea566c400
commit bd86e65c8c
1 changed files with 0 additions and 8 deletions

View File

@ -27,12 +27,4 @@ class GenerateApiAction
return $this->handle($request);
}
/**
* @return array<string, mixed>
*/
public function rules(): array
{
return [];
}
}