Skip to content

Commit 0c1ee39

Browse files
Luis PabonGuilhemN
authored andcommitted
FormInterface::submit no longer accepts a Request object
1 parent d248556 commit 0c1ee39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/Handler/AuthorizeFormHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function process()
5555
));
5656

5757
if ('POST' === $this->request->getMethod()) {
58-
$this->form->submit($this->request);
58+
$this->form->handleRequest($this->request);
5959
if ($this->form->isValid()) {
6060
$this->onSuccess();
6161

0 commit comments

Comments
 (0)