@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php namespace VojtaSvoboda\TwigExtensions; |
2 | 2 | |
3 | -use App; |
|
4 | -use Backend; |
|
5 | 3 | use Carbon\Carbon; |
6 | 4 | use System\Classes\PluginBase; |
7 | 5 | use Twig_Extension_StringLoader; |
@@ -406,7 +406,6 @@ |
||
406 | 406 | * |
407 | 407 | * See: https://github.com/vojtasvoboda/oc-twigextensions-plugin/issues/25 |
408 | 408 | * |
409 | - * @param string $filename Filename of the asset file |
|
410 | 409 | * |
411 | 410 | * @return string |
412 | 411 | */ |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php namespace VojtaSvoboda\TwigExtensions\Classes; |
2 | 2 | |
3 | -use App; |
|
4 | 3 | use October\Rain\Translation\Translator; |
5 | 4 | use Symfony\Component\Translation\TranslatorInterface; |
6 | 5 |