Skip to content

Commit 1e76773

Browse files
taka-oyamahalnique
andcommitted
Update src/Query/Builder.php
Co-authored-by: halnique <[email protected]>
1 parent a8a981b commit 1e76773

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Query/Builder.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ protected function runSelect()
140140
$options += $this->timestampBound->transactionOptions();
141141
}
142142

143-
return count($options) > 0
144-
? $this->connection->selectWithOptions($sql, $bindings, $options)
145-
: $this->connection->select($sql, $bindings);
143+
return $this->connection->selectWithOptions($sql, $bindings, $options);
146144
}
147145
}

0 commit comments

Comments
 (0)