mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Refactoring CustomFields/CustomFieldChoice.php : good indentation
This commit is contained in:
parent
add762e9f5
commit
e7ce8934ab
@ -121,8 +121,8 @@ class CustomFieldChoice implements CustomFieldInterface
|
|||||||
$options['expanded'] = $customFieldOptions[self::EXPANDED];
|
$options['expanded'] = $customFieldOptions[self::EXPANDED];
|
||||||
|
|
||||||
$builder->add(
|
$builder->add(
|
||||||
$builder->create($customField->getSlug(), 'choice', $options)
|
$builder->create($customField->getSlug(), 'choice', $options)
|
||||||
->addModelTransformer(new CustomFieldDataTransformer($this, $customField))
|
->addModelTransformer(new CustomFieldDataTransformer($this, $customField))
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user