Beispiel #1
0
 /**
  * Get all of the screenshots
  *
  * @return Collection
  */
 public function getAll(Game $game)
 {
     return $game->screenshots()->paginate(15);
 }