Completed
Push — master ( 179172...d0191c )
by Vojta
07:04
created
Plugin.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php namespace VojtaSvoboda\TwigExtensions;
2 2
 
3
-use App;
4
-use Backend;
5 3
 use Carbon\Carbon;
6 4
 use Snilius\Twig\SortByFieldExtension;
7 5
 use System\Classes\PluginBase;
Please login to merge, or discard this patch.
classes/TimeDiffTranslator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.