Skip to content

Commit 3386275

Browse files
committed
Body Types: Add welfare to body types.
1 parent d3b8294 commit 3386275

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Api/Enums/BodyTypes/VanBodyTypes.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ class VanBodyTypes extends AbstractEnum
3636

3737
const SPECIALIST_VEHICLE = 'Specialist Vehicle';
3838

39-
const TEMPRATURE_CONTROLLED = 'Temperature Controlled';
39+
const TEMPERATURE_CONTROLLED = 'Temperature Controlled';
4040

4141
const TIPPER = 'Tipper';
4242

4343
const VEHICLE_TRANSPORTER = 'Vehicle Transporter';
4444

4545
const WINDOW_VAN = 'Window Van';
46+
47+
const WELFARE = 'Welfare';
4648
}

0 commit comments

Comments
 (0)