Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/524
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 2, 2024
1 parent 40cb11f commit 6170a17
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,7 @@ protected function getInterestGroupHandleModel()
/**
* @return Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags
*/
private function getMailchimpTagsModel()
{
return $this->_tags;
}
private function getMailchimpTagsModel():Tags {return $this->_tags;}

/**
* @return Ebizmarts_MailChimp_Helper_Data
Expand Down

0 comments on commit 6170a17

Please sign in to comment.