Add support for more server functionality
This commit is contained in:
parent
acbc52506c
commit
5144e0126b
16 changed files with 1049 additions and 119 deletions
|
@ -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 a new issue