diff --git a/src/ReComposerServiceProvider.php b/src/ReComposerServiceProvider.php index 892d30d..a996539 100755 --- a/src/ReComposerServiceProvider.php +++ b/src/ReComposerServiceProvider.php @@ -46,13 +46,10 @@ public function provides(): array protected function bootForConsole(): void { // Publishing the configuration file. - $this->publishes( - [ - __DIR__ . '/../config/recomposer.php' => config_path( - 'recomposer.php' - ), - ], - 'config' + $this->publishes([ + __DIR__ . '/../config/recomposer.php' => config_path('recomposer.php'), + ], + 'recomposer.config' ); } }