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