Skip to content

Commit ffe8686

Browse files
committed
remove unused code
1 parent 61544c8 commit ffe8686

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Database/EloquentBuilder.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ public function whereIn($column, $values, $boolean = 'and', $not = false)
9393
return $this;
9494
}
9595

96-
// if ($where['type'] === 'In') {
97-
// if (!empty($where['values']) && $where['values'][0] instanceof Expression) {
98-
// $this->query->wheres[] = $where;
99-
// return $this;
100-
// }
101-
// }
102-
10396
// Get the column name
10497
$mutatedColumn = $this->getUnqualifiedColumnName($where['column']);
10598

0 commit comments

Comments
 (0)