Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Fix locateResource()
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Oct 11, 2017
1 parent 59da0f5 commit 47e64b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ services:

webeweb.highcharts-bundle.twig.extension.highcharts:
class: WBW\HighchartsBundle\Twig\Extension\HighchartsTwigExtension
arguments: ["@=service('kernel').locateResource('@WBWHighchartsBundle/Resources')", "%kernel.environment%"]
arguments: ["@=service('kernel').locateResource('@WBWHighchartsBundle')", "%kernel.environment%"]
tags:
- { name: twig.extension }

0 comments on commit 47e64b5

Please sign in to comment.