Task: Adopt naming in class and route

This commit is contained in:
Björn Fromme
2023-10-12 10:47:17 +02:00
parent 3989fc0491
commit fcb7c23941
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class AssignmentType extends AbstractType
'class' => Destination::class,
'label_property' => 'product',
'label_function' => fn(Destination $destination) => (string) $destination,
'endpoint_route' => 'app_admin_autocomplete_bpndate',
'endpoint_route' => 'app_admin_autocomplete_destination',
])
->add('jobProfile', EntityType::class, [
'label' => 'Jobprofil',