https://twill.io logo
add a function in the repo? ``` public function g...
# ❓questions
n
add a function in the repo?
Copy code
public function getFormFields($object)
    {
        $fields = parent::getFormFields($object);
        $fields = $this->getFormFieldsForRepeater($object, $fields, 'members', 'TeamMember', 'team-member');
        return $fields;
    }