We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a06f108 + dd75dc6 commit 35ba21dCopy full SHA for 35ba21d
src/CacheKey.php
@@ -63,10 +63,10 @@ protected function getOrderByClauses() : string
63
{
64
$orders = collect($this->query->orders);
65
66
- return $orders->reduce(function($carry, $order){
+ return $orders->reduce(function ($carry, $order) {
67
return $carry . '_orderBy_' . $order['column'] . '_' . $order['direction'];
68
})
69
- ?: '';
+ ?: '';
70
}
71
72
protected function getQueryColumns(array $columns) : string
0 commit comments