Skip to content

Commit cb589eb

Browse files
authored
Removed comment
1 parent d7075c6 commit cb589eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CachedBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ protected function getQueryColumns(array $columns) : string
7373

7474
protected function getWhereClauses() : string
7575
{
76-
// dump($this->query->wheres);
7776
return collect($this->query->wheres)->reduce(function ($carry, $where) {
7877
if (! $where['column'] ?? false) {
7978
return $carry . '';

0 commit comments

Comments
 (0)