Skip to content

Commit

Permalink
Merge pull request #20 from ohvitorino/master
Browse files Browse the repository at this point in the history
#19 Fix unquoted scalars in service configuration
  • Loading branch information
ancarebeca authored Aug 23, 2016
2 parents 1b4908b + 0194240 commit bd4d799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ services:
anca_rebeca_full_calendar.service.calendar:
class: AncaRebeca\FullCalendarBundle\Service\Calendar
arguments:
- @anca_rebeca_full_calendar.service.serializer
- @event_dispatcher
- "@anca_rebeca_full_calendar.service.serializer"
- "@event_dispatcher"

0 comments on commit bd4d799

Please sign in to comment.