Skip to content

Commit

Permalink
1.) added: better names on publishing
Browse files Browse the repository at this point in the history
2.) added: code format

Signed-off-by: Oskars Germovs <[email protected]>
  • Loading branch information
Faks committed Oct 18, 2024
1 parent 346afe9 commit 5d66485
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/ReComposerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}
}

0 comments on commit 5d66485

Please sign in to comment.