diff --git a/src/Ramcar/NotificationType.php b/src/Ramcar/NotificationType.php new file mode 100644 index 00000000..3591fe90 --- /dev/null +++ b/src/Ramcar/NotificationType.php @@ -0,0 +1,14 @@ + 'Cancelled', + 'rejected' => 'Rejected', + ]; +}