We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf51523 commit ed79562Copy full SHA for ed79562
Classes/Events/FormControllerFormActionEvent.php
@@ -68,7 +68,7 @@ public function getFormController(): FormController
68
*/
69
public function assign(string $key, mixed $value)
70
{
71
- $this->view->assign($key, $value)
+ $this->view->assign($key, $value);
72
}
73
74
/**
0 commit comments