mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-03 15:04:32 +02:00
Fixed deprecation
This commit is contained in:
parent
90a1ffa2ac
commit
9a3b9b84bc
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class PartAssociationType extends AbstractType
|
|||
|
||||
}
|
||||
|
||||
public function configureOptions(OptionsResolver $resolver)
|
||||
public function configureOptions(OptionsResolver $resolver): void
|
||||
{
|
||||
$resolver->setDefaults([
|
||||
'data_class' => PartAssociation::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue