mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Add support for more server functionality
This commit is contained in:
@@ -146,7 +146,7 @@ class DetailsModificationService
|
||||
],
|
||||
]);
|
||||
|
||||
return $this->database->commit();
|
||||
$this->database->commit();
|
||||
} catch (RequestException $exception) {
|
||||
throw new DisplayException(trans('admin/server.exceptions.daemon_exception', [
|
||||
'code' => $exception->getResponse()->getStatusCode(),
|
||||
|
||||
Reference in New Issue
Block a user