From a4bf5cf427df617baf44a91a340e893d853f9629 Mon Sep 17 00:00:00 2001 From: aarondfrancis Date: Wed, 15 May 2024 17:15:34 +0000 Subject: [PATCH] Fix code styling [ci skip] --- src/FastPaginate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FastPaginate.php b/src/FastPaginate.php index 3a91df8..179cd81 100644 --- a/src/FastPaginate.php +++ b/src/FastPaginate.php @@ -127,7 +127,7 @@ public static function getInnerSelectColumns($builder) // See https://github.com/hammerstonedev/fast-paginate/pull/57 return [ $column, - $base->grammar->wrap($column) + $base->grammar->wrap($column), ]; }) ->flatten(1);