diff --git a/forms/TabSet.php b/forms/TabSet.php index bca5faac8..9088ba17b 100644 --- a/forms/TabSet.php +++ b/forms/TabSet.php @@ -68,7 +68,7 @@ class TabSet extends CompositeField { /** * Add a new child field to the end of the set. */ - public function push(Tab $field) { + public function push($field) { parent::push($field); $field->setTabSet($this); }