feat: api endpoints and xml sync for contingents data
This commit is contained in:
@@ -63,9 +63,6 @@ class RoomSelectionToIdTransformer implements DataTransformerInterface
|
||||
return $value->id;
|
||||
}
|
||||
|
||||
throw new TransformationFailedException(sprintf(
|
||||
'Invalid room id value: %s',
|
||||
get_debug_type($value)
|
||||
));
|
||||
throw new TransformationFailedException(sprintf('Invalid room id value: %s', get_debug_type($value)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user