Skip to content

Commit

Permalink
fix(Templating): fix missing (Injectable)TemplatingInterface imports
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Jan 7, 2017
1 parent 033e4ea commit 549a9dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Component/Templating/EventListener/TemplatingListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Devaloka\Component\EventDispatcher\EventDispatcherAwareInterface;
use Devaloka\Component\EventDispatcher\EventDispatcherAwareTrait;
use Devaloka\Component\Templating\TemplatingInterface;
use Devaloka\Component\Templating\InjectableTemplatingInterface;

/**
* Class TemplatingListener
Expand Down

0 comments on commit 549a9dd

Please sign in to comment.