mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
23 lines
398 B
PHP
23 lines
398 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'Profile',
|
|
],
|
|
'adress' => [
|
|
'name' => 'Address',
|
|
],
|
|
'education' => [
|
|
'name' => 'Education',
|
|
],
|
|
'education' => [
|
|
'name' => 'Education',
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Education part',
|
|
],
|
|
'education_part_option' => [
|
|
'name' => 'Education part option',
|
|
],
|
|
];
|