Skip to content

Commit

Permalink
Merge pull request #1 from ohvitorino/ohvitorino-patch-1
Browse files Browse the repository at this point in the history
#19 Fix unquoted scalars in service configuration
  • Loading branch information
vi.tor.ino authored Aug 19, 2016
2 parents 1b4908b + 3f45375 commit 0194240
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 0194240

Please sign in to comment.