File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
<service id =" meilisearch.engine" class =" Meilisearch\Bundle\Engine" >
8
8
<argument type =" service" id =" meilisearch.client" />
9
9
</service >
10
+ <service id =" Meilisearch\Bundle\Engine" alias =" meilisearch.engine" />
10
11
11
12
<!-- After bumping to Symfony >5.1 deeprecate public services into private services -->
12
13
<service id =" meilisearch.service" class =" Meilisearch\Bundle\Services\MeilisearchService" public =" true" >
13
- <argument /> <!-- After bumping to Symfony 5.1 use type="abstract" -- >
14
+ <argument type =" abstract" >normalizer</ argument >
14
15
<argument type =" service" id =" meilisearch.engine" />
15
- <argument type =" collection " /> <!-- After bumping to Symfony 5.1 use type="abstract" -- >
16
+ <argument type =" abstract " >configuration</ argument >
16
17
<argument type =" service" id =" property_accessor" />
17
18
</service >
18
19
<service id =" search.service" alias =" meilisearch.service" public =" true" >
You can’t perform that action at this time.
0 commit comments