コード例 #1
0
ファイル: GameRepository.php プロジェクト: figura4/c64
 /**
  * Get all of the games
  *
  * @return Collection
  */
 public function getAll()
 {
     return Game::paginate(15);
 }