mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Add client API
This commit is contained in:
@@ -24,7 +24,7 @@ class SendCommandRequest extends GetServerRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'command' => 'string|min:1',
|
||||
'command' => 'required|string|min:1',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user