1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00
This commit is contained in:
Ryan Cramer
2019-09-27 11:44:20 -04:00
parent 869c6f4a60
commit 3c11bbf1d8

View File

@@ -93,6 +93,7 @@ class WireInput extends Wire {
'PUT' => 'PUT',
'DELETE' => 'DELETE',
'OPTIONS' => 'OPTIONS',
'PATCH' => 'PATCH',
);
/**