Skip to content

Commit 7c5e44b

Browse files
committed
Added base class for BuildSuggestionCollectionEvent event
1 parent ee3d027 commit 7c5e44b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contracts/Event/BuildSuggestionCollectionEvent.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
use Ibexa\Contracts\Search\Model\Suggestion\SuggestionCollection;
1212
use Ibexa\Search\Model\SuggestionQuery;
13+
use Symfony\Contracts\EventDispatcher\Event;
1314

14-
final class BuildSuggestionCollectionEvent
15+
final class BuildSuggestionCollectionEvent extends Event
1516
{
1617
private SuggestionCollection $suggestionCollection;
1718

0 commit comments

Comments
 (0)