Unverified Commit d9d62f76 authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #489 from darron1217/core-repo-fix

Fix issue #487 (allWithBuilder error)
parents 9f9c4c47 e023cc97
......@@ -59,7 +59,7 @@ abstract class EloquentBaseRepository implements BaseRepository
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