Skip to content

Commit a4bf5cf

Browse files
aarondfrancisgithub-actions[bot]
authored andcommitted
Fix code styling [ci skip]
1 parent 8016238 commit a4bf5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FastPaginate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public static function getInnerSelectColumns($builder)
127127
// See https://github.com/hammerstonedev/fast-paginate/pull/57
128128
return [
129129
$column,
130-
$base->grammar->wrap($column)
130+
$base->grammar->wrap($column),
131131
];
132132
})
133133
->flatten(1);

0 commit comments

Comments
 (0)