Completed
Push — develop ( 46ec4b...680621 )
by Mohamed
03:15
created
app/Model/Traits/Project/QueryTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Tinyissue\Model\Project as ProjectModel;
15 15
 use Tinyissue\Model\Tag as TagModel;
16
-use Tinyissue\Model\Tag;
17 16
 
18 17
 /**
19 18
  * Project is a class to defines fields & rules for add/edit project form
Please login to merge, or discard this patch.
app/Model/Traits/Tag/QueryTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Tinyissue\Form;
13 13
 
14 14
 use Tinyissue\Model\Project as ProjectModel;
15
-use Tinyissue\Model\Tag as TagModel;
16 15
 use Tinyissue\Model\Tag;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.