Skip to content

Commit 79af10e

Browse files
committed
Quote scalar value. Fixes #91
1 parent e0247b6 commit 79af10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
hackzilla_ticket.component.twig_extension.ticket_global:
6666
class: Hackzilla\Bundle\TicketBundle\TwigExtension\TicketGlobalExtension
6767
arguments:
68-
- @service_container
68+
- '@service_container'
6969
tags:
7070
- { name: twig.extension }
7171

0 commit comments

Comments
 (0)