Skip to content

Commit 8f7b2a7

Browse files
authored
Missing serializer config in Service example (#28)
1 parent 9436ede commit 8f7b2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ JoliCode\Elastically\Client:
189189
elastically_mappings_directory: '%kernel.root_dir%/Elasticsearch/mappings'
190190
elastically_index_class_mapping:
191191
my_index_name: App\Model\MyModel
192+
elastically_serializer: '@serializer'
192193
elastically_bulk_size: 100
193194
```
194195

0 commit comments

Comments
 (0)