mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
2.x - databases
This commit is contained in:
@ -36,7 +36,7 @@ private function validate(array $input): void
|
||||
'name' => 'required',
|
||||
'public_key' => [
|
||||
'required',
|
||||
new SshKeyRule(),
|
||||
new SshKeyRule,
|
||||
],
|
||||
])->validate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user