Skip to content
Snippets Groups Projects
Commit 0a909673 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix constructor call, re #1245

parent 6807e67f
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class Form extends Part
*/
final public function __construct(...$parts)
{
parent::__construct($parts);
parent::__construct(...$parts);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment