Exemplo n.º 1
0
 /**
  * Get all of the games
  *
  * @return Collection
  */
 public function getAll()
 {
     return Game::paginate(15);
 }