Skip to content

Commit

Permalink
Update FunctionExtension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed May 22, 2020
1 parent e19c7c6 commit 1857399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Helper/Twig/FunctionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;

use function Simple\alias;
class FunctionExtension extends AbstractExtension
{

Expand Down Expand Up @@ -43,4 +43,4 @@ public function alias($var, $param=null)
return alias($var, $param);
}

}
}

0 comments on commit 1857399

Please sign in to comment.