belongsTo(User::class); } public function wife() { return $this->belongsTo(User::class); } }