type->getName()}BelongsTo"; } /** * @return InputField[] */ public function fieldClasses(): array { return [ new InputField('connect', Type::int()), new InputField('create', "Create{$this->type->getName()}Input"), new InputField('update', "Update{$this->type->getName()}Input"), ]; } }