app\models\Activity::contact PHP Method

contact() public method

public contact ( ) : mixed
return mixed
    public function contact()
    {
        return $this->belongsTo('App\\Models\\Contact')->withTrashed();
    }