mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54: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];
|
||||
|
||||
$builder->add(
|
||||
$builder->create($customField->getSlug(), 'choice', $options)
|
||||
->addModelTransformer(new CustomFieldDataTransformer($this, $customField))
|
||||
$builder->create($customField->getSlug(), 'choice', $options)
|
||||
->addModelTransformer(new CustomFieldDataTransformer($this, $customField))
|
||||
);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user