Skip to content

Commit

Permalink
Use quotes for parameters (mandatory in symfony 4+)
Browse files Browse the repository at this point in the history
  • Loading branch information
miqwit authored Apr 15, 2019
1 parent 2221627 commit 2ff7c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Bundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ parameters:

services:
lavacharts:
class: %khill.lavacharts.class%
class: "%khill.lavacharts.class%"

lavacharts.twig_extension:
class: %khill.lavacharts.twig%
class: "%khill.lavacharts.twig%"
public: false
arguments: ['@lavacharts']
tags:
Expand Down

0 comments on commit 2ff7c83

Please sign in to comment.