diff --git a/src/Core/Worker/Repository/Process.php b/src/Core/Worker/Repository/Process.php index ee4d46a9f4..ece8dc9db2 100644 --- a/src/Core/Worker/Repository/Process.php +++ b/src/Core/Worker/Repository/Process.php @@ -59,7 +59,7 @@ class Process extends BaseRepository } } - $fields = $this->_selectFirstRowAsArray( ['pid' => $pid, 'hostname' => $this->currentHost]); + $fields = $this->_selectFirstRowAsArray(['pid' => $pid, 'hostname' => $this->currentHost]); $result = $this->factory->createFromTableRow($fields);