コード例 #1
0
ファイル: NewsRepo.php プロジェクト: sidis405/ibi
 public function getById($id)
 {
     return News::where('id', $id)->first();
 }