From 87ebf9f19bde85c5e5551d87dcf4709780d737d1 Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Thu, 1 Feb 2018 00:45:41 +0800 Subject: [PATCH] Add warranty class name value collection --- src/Ramcar/WarrantyClass.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Ramcar/WarrantyClass.php diff --git a/src/Ramcar/WarrantyClass.php b/src/Ramcar/WarrantyClass.php new file mode 100644 index 00000000..ca850d9b --- /dev/null +++ b/src/Ramcar/WarrantyClass.php @@ -0,0 +1,14 @@ + 'Private', + 'commercial' => 'Commercial', + ]; +}