Completed
Branch develop-3.0 (756031)
by Mohamed
02:51
created
app/Model/Project/Note/SendMessages.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Illuminate\Support\Collection;
15 15
 use Tinyissue\Model\Message\Queue;
16 16
 use Tinyissue\Model\Project;
17
-use Tinyissue\Model\Project\Issue;
18 17
 use Tinyissue\Services\SendMessagesAbstract;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
app/Model/ProjectRelations.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Model\Traits\Message\Queue;
13 13
 
14
-use Illuminate\Database\Eloquent\Relations;
15
-
16 14
 /**
17 15
  * RelationTrait is trait class containing the relationship methods for the message queue model.
18 16
  *
Please login to merge, or discard this patch.
app/Model/TagRelations.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Model\Traits\Message\Queue;
13 13
 
14
-use Illuminate\Database\Eloquent\Relations;
15
-
16 14
 /**
17 15
  * RelationTrait is trait class containing the relationship methods for the message queue model.
18 16
  *
Please login to merge, or discard this patch.