Skip to content

Commit

Permalink
#5 The services.yaml simplified.
Browse files Browse the repository at this point in the history
  • Loading branch information
automatix committed May 26, 2018
1 parent 4e808b9 commit 991ae86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ services:
# events
App\Process\SystemEventHandlerInterface:
class: 'App\Process\SystemEventHandler'
arguments:
- '@App\Services\Process\StateManagingServiceInterface'
- '@App\Process\HandlerRegistry\StateEventHandlerRegistryInterface'
tags:
- { name: kernel.event_listener, event: general.user_message_received, method: handle }
- { name: kernel.event_listener, event: step.foo, method: handle }
Expand Down

0 comments on commit 991ae86

Please sign in to comment.