This commit is contained in:
Saeed Vaziry
2025-05-19 20:55:32 +02:00
parent cdc012c270
commit 04d52f6742
10 changed files with 333 additions and 21 deletions

View File

@ -65,7 +65,6 @@ public function create(Request $request, Project $project, Server $server): SshK
}
if (! $sshKey) {
$this->validate($request, CreateSshKey::rules());
/** @var SshKey $sshKey */
$sshKey = app(CreateSshKey::class)->create($user, $request->all());
}