Skip to content

Commit

Permalink
Merge pull request #305 from miqwit/miqwit-quotes
Browse files Browse the repository at this point in the history
Use quotes for parameters (mandatory in symfony 4+)
  • Loading branch information
kevinkhill authored Jul 11, 2019
2 parents 7a6520e + 2ff7c83 commit 5823620
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 5823620

Please sign in to comment.