mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
rename service name chill.custom_field_compiler to chill.custom_field.provider
This commit is contained in:
@@ -27,7 +27,7 @@ class CustomFieldController extends Controller
|
||||
|
||||
//prepare form for new custom type
|
||||
$fieldChoices = array();
|
||||
foreach ($this->get('chill.custom_field_compiler')->getAllFields()
|
||||
foreach ($this->get('chill.custom_field.provider')->getAllFields()
|
||||
as $key => $customType) {
|
||||
$fieldChoices[$key] = $customType->getName();
|
||||
}
|
||||
|
Reference in New Issue
Block a user