@@ -31,7 +31,6 @@ |
||
31 | 31 | |
32 | 32 | namespace ntentan\honam\helpers\form; |
33 | 33 | |
34 | -use ntentan\honam\helpers\FormHelper; |
|
35 | 34 | use ntentan\honam\TemplateEngine; |
36 | 35 | |
37 | 36 | /** |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace ntentan\honam\helpers; |
4 | 4 | |
5 | -use ntentan\honam\TemplateEngine; |
|
6 | 5 | use ntentan\honam\Helper; |
6 | +use ntentan\honam\TemplateEngine; |
|
7 | 7 | |
8 | 8 | class ListingHelper extends Helper |
9 | 9 | { |
@@ -28,7 +28,6 @@ |
||
28 | 28 | |
29 | 29 | use ntentan\honam\engines\php\HelpersLoader; |
30 | 30 | use ntentan\honam\engines\php\Janitor; |
31 | -use ntentan\honam\TemplateEngine; |
|
32 | 31 | use ntentan\honam\engines\php\Variable; |
33 | 32 | |
34 | 33 | /** |
@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace ntentan\honam\factories; |
4 | 4 | |
5 | 5 | use ntentan\honam\template_engines\AbstractEngine; |
6 | +use ntentan\honam\template_engines\MustacheEngine; |
|
6 | 7 | use ntentan\honam\template_engines\mustache\MustacheLoader; |
7 | 8 | use ntentan\honam\template_engines\mustache\MustachePartialsLoader; |
8 | -use ntentan\honam\template_engines\MustacheEngine; |
|
9 | 9 | |
10 | 10 | |
11 | 11 | class MustacheEngineFactory implements EngineFactoryInterface |
@@ -26,8 +26,6 @@ |
||
26 | 26 | |
27 | 27 | namespace ntentan\honam; |
28 | 28 | |
29 | -use ntentan\honam\exceptions\TemplateResolutionException; |
|
30 | - |
|
31 | 29 | /** |
32 | 30 | * The TemplateEngine class does the work of resolving templates, loading template files, |
33 | 31 | * loading template engines and rendering templates. The `ntentan/views` package takes a reference to a |