Skip to content

Commit

Permalink
Disable code to see what happens to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Mar 22, 2023
1 parent 37656fd commit fdb2ecd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class SKEntitySubscriber extends AutoService implements EventSubscriberInterface
*/
public static function getSubscribedEvents(): array {
return [
'civi.api4.entityTypes' => 'on_civi_api4_entityTypes',
'hook_civicrm_pre' => 'onPreSaveDisplay',
'hook_civicrm_post' => 'onPostSaveDisplay',
// 'civi.api4.entityTypes' => 'on_civi_api4_entityTypes',
// 'hook_civicrm_pre' => 'onPreSaveDisplay',
// 'hook_civicrm_post' => 'onPostSaveDisplay',
];
}

Expand Down

0 comments on commit fdb2ecd

Please sign in to comment.