Add client API
This commit is contained in:
parent
4e12c289ed
commit
2017e640b6
3 changed files with 89 additions and 1 deletions
|
@ -24,7 +24,7 @@ class SendCommandRequest extends GetServerRequest
|
|||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'command' => 'string|min:1',
|
||||
'command' => 'required|string|min:1',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue