mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed inspection issues
This commit is contained in:
parent
66d76d40dd
commit
90b583654b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class StructuralEntityType extends AbstractType
|
|||
return new StructuralEntityChoiceLoader($options, $this->builder, $this->em);
|
||||
},
|
||||
'choice_label' => function (Options $options) {
|
||||
return function ($choice, $key, $value) use ($options) {
|
||||
return function ($choice, $key, $value) {
|
||||
return $this->choice_helper->generateChoiceLabel($choice);
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue