コード例 #1
0
ファイル: GalleryRepo.php プロジェクト: sidis405/KP
 public function getBySlug($slug)
 {
     return Gallery::where('slug', $slug)->first();
 }