Open ghost opened 7 years ago
Model::all()->take(10); Model::all()->skip(10);
Model::all() return Collection,but Collection doesn't have skip method
Model::all()
Collection
Model::all()
returnCollection
,butCollection
doesn't have skip method