Skip to content

Commit

Permalink
Text update
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed May 17, 2024
1 parent 7950b2a commit e3b24a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/stripe/src/Facades/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Stripe extends Facade
*/
protected static function getFacadeAccessor(): string
{
return 'gc:stripe';
return 'lunar:stripe';
}

public static function fake(): void
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/src/StripePaymentsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
return $app->make(ConstructWebhookEvent::class);
});

$this->app->singleton('gc:stripe', function ($app) {
$this->app->singleton('lunar:stripe', function ($app) {
return $app->make(StripeManager::class);
});

Expand Down

0 comments on commit e3b24a2

Please sign in to comment.