Skip to content

Commit

Permalink
Update twig extension
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay authored May 20, 2020
1 parent 5e833f5 commit c344eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Helper/Twig/FunctionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;
use function Simple\alias;

class FunctionExtension extends AbstractExtension
{
Expand Down Expand Up @@ -43,4 +44,4 @@ public function alias($var, $param=null)
return alias($var, $param);
}

}
}

0 comments on commit c344eed

Please sign in to comment.