Skip to content

Commit

Permalink
Add 'use' statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Luís Silva committed Jul 17, 2017
1 parent 662e090 commit 1780137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/FunctionWrapper.php
Expand Up @@ -3,6 +3,7 @@
namespace Timber;

use Timber\Helper;
use Timber\Twig_Function;

/**
* FunctionWrapper Class.
Expand Down
2 changes: 2 additions & 0 deletions lib/Twig.php
Expand Up @@ -10,6 +10,8 @@
use Timber\Image;
use Timber\User;

use Timber\Twig_Function;

class Twig {

public static $dir_name;
Expand Down

0 comments on commit 1780137

Please sign in to comment.