mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 08:13:45 +02:00
@@ -92,7 +92,7 @@ class ServerDeletionService
|
||||
try {
|
||||
$this->databaseManagementService->delete($database);
|
||||
} catch (Exception $exception) {
|
||||
if (!$this->force) {
|
||||
if (! $this->force) {
|
||||
throw $exception;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user