From 3c11bbf1d87ba6ccfe0a44ad5c2ebecaf865cc5f Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 27 Sep 2019 11:44:20 -0400 Subject: [PATCH] Fix issue processwire/processwire-issues#982 --- wire/core/WireInput.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wire/core/WireInput.php b/wire/core/WireInput.php index 9c1577fe..c4b50ae3 100644 --- a/wire/core/WireInput.php +++ b/wire/core/WireInput.php @@ -93,6 +93,7 @@ class WireInput extends Wire { 'PUT' => 'PUT', 'DELETE' => 'DELETE', 'OPTIONS' => 'OPTIONS', + 'PATCH' => 'PATCH', ); /**