diff --git a/forms/TabSet.php b/forms/TabSet.php index e06a2e7db..15b11309d 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); }