mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
fix deprecations: use fqcn and other deprecated properties
This commit is contained in:
@@ -28,6 +28,7 @@ class PostTextNumberExtension extends PostTextExtension
|
||||
{
|
||||
public function getExtendedType()
|
||||
{
|
||||
//return PostTextNumberExtension::class;
|
||||
return 'number';
|
||||
}
|
||||
|
||||
|
@@ -63,7 +63,7 @@ class CustomFieldType extends AbstractType
|
||||
;
|
||||
}
|
||||
|
||||
public function getBlockPrefix()
|
||||
public function getName()
|
||||
{
|
||||
return 'custom_field';
|
||||
}
|
||||
|
@@ -80,7 +80,7 @@ class LinkedCustomFieldsType extends AbstractType
|
||||
|
||||
public function getParent()
|
||||
{
|
||||
return 'choice';
|
||||
return ChoiceType::class;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user