Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendra-webkul committed Oct 31, 2023
1 parent 41fb7c9 commit b7776be
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ public function index()
*/
public function store(RegistrationRequest $registrationRequest)
{
$registrationRequest->validated();

$data = array_merge(request()->only([
$data = array_merge($registrationRequest->only([
'first_name',
'last_name',
'email',
Expand Down

0 comments on commit b7776be

Please sign in to comment.