Skip to content

Commit

Permalink
Sf3.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tleliberty authored and mbeliberty committed May 18, 2020
1 parent 0a5a18b commit 26c017c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Extension/AdwordsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use AntiMattr\GoogleBundle\Helper\AdwordsHelper;

class AdwordsExtension extends \Twig_Extension
class AdwordsExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
{
private $adwordsHelper;

Expand Down
2 changes: 1 addition & 1 deletion Extension/AnalyticsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use AntiMattr\GoogleBundle\Helper\AnalyticsHelper;

class AnalyticsExtension extends \Twig_Extension
class AnalyticsExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
{
private $analyticsHelper;

Expand Down
2 changes: 1 addition & 1 deletion Extension/MapsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use AntiMattr\GoogleBundle\Helper\MapsHelper;

class MapsExtension extends \Twig_Extension
class MapsExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
{
private $mapsHelper;

Expand Down

0 comments on commit 26c017c

Please sign in to comment.