Remove unused StaticEventSubscriber interface

This commit is contained in:
Art4 2025-01-27 15:11:01 +00:00 committed by Hypolite Petovan
parent 2e660f44f2
commit 2a02f58886
3 changed files with 1 additions and 44 deletions

View file

@ -19,7 +19,7 @@ use Friendica\Event\NamedEvent;
*
* @internal Provides BC
*/
final class HookEventBridge implements StaticEventSubscriber
final class HookEventBridge
{
/**
* This allows us to mock the Hook call in tests.