12 lines
238 B
PHP
12 lines
238 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'fields' => [
|
||
|
|
'first_name' => 'First Name',
|
||
|
|
'last_name' => 'Last Name',
|
||
|
|
'speciality' => 'Speciality',
|
||
|
|
'license_id' => 'License ID',
|
||
|
|
'created_at' => 'Created At',
|
||
|
|
],
|
||
|
|
];
|