Skip to content

Commit da8552a

Browse files
committed
ENSITECH-74
1 parent d9166d0 commit da8552a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/ElasticQueryServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ElasticQueryServiceProvider extends ServiceProvider
99
{
1010
public function register(): void
1111
{
12-
$this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'laravel-elastic-query');
12+
$this->mergeConfigFrom(__DIR__ . '/../config/laravel-elastic-query.php', 'laravel-elastic-query');
1313

1414
$this->app->scoped(
1515
ElasticClient::class,
@@ -21,7 +21,7 @@ public function boot(): void
2121
{
2222
if ($this->app->runningInConsole()) {
2323
$this->publishes([
24-
__DIR__ . '/../config/config.php' => config_path('laravel-elastic-query.php'),
24+
__DIR__ . '/../config/laravel-elastic-query.php' => config_path('laravel-elastic-query.php'),
2525
], 'config');
2626
}
2727
}

0 commit comments

Comments
 (0)