complete 3.4 with qa tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'consultation_status' => [
|
||||
'pending' => 'Pending',
|
||||
'approved' => 'Approved',
|
||||
'rejected' => 'Rejected',
|
||||
'completed' => 'Completed',
|
||||
'no_show' => 'No Show',
|
||||
'cancelled' => 'Cancelled',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user