Skip to content

Commit d0aa420

Browse files
author
Ian Thomas
committed
Use namespaced version of Twig_Extension_GlobalsInterface #123
The old version has been deprecated
1 parent 9563cd0 commit d0aa420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twig/ThumbExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace Comur\ImageBundle\Twig;
33

4-
class ThumbExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
4+
class ThumbExtension extends \Twig_Extension implements \Twig\Extension\GlobalsInterface
55
{
66
protected $croppedDir;
77
protected $thumbsDir;

0 commit comments

Comments
 (0)