Approval.
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_status = array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
);
|
||||
|
Reference in New Issue
Block a user