File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ final class BlogPostItemDataProvider implements ItemDataProviderInterface
103
103
104
104
If service autowiring and autoconfiguration are enabled (it's the case by default), you are done!
105
105
106
- Otherwise, if you use a custom dependency injection configuration, you need to register the corresponding service add the
107
- ` api_platform.item_data_provider` tag. As for collection data providers, the `priority` attribute can be used to order
106
+ Otherwise, if you use a custom dependency injection configuration, you need to register the corresponding service and add the
107
+ ` api_platform.item_data_provider` tag to it . As for collection data providers, the `priority` attribute can be used to order
108
108
providers.
109
109
110
110
` ` ` yaml
You can’t perform that action at this time.
0 commit comments