Commit e023cc97 authored by Darron Park's avatar Darron Park

Fix issue #487 (allWithBuilder error)

parent 9f9c4c47
...@@ -59,7 +59,7 @@ abstract class EloquentBaseRepository implements BaseRepository ...@@ -59,7 +59,7 @@ abstract class EloquentBaseRepository implements BaseRepository
return $this->model->with('translations'); return $this->model->with('translations');
} }
return $this->model; return $this->model->query();
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment