['required', 'string', new PasswordMatchWithCurrent()], 'password' => 'required|string|min:6|confirmed', ]; } }