Skip to content

Commit

Permalink
Added missing service
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Mar 16, 2024
1 parent c849ce5 commit f2c786a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ imports:
- { resource: services/fieldtype.yaml }
- { resource: services/command.yaml }
- { resource: services/graphql.yaml }
- { resource: services/search.yaml }
7 changes: 7 additions & 0 deletions src/bundle/Resources/config/services/search.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false

Ibexa\FieldTypeMatrix\Search\Common\IndexDataProvider: ~

0 comments on commit f2c786a

Please sign in to comment.