Skip to content

Commit

Permalink
#19 Fix unquoted scalars in service configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vi.tor.ino authored Aug 19, 2016
1 parent 1b4908b commit 3f45375
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 3f45375

Please sign in to comment.