Skip to content

Commit f8dcd9b

Browse files
committed
Fixed ezurl -> ibexa_url
1 parent 23e2fb6 commit f8dcd9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Form/Type/FieldType/UrlFieldType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
5757
'required' => false,
5858
]
5959
)
60-
->addModelTransformer(new FieldValueTransformer($this->fieldTypeService->getFieldType('ezurl')));
60+
->addModelTransformer(new FieldValueTransformer($this->fieldTypeService->getFieldType('ibexa_url')));
6161

6262
$builder->get('link')->addEventSubscriber(new FixUrlProtocolListener());
6363
}

0 commit comments

Comments
 (0)