mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
addresses: enable POSTing Postal Code entities (back + front)
This commit is contained in:
@@ -321,7 +321,8 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
|
||||
'_entity' => [
|
||||
'methods' => [
|
||||
Request::METHOD_GET => true,
|
||||
Request::METHOD_HEAD => true
|
||||
Request::METHOD_HEAD => true,
|
||||
Request::METHOD_POST => true,
|
||||
]
|
||||
],
|
||||
]
|
||||
|
Reference in New Issue
Block a user