belongsTo('App\Account'); } /** * Get the contact record associated with the activity statistic. */ public function contact() { return $this->belongsTo('App\Contact'); } }