Completed
Push — master ( 9eabc1...0861f3 )
by Younes
01:50
created
src/Traits/Voteable.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Yoeunes\Voteable\Traits;
4 4
 
5
-use Yoeunes\Voteable\VoteBuilder;
6
-use Illuminate\Support\Facades\DB;
7
-use Yoeunes\Voteable\VoteQueryBuilder;
8 5
 use Illuminate\Database\Eloquent\Builder;
9
-use Illuminate\Database\Query\JoinClause;
10 6
 use Illuminate\Database\Eloquent\Relations\Relation;
7
+use Illuminate\Database\Query\JoinClause;
8
+use Illuminate\Support\Facades\DB;
9
+use Yoeunes\Voteable\VoteBuilder;
10
+use Yoeunes\Voteable\VoteQueryBuilder;
11 11
 
12 12
 trait Voteable
13 13
 {
Please login to merge, or discard this patch.