Skip to content

Commit

Permalink
(REF) Use newer/prettier HookInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed May 25, 2022
1 parent ce59369 commit 88cf0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Queue/BAO/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Track a list of known queues.
*/
class CRM_Queue_BAO_Queue extends CRM_Queue_DAO_Queue implements \Civi\Test\HookInterface {
class CRM_Queue_BAO_Queue extends CRM_Queue_DAO_Queue implements \Civi\Core\HookInterface {

/**
* Get a list of valid error modes.
Expand Down

0 comments on commit 88cf0c0

Please sign in to comment.