Skip to content

Commit

Permalink
Update PhinchServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor committed Sep 3, 2022
1 parent 4267cd7 commit dcae672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhinchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ protected function publishConfig()
{
$configPath = __DIR__ . '/../config/phinch.php';

$this->publishes([$configPath => config_path('phinch.php')], 'config');
$this->publishes([$configPath => config_path('phinch.php')], 'phinch');
}
}

0 comments on commit dcae672

Please sign in to comment.