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…
Reference in New Issue