Skip to content

Commit d92f654

Browse files
committed
Camel case end layout attributes
1 parent 04add99 commit d92f654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/Builders/VehicleInfoBuilder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ class VehicleInfoBuilder extends AbstractSchemableBuilder
129129
'payloadVolumeCubicMetres' => 'integer',
130130
'rde2Compliant' => 'bool',
131131
'sector' => 'string',
132-
'bedroom_layout' => [CaravanBedroomLayouts::class, MotorhomeBedroomLayouts::class],
133-
'end_layout' => [CaravanEndLayouts::class, MotorhomeEndLayouts::class],
132+
'bedroomLayout' => [CaravanBedroomLayouts::class, MotorhomeBedroomLayouts::class],
133+
'endLayout' => [CaravanEndLayouts::class, MotorhomeEndLayouts::class],
134134
'berths' => 'integer',
135135
'bedrooms' => 'integer',
136136
];

0 commit comments

Comments
 (0)