Skip to content

Commit 85a7dfb

Browse files
committed
remove unnecessary bag
1 parent af29e1d commit 85a7dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ResetUserPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function reset($user, array $input)
2121
{
2222
Validator::make($input, [
2323
'password' => $this->passwordRules(),
24-
])->validateWithBag('updatePassword');
24+
])->validate();
2525

2626
$user->forceFill([
2727
'password' => Hash::make($input['password']),

0 commit comments

Comments
 (0)