8000 fix comment wording · rinodrummer/nativephp.com@fd08934 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd08934

Browse files
committed
fix comment wording
1 parent d8aeff5 commit fd08934

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Livewire/MobilePricing.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public function createCheckoutSession(string $plan, ?User $user = null)
2727
{
2828
// If a user isn't passed into this method, Livewire will instantiate
2929
// a new User. So we need to check that the user exists before using it,
30-
// and then use the authenticated user as a fallback if the user is
31-
// logged in.
30+
// and then use the authenticated user as a fallback.
3231
$user = $user?->exists ? $user : Auth::user();
3332

3433
if (! $user) {

0 commit comments

Comments
 (0)
0