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