2.x - databases

This commit is contained in:
Saeed Vaziry
2024-09-29 00:30:04 +02:00
parent 32993025de
commit e4fed24498
62 changed files with 802 additions and 237 deletions

View File

@ -129,7 +129,7 @@ public function editFile(string $path, ?string $content = null): void
$path
);
} catch (Throwable) {
throw new SSHUploadFailed();
throw new SSHUploadFailed;
} finally {
$this->deleteTempFile($tmpName);
}