@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace sixlive\Laravel\JsonSchemaAssertions; |
4 | 4 | |
5 | 5 | use Illuminate\Foundation\Testing\TestResponse; |
6 | -use sixlive\JsonSchemaAssertions\SchemaAssertion; |
|
7 | -use Illuminate\Support\ServiceProvider as Provider; |
|
8 | 6 | use Illuminate\Support\Facades\Config; |
7 | +use Illuminate\Support\ServiceProvider as Provider; |
|
8 | +use sixlive\JsonSchemaAssertions\SchemaAssertion; |
|
9 | 9 | |
10 | 10 | class ServiceProvider extends Provider |
11 | 11 | { |