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