Add client API

This commit is contained in:
Dane Everitt 2018-02-28 22:51:04 -06:00
parent 4e12c289ed
commit 2017e640b6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 89 additions and 1 deletions

View file

@ -24,7 +24,7 @@ class SendCommandRequest extends GetServerRequest
public function rules(): array
{
return [
'command' => 'string|min:1',
'command' => 'required|string|min:1',
];
}
}