|
@@ -7,13 +7,10 @@ |
|
|
block discarded – undo |
|
7
|
7
|
namespace JaySDe\HandlebarsBundle; |
|
8
|
8
|
|
|
9
|
9
|
|
|
10
|
|
-use JaySDe\HandlebarsBundle\Cache\Filesystem; |
|
11
|
|
-use LightnCandy\LightnCandy; |
|
12
|
10
|
use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; |
|
13
|
11
|
use Symfony\Component\Config\FileLocatorInterface; |
|
14
|
12
|
use Symfony\Component\HttpFoundation\Response; |
|
15
|
13
|
use Symfony\Component\Templating\TemplateNameParserInterface; |
|
16
|
|
-use Symfony\Component\Templating\TemplateReferenceInterface; |
|
17
|
14
|
|
|
18
|
15
|
class HandlebarsEngine implements EngineInterface |
|
19
|
16
|
{ |
Please login to merge, or discard this patch.