Skip to content

Commit

Permalink
Update CmiPaymentServiceProvider and fix config publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
baidou5 committed Sep 24, 2024
1 parent e871d38 commit 474e5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CmiPaymentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function boot()
// Publish configuration file when installing package
$this->publishes([
__DIR__.'/../config/cmi.php' => config_path('cmi.php'),
], 'config');
], 'cmi-config');
}

// Record tracks
Expand Down

0 comments on commit 474e5c8

Please sign in to comment.