This commit is contained in:
邓皓元 2018-12-20 16:37:12 +08:00
parent ad47a0b9da
commit d048b3ebcb

View File

@ -35,7 +35,7 @@ class FetchController extends Controller
*/
public function packages(PackageRepository $packageRepository)
{
return res($this->search($packageRepository), '', 201);
return res($this->search($packageRepository->where('type', 0)), '', 201);
}
/**