Test Failed
Push — master ( dba389...dba389 )
by Younes
01:37
created
src/Traits/Commentable.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Yoeunes\Commentable\Traits;
4 4
 
5
-use Yoeunes\Commentable\CommentBuilder;
6 5
 use Illuminate\Database\Eloquent\Builder;
6
+use Illuminate\Database\Eloquent\Relations\Relation;
7 7
 use Illuminate\Database\Query\JoinClause;
8
+use Yoeunes\Commentable\CommentBuilder;
8 9
 use Yoeunes\Commentable\CommentQueryBuilder;
9
-use Illuminate\Database\Eloquent\Relations\Relation;
10 10
 
11 11
 trait Commentable
12 12
 {
Please login to merge, or discard this patch.