Lint
This commit is contained in:
parent
8ea566c400
commit
bd86e65c8c
|
@ -27,12 +27,4 @@ class GenerateApiAction
|
||||||
|
|
||||||
return $this->handle($request);
|
return $this->handle($request);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return array<string, mixed>
|
|
||||||
*/
|
|
||||||
public function rules(): array
|
|
||||||
{
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue