Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/state-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ If you disabled this feature, you need to register the services by yourself and

services:
# ...
App\State\BlogPostProcessor: ~
App\State\BlogPostProcessor:
tags: [ 'api_platform.state_processor' ]

App\State\UserProcessor:
Expand Down
2 changes: 1 addition & 1 deletion core/state-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ To declare the service explicitly, you can use the following snippet:

services:
# ...
App\State\BlogPostProvider: ~
App\State\BlogPostProvider:
tags: [ 'api_platform.state_provider' ]

# api/config/services.yaml
Expand Down