mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +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()
|
public function getColumns()
|
||||||
{
|
{
|
||||||
if ($this->columnCache === null) {
|
if ($this->columnCache === null) {
|
||||||
$this->columnCache = SyncUtils::getRootVariables(
|
$this->columnCache = SyncUtils::getRootVariables(array_merge(
|
||||||
array_merge(
|
|
||||||
$this->sourceHook()->listColumns(),
|
$this->sourceHook()->listColumns(),
|
||||||
$this->source->listModifierTargetProperties()
|
$this->source->listModifierTargetProperties()
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user