Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ab576ad

Browse files
committed
Fix invalid code block
1 parent 4ec9c1e commit ab576ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/create/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ is not provided, the service's id will be used instead.
568568
569569
services:
570570
app.elasticsearch_mapper:
571-
class: "AppBundle\Mapper\ElasticSearchMapper"
571+
class: 'AppBundle\Mapper\ElasticSearchMapper'
572572
tags:
573573
- { name: create_cmf.mapper, alias: elasticsearch }
574574

0 commit comments

Comments
 (0)