Skip to content

Commit

Permalink
fix config publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Nov 7, 2023
1 parent 7f4b9d2 commit 94414c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LunarApiStripeAdapterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function boot(): void

if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__.'/../config/stripe.php' => config_path('lunar-api.stripe.php'),
__DIR__.'/../config/stripe.php' => config_path('lunar-api/stripe.php'),
], 'lunar-api.stripe.config');
}
}
Expand Down

0 comments on commit 94414c9

Please sign in to comment.