Skip to content

Commit

Permalink
Fix issue #487 (allWithBuilder error)
Browse files Browse the repository at this point in the history
  • Loading branch information
darron1217 committed Mar 9, 2018
1 parent 9f9c4c4 commit e023cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function allWithBuilder() : Builder
return $this->model->with('translations');
}

return $this->model;
return $this->model->query();
}

/**
Expand Down

0 comments on commit e023cc9

Please sign in to comment.