Skip to content

Commit

Permalink
Merge pull request #8 from linniksa/patch-1
Browse files Browse the repository at this point in the history
Make service.yml compat with symfony 3+
  • Loading branch information
muxx authored Nov 28, 2019
2 parents 98020c7 + 5f32308 commit f6abee2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ services:
class: "%intaro.twig_sandbox.loader_resolver.class%"
public: false
arguments:
-:
- "@intaro.twig_sandbox.loader.annot_dir"
- "@intaro.twig_sandbox.loader.annot_file"
- "@intaro.twig_sandbox.loader.annot_class"
- ["@intaro.twig_sandbox.loader.annot_dir", "@intaro.twig_sandbox.loader.annot_file", "@intaro.twig_sandbox.loader.annot_class"]

intaro.twig_sandbox.loader:
class: "%intaro.twig_sandbox.loader.class%"
Expand Down

0 comments on commit f6abee2

Please sign in to comment.