Skip to content

Commit

Permalink
sf3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewhidow committed Dec 22, 2016
1 parent 2ca8cdf commit b848788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yml
Expand Up @@ -4,11 +4,11 @@ parameters:

services:
bbit_async_dispatcher.dispatcher:
class: %bbit_async_dispatcher.dispatcher.class%
class: "%bbit_async_dispatcher.dispatcher.class%"
arguments:
- "@event_dispatcher"
bbit_async_dispatcher.listener.terminate:
class: %bbit_async_dispatcher.listener.terminate.class%
class: "%bbit_async_dispatcher.listener.terminate.class%"
arguments:
- "@bbit_async_dispatcher.dispatcher"
tags:
Expand Down

0 comments on commit b848788

Please sign in to comment.