Completed
Push — master ( 6ffd9d...152837 )
by Gino
01:36
created
controllers/Tags.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Backend\Behaviors\FormController;
11 11
 use Backend\Behaviors\ListController;
12 12
 use October\Rain\Exception\SystemException;
13
-use October\Rain\Flash\FlashBag;
14 13
 
15 14
 /**
16 15
  * Class Tags
Please login to merge, or discard this patch.
components/SeriesNavigation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace GinoPane\BlogTaxonomy\Components;
4 4
 
5 5
 use Cms\Classes\Page;
6
-use RainLab\Blog\Models\Post;
7 6
 use GinoPane\BlogTaxonomy\Plugin;
8 7
 use GinoPane\BlogTaxonomy\Models\Series;
9 8
 
Please login to merge, or discard this patch.