mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
CoreApi: remove space for compliance
This commit is contained in:
parent
aa0c04d5e7
commit
a3249350c2
@ -126,6 +126,7 @@ class CoreApi implements DeploymentApiInterface
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$this->client->post('actions/restart-process');
|
$this->client->post('actions/restart-process');
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
return $e->getMessage();
|
return $e->getMessage();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user