mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Fixed PHPunit errors.
This commit is contained in:
@@ -170,7 +170,7 @@ class BaseEntityAdminForm extends AbstractType
|
||||
'empty_data' => null,
|
||||
]);
|
||||
|
||||
if ($entity instanceof StructuralEntityType) {
|
||||
if ($entity instanceof AbstractStructuralDBElement) {
|
||||
$builder->add(
|
||||
'parameters',
|
||||
CollectionType::class,
|
||||
|
||||
Reference in New Issue
Block a user