mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
ImportsourceHookTable: fix indentation
This commit is contained in:
parent
6d562eef12
commit
32fe4877fd
@ -24,8 +24,7 @@ class ImportsourceHookTable extends SimpleQueryBasedTable
|
||||
public function getColumns()
|
||||
{
|
||||
if ($this->columnCache === null) {
|
||||
$this->columnCache = SyncUtils::getRootVariables(
|
||||
array_merge(
|
||||
$this->columnCache = SyncUtils::getRootVariables(array_merge(
|
||||
$this->sourceHook()->listColumns(),
|
||||
$this->source->listModifierTargetProperties()
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user