コード例 #1
0
ファイル: StaffRepo.php プロジェクト: sidis405/acam.dev
 public function getById($id)
 {
     return Staff::with('media', 'featuredImage')->whereId($id)->first();
 }