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.
1 parent d7075c6 commit cb589ebCopy full SHA for cb589eb
src/CachedBuilder.php
@@ -73,7 +73,6 @@ protected function getQueryColumns(array $columns) : string
73
74
protected function getWhereClauses() : string
75
{
76
- // dump($this->query->wheres);
77
return collect($this->query->wheres)->reduce(function ($carry, $where) {
78
if (! $where['column'] ?? false) {
79
return $carry . '';
0 commit comments