Skip to content

Commit

Permalink
Fix setup error
Browse files Browse the repository at this point in the history
  • Loading branch information
agentphoenix committed Jul 5, 2024
1 parent 5169641 commit dcbe01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/setup/Livewire/SetupAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function createUserAccount(): void

$user->status->transitionTo(Active::class);

CreateFormSubmission::run(Form::key('userBio'), $user);
CreateFormSubmission::run(Form::key('userBio')->first(), $user);

$user->refresh();

Expand Down

0 comments on commit dcbe01f

Please sign in to comment.