mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
2.x - databases
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ public function setupSSL(Ssl $ssl): void
|
||||
$ssl->site_id
|
||||
);
|
||||
if (! $ssl->validateSetup($result)) {
|
||||
throw new SSLCreationException();
|
||||
throw new SSLCreationException;
|
||||
}
|
||||
|
||||
$this->updateVHost($ssl->site);
|
||||
|
Reference in New Issue
Block a user