Skip to content

Commit

Permalink
fix: update DestroyUserRequest attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
chosww authored Dec 5, 2023
1 parent 212be19 commit 7bb3abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Requests/DestroyUserRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function attributes(): array
{
return [
'current_password' => __('current password'),
'organization' => __('organization'),
'organizations' => __('organizations'),
];
}

Expand Down

0 comments on commit 7bb3abf

Please sign in to comment.