Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 8ec4269

Browse files
committed
Fixed config facade resolving
1 parent 5d5494d commit 8ec4269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScoutElasticServiceProvider.php

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

33
namespace ScoutElastic;
44

5-
use Config;
5+
use Illuminate\Support\Facades\Config;
66
use Illuminate\Support\ServiceProvider;
77
use Elasticsearch\ClientBuilder;
88
use InvalidArgumentException;

0 commit comments

Comments
 (0)