From 73dcdb0b9904048b65d5f6448dd7cbb669fcff3d Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Fri, 28 Aug 2020 04:12:42 +0000 Subject: [PATCH] Add content. #479 --- src/Ramcar/WillingToWaitContent.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Ramcar/WillingToWaitContent.php diff --git a/src/Ramcar/WillingToWaitContent.php b/src/Ramcar/WillingToWaitContent.php new file mode 100644 index 00000000..2ac47e7b --- /dev/null +++ b/src/Ramcar/WillingToWaitContent.php @@ -0,0 +1,14 @@ + 'Willing to Wait', + 'not_willing_to_wait' => 'Not Willing to Wait', + ]; +}