/** * Get all of the games * * @return Collection */ public function getAll() { return Game::paginate(15); }