コード例 #1
0
ファイル: PaginateRequest.php プロジェクト: ohiocms/core
 public function item($id)
 {
     return TeamUser::with('user')->find($id);
 }