Skip to content

Commit d1cd123

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent be32dcb commit d1cd123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Library/CrudPanel/Traits/Query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ private function getCountFromQuery(Builder $query)
257257
// - orders/limit/offset because we want the "full query count" where orders don't matter and limit/offset would break the total count
258258
$subQuery = $crudQuery->cloneWithout(['columns', 'orders', 'limit', 'offset']);
259259

260-
// re-set the previous query bindings
260+
// re-set the previous query bindings
261261
$subQuery->setBindings($crudQuery->getRawBindings());
262-
262+
263263
// select only one column for the count
264264
$subQuery->select($modelTable.'.'.$this->model->getKeyName());
265265

0 commit comments

Comments
 (0)