File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 191
191
service ('messenger.routable_message_bus ' ),
192
192
service ('event_dispatcher ' ),
193
193
service ('logger ' ),
194
+ service ('messenger.transport.native_php_serializer ' )->nullOnInvalid (),
194
195
])
195
196
->tag ('console.command ' )
196
197
197
198
->set ('console.command.messenger_failed_messages_show ' , FailedMessagesShowCommand::class)
198
199
->args ([
199
200
abstract_arg ('Default failure receiver name ' ),
200
201
abstract_arg ('Receivers ' ),
202
+ service ('messenger.transport.native_php_serializer ' )->nullOnInvalid (),
201
203
])
202
204
->tag ('console.command ' )
203
205
204
206
->set ('console.command.messenger_failed_messages_remove ' , FailedMessagesRemoveCommand::class)
205
207
->args ([
206
208
abstract_arg ('Default failure receiver name ' ),
207
209
abstract_arg ('Receivers ' ),
210
+ service ('messenger.transport.native_php_serializer ' )->nullOnInvalid (),
208
211
])
209
212
->tag ('console.command ' )
210
213
You can’t perform that action at this time.
0 commit comments