Skip to content

Commit 8e414d6

Browse files
authored
Apply fixes from StyleCI (#12)
1 parent aa1cbe0 commit 8e414d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace sixlive\Laravel\JsonSchemaAssertions;
44

5+
use Illuminate\Support\Facades\Config;
56
use Illuminate\Foundation\Testing\TestResponse;
67
use sixlive\JsonSchemaAssertions\SchemaAssertion;
78
use Illuminate\Support\ServiceProvider as Provider;
8-
use Illuminate\Support\Facades\Config;
99

1010
class ServiceProvider extends Provider
1111
{

0 commit comments

Comments
 (0)