コード例 #1
0
ファイル: Profile.php プロジェクト: lyovkin/elcoinbank
 public function profileWithUser()
 {
     return Profile::with('user')->where('user_id', \Auth::user()->id)->first();
 }