['required', 'current_password'], 'password' => ['required', 'string', 'min:6', 'confirmed'], ]; } public function authorize(): bool { return true; } }