Skip to content

Commit

Permalink
Added base class for BuildSuggestionCollectionEvent event
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Dec 11, 2024
1 parent 3a239e1 commit 2331405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contracts/Event/BuildSuggestionCollectionEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

use Ibexa\Contracts\Search\Model\Suggestion\SuggestionCollection;
use Ibexa\Search\Model\SuggestionQuery;
use Symfony\Contracts\EventDispatcher\Event;

final class BuildSuggestionCollectionEvent
final class BuildSuggestionCollectionEvent extends Event
{
private SuggestionCollection $suggestionCollection;

Expand Down

0 comments on commit 2331405

Please sign in to comment.