@@ -3,7 +3,6 @@ |
||
3 | 3 | use Elasticsearch\Client; |
4 | 4 | use Illuminate\Container\Container; |
5 | 5 | use Illuminate\Foundation\Application as LaravelApplication; |
6 | -use Illuminate\Foundation\Application; |
|
7 | 6 | use Illuminate\Support\ServiceProvider as BaseServiceProvider; |
8 | 7 | use Laravel\Lumen\Application as LumenApplication; |
9 | 8 |
@@ -3,9 +3,9 @@ |
||
3 | 3 | use Elasticsearch\Client; |
4 | 4 | use Elasticsearch\ClientBuilder; |
5 | 5 | use Illuminate\Support\Arr; |
6 | -use Psr\Log\LoggerInterface; |
|
7 | -use Monolog\Logger; |
|
8 | 6 | use Monolog\Handler\StreamHandler; |
7 | +use Monolog\Logger; |
|
8 | +use Psr\Log\LoggerInterface; |
|
9 | 9 | |
10 | 10 | class Factory |
11 | 11 | { |