household address: patch address + add validFrom input

This commit is contained in:
nobohan
2021-06-08 21:14:09 +02:00
parent db77224b9f
commit 9375c2cf86
4 changed files with 67 additions and 5 deletions

View File

@@ -278,7 +278,8 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
'methods' => [
Request::METHOD_GET => true,
Request::METHOD_POST => true,
Request::METHOD_HEAD => true
Request::METHOD_HEAD => true,
Request::METHOD_PATCH => true
]
],
]