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