@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Yoeunes\Voteable\Traits; |
4 | 4 | |
5 | +use Illuminate\Database\Eloquent\Builder; |
|
6 | +use Illuminate\Database\Eloquent\Relations\Relation; |
|
7 | +use Illuminate\Database\Query\JoinClause; |
|
8 | +use Illuminate\Support\Facades\DB; |
|
5 | 9 | use Yoeunes\Voteable\Models\Vote; |
6 | 10 | use Yoeunes\Voteable\VoteBuilder; |
7 | -use Illuminate\Support\Facades\DB; |
|
8 | 11 | use Yoeunes\Voteable\VoteQueryBuilder; |
9 | -use Illuminate\Database\Eloquent\Builder; |
|
10 | -use Illuminate\Database\Query\JoinClause; |
|
11 | -use Illuminate\Database\Eloquent\Relations\Relation; |
|
12 | 12 | |
13 | 13 | trait Voteable |
14 | 14 | { |