Skip to content

Commit ed79562

Browse files
committed
Fix lint
1 parent cf51523 commit ed79562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Events/FormControllerFormActionEvent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getFormController(): FormController
6868
*/
6969
public function assign(string $key, mixed $value)
7070
{
71-
$this->view->assign($key, $value)
71+
$this->view->assign($key, $value);
7272
}
7373

7474
/**

0 commit comments

Comments
 (0)