2018-05-21 22:52:54 +08:00
|
|
|
<?php
|
2018-08-27 00:40:04 +08:00
|
|
|
|
2018-05-21 22:52:54 +08:00
|
|
|
return [
|
|
|
|
'location' => 'Location',
|
2018-08-27 00:40:04 +08:00
|
|
|
'state' => [
|
2018-05-22 00:55:40 +08:00
|
|
|
'pending' => 'Pending',
|
|
|
|
'active' => 'Active',
|
|
|
|
'rejected' => 'Rejected',
|
|
|
|
'on_leave' => 'On Leave',
|
|
|
|
'suspended' => 'Suspended',
|
|
|
|
],
|
2018-05-21 22:52:54 +08:00
|
|
|
];
|