Skip to content

Commit f9a487d

Browse files
committed
Add support for 'Extended Cab' cab type.
1 parent 351f0c0 commit f9a487d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Api/Enums/CabTypes.php

+2
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ class CabTypes extends AbstractEnum
2525
const SUPER = 'Super cab';
2626

2727
const TRANSPORTER = 'Transporter cab';
28+
29+
const EXTENDED_CAB = 'Extended Cab';
2830
}

0 commit comments

Comments
 (0)