Merge branch '479-resq-changes-to-willing-to-wait' into '480-resq-august-28-release'
Add content. #479 See merge request jankstudio/resq!562
This commit is contained in:
commit
a8bef7be36
1 changed files with 14 additions and 0 deletions
14
src/Ramcar/WillingToWaitContent.php
Normal file
14
src/Ramcar/WillingToWaitContent.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace App\Ramcar;
|
||||
|
||||
class WillingToWaitContent extends NameValue
|
||||
{
|
||||
const WILLING_TO_WAIT = 'willing_to_wait';
|
||||
const NOT_WILLING_TO_WAIT = 'not_willing_to_wait';
|
||||
|
||||
const COLLECTION = [
|
||||
'willing_to_wait' => 'Willing to Wait',
|
||||
'not_willing_to_wait' => 'Not Willing to Wait',
|
||||
];
|
||||
}
|
||||
Loading…
Reference in a new issue