corpus = $corpus; } public function getAndPaginate($n) { return $this->corpus ->orderBy('corpora.created_at', 'desc') ->paginate($n); } }