Skip to content

Commit 24bbba5

Browse files
author
julien
committed
fix(interface): remove use interface
1 parent b978fc5 commit 24bbba5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Event/Interfaces/EventHandler.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
namespace Twc\BusBundle\Event\Interfaces;
44

5-
use Twc\BusBundle\Event\Interfaces\Event;
6-
75
interface EventHandler
86
{
97
public function handle($event): void;
108

119
public function listenTo(): string;
12-
}
10+
}

0 commit comments

Comments
 (0)