mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
quick fix: use Scope class instead of classname
This commit is contained in:
parent
66baf0391c
commit
f70e3b7997
@ -87,7 +87,7 @@ class ComposedRoleScopeType extends AbstractType
|
||||
},
|
||||
])
|
||||
->add('scope', EntityType::class, [
|
||||
'class' => 'ChillMainBundle:Scope',
|
||||
'class' => Scope::class,
|
||||
'choice_label' => static function (Scope $scope) use ($translatableStringHelper) {
|
||||
return $translatableStringHelper->localize($scope->getName());
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user