We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04add99 commit d92f654Copy full SHA for d92f654
src/Api/Builders/VehicleInfoBuilder.php
@@ -129,8 +129,8 @@ class VehicleInfoBuilder extends AbstractSchemableBuilder
129
'payloadVolumeCubicMetres' => 'integer',
130
'rde2Compliant' => 'bool',
131
'sector' => 'string',
132
- 'bedroom_layout' => [CaravanBedroomLayouts::class, MotorhomeBedroomLayouts::class],
133
- 'end_layout' => [CaravanEndLayouts::class, MotorhomeEndLayouts::class],
+ 'bedroomLayout' => [CaravanBedroomLayouts::class, MotorhomeBedroomLayouts::class],
+ 'endLayout' => [CaravanEndLayouts::class, MotorhomeEndLayouts::class],
134
'berths' => 'integer',
135
'bedrooms' => 'integer',
136
];
0 commit comments