Skip to content

Commit cfcb179

Browse files
committed
Remove show()
1 parent 027df1a commit cfcb179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/database/src/DatabaseAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public function countWith(Query|string $query): int
340340
$query = clone $query;
341341

342342
$query->clear('select', 'order', 'limit')->selectRaw('COUNT(*)');
343-
show((string) $query);
343+
344344
return (int) $this->prepare($query)->result();
345345
}
346346

0 commit comments

Comments
 (0)