Skip to content

Commit

Permalink
update stripe manager singleton registration key
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Aug 23, 2024
1 parent 9a4bbbc commit 67a2140
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 @@ -24,7 +24,7 @@ public function register(): void
public function boot(): void
{
$this->app->singleton(
'gc:stripe',
'lunar:stripe',
fn (Application $app) => $app->make(StripeManager::class),
);

Expand Down

0 comments on commit 67a2140

Please sign in to comment.