コード例 #1
0
ファイル: GalleryRepo.php プロジェクト: sidis405/KP
 public function getAll()
 {
     return Gallery::all();
 }