From aadf48f6594ec5764b57e8d8fbd4b1ca78a07684 Mon Sep 17 00:00:00 2001 From: weisswurstkanone Date: Wed, 28 Jul 2021 09:43:44 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/GraphQL/Helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphQL/Helper.php b/src/GraphQL/Helper.php index 9cfdb9c7..2814bb2c 100644 --- a/src/GraphQL/Helper.php +++ b/src/GraphQL/Helper.php @@ -37,7 +37,7 @@ public static function addJoins(&$list, $filter, $columns, &$mappingTable = []) foreach ($parts as $key => $value) { foreach ($columns as $column) { $attributes = $column['attributes']; - + if (isset($attributes['attribute'])) { $name = $attributes['attribute'];