Skip to content

Commit

Permalink
Camel case end layout attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
olsgreen committed Oct 16, 2024
1 parent 04add99 commit d92f654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/Builders/VehicleInfoBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class VehicleInfoBuilder extends AbstractSchemableBuilder
'payloadVolumeCubicMetres' => 'integer',
'rde2Compliant' => 'bool',
'sector' => 'string',
'bedroom_layout' => [CaravanBedroomLayouts::class, MotorhomeBedroomLayouts::class],
'end_layout' => [CaravanEndLayouts::class, MotorhomeEndLayouts::class],
'bedroomLayout' => [CaravanBedroomLayouts::class, MotorhomeBedroomLayouts::class],
'endLayout' => [CaravanEndLayouts::class, MotorhomeEndLayouts::class],
'berths' => 'integer',
'bedrooms' => 'integer',
];
Expand Down

0 comments on commit d92f654

Please sign in to comment.