Skip to content

Commit

Permalink
Merge pull request #3 from spatie/analysis-XNQwve
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
AlexVanderbist authored Jan 17, 2018
2 parents 938b3f6 + 3019f33 commit a71fc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Spatie\QueryBuilder;

use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Http\Request;
use Illuminate\Support\Collection;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Builder;
use Spatie\QueryBuilder\Exceptions\InvalidQuery;

class QueryBuilder extends Builder
Expand Down

0 comments on commit a71fc15

Please sign in to comment.