mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
Fix issue processwire/processwire-issues#982
This commit is contained in:
@@ -93,6 +93,7 @@ class WireInput extends Wire {
|
||||
'PUT' => 'PUT',
|
||||
'DELETE' => 'DELETE',
|
||||
'OPTIONS' => 'OPTIONS',
|
||||
'PATCH' => 'PATCH',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user