Skip to content

Commit

Permalink
Apply fixes from StyleCI (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored Feb 28, 2019
1 parent bed8838 commit c75c93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Spatie\QueryBuilder\Tests;

use Illuminate\Support\Str;
use Illuminate\Support\Facades\DB;
use Illuminate\Foundation\Application;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Str;
use Orchestra\Testbench\TestCase as Orchestra;
use Spatie\QueryBuilder\QueryBuilderServiceProvider;

Expand Down

0 comments on commit c75c93a

Please sign in to comment.