Beispiel #1
0
 public function profileWithUser()
 {
     return Profile::with('user')->where('user_id', \Auth::user()->id)->first();
 }