Skip to content

Commit c4f589e

Browse files
authored
Update QueriesRelationships.php
1 parent 9010f14 commit c4f589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function withCount($relations)
158158
if (empty($relations)) {
159159
return $this;
160160
}
161-
161+
162162
if (is_null($this->query->columns)) {
163163
$this->query->select([$this->query->from.'.*']);
164164
}

0 commit comments

Comments
 (0)