Skip to content

Commit 4fab906

Browse files
fashxpgithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent e47c869 commit 4fab906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/GridHelperService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public function getFilterCondition(string $filterJson, ClassDefinition $class, ?
368368
$operator,
369369
[
370370
'brickPrefix' => ($tablePrefix ? $tablePrefix . '.' : null),
371-
'tablePrefix' => ($tablePrefix ? $tablePrefix . '.' : null)
371+
'tablePrefix' => ($tablePrefix ? $tablePrefix . '.' : null),
372372
]
373373
);
374374
}

0 commit comments

Comments
 (0)