This commit is contained in:
Dennis Eichhorn 2024-01-30 21:29:20 +00:00
parent 53ffd0aa25
commit 792ee4018c

View File

@ -55,7 +55,7 @@ final class InspectionMapper extends DataMapperFactory
public const OWNS_ONE = [ public const OWNS_ONE = [
'type' => [ 'type' => [
'mapper' => InspectionTypeMapper::class, 'mapper' => InspectionTypeMapper::class,
'external' => 'equipmgmt_equipment_type', 'external' => 'equipmgmt_equipment_inspection_type',
], ],
]; ];