Adapt to HookInterface now being in new location
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 19 Mar 2022 02:09:20 +0000 (15:09 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 19 Mar 2022 02:09:20 +0000 (15:09 +1300)
CRM/Contact/BAO/GroupContact.php

index f024c66bbc6d76997b237f49f1a0a5f4258b8dab..dcbafcdfe94819babb2dd274a8e6e51e6633a936 100644 (file)
 
 use Civi\Api4\SubscriptionHistory;
 use Civi\Core\Event\PostEvent;
+use Civi\Core\HookInterface;
 
 /**
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
  */
-class CRM_Contact_BAO_GroupContact extends CRM_Contact_DAO_GroupContact implements \Civi\Test\HookInterface {
+class CRM_Contact_BAO_GroupContact extends CRM_Contact_DAO_GroupContact implements HookInterface {
 
   /**
    * Deprecated add function