Skip to content

Commit fe35efb

Browse files
authored
fix: use the alias for the decorated state processor (#1585)
1 parent 29578ee commit fe35efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
# ...
133133
App\State\UserProcessor:
134134
bind:
135-
$decorated: '@api_platform.doctrine.orm.state_processor'
135+
$decorated: '@api_platform.doctrine.orm.state.persist_processor'
136136
# Uncomment only if autoconfiguration is disabled
137137
#arguments: ['@App\State\UserProcessor.inner']
138138
#tags: [ 'api_platform.state_processor' ]

0 commit comments

Comments
 (0)