We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1cbe0 commit 8e414d6Copy full SHA for 8e414d6
src/ServiceProvider.php
@@ -2,10 +2,10 @@
2
3
namespace sixlive\Laravel\JsonSchemaAssertions;
4
5
+use Illuminate\Support\Facades\Config;
6
use Illuminate\Foundation\Testing\TestResponse;
7
use sixlive\JsonSchemaAssertions\SchemaAssertion;
8
use Illuminate\Support\ServiceProvider as Provider;
-use Illuminate\Support\Facades\Config;
9
10
class ServiceProvider extends Provider
11
{
0 commit comments