Skip to content

Commit

Permalink
Remove validated override (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMartinOscar authored Jan 4, 2025
1 parent 17805f6 commit df615f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/Http/Requests/Api/Application/Users/StoreUserRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ public function rules(?array $rules = null): array
])->toArray();
}

public function validated($key = null, $default = null): array
{
return parent::validated();
}

/**
* Rename some fields to be more user friendly.
*/
Expand Down

0 comments on commit df615f6

Please sign in to comment.