Línea 31... |
Línea 31... |
31 |
[
|
31 |
[
|
32 |
'label' => 'LABEL_SELF_EVALUATION',
|
32 |
'label' => 'LABEL_SELF_EVALUATION',
|
33 |
'route' => 'profile/self-evaluation'
|
33 |
'route' => 'profile/self-evaluation'
|
34 |
],
|
34 |
],
|
35 |
[
|
35 |
[
|
36 |
'label' => 'LABEL_SELF_EVALUATION',
|
36 |
'label' => 'LABEL_PERFORMANCE_EVALUATION',
|
37 |
'route' => 'profile/performance-evaluation'
|
37 |
'route' => 'profile/performance-evaluation'
|
38 |
]
|
38 |
]
|
39 |
]
|
39 |
]
|
40 |
],
|
40 |
],
|
41 |
[
|
41 |
[
|
Línea 2876... |
Línea 2876... |
2876 |
\LeadersLinked\Controller\MyCompaniesController::class => \LeadersLinked\Factory\Controller\MyCompaniesControllerFactory::class,
|
2876 |
\LeadersLinked\Controller\MyCompaniesController::class => \LeadersLinked\Factory\Controller\MyCompaniesControllerFactory::class,
|
2877 |
\LeadersLinked\Controller\PaypalController::class => \LeadersLinked\Factory\Controller\PaypalControllerFactory::class,
|
2877 |
\LeadersLinked\Controller\PaypalController::class => \LeadersLinked\Factory\Controller\PaypalControllerFactory::class,
|
2878 |
\LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
|
2878 |
\LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
|
2879 |
\LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
|
2879 |
\LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
|
2880 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
2880 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
2881 |
\LeadersLinked\Controller\PerformanceEvaluation::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFactory::class,
|
2881 |
\LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
|
2882 |
\LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
|
2882 |
\LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
|
2883 |
\LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
|
2883 |
\LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
|
2884 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
2884 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
2885 |
\LeadersLinked\Controller\ServiceController::class => \LeadersLinked\Factory\Controller\ServiceControllerFactory::class,
|
2885 |
\LeadersLinked\Controller\ServiceController::class => \LeadersLinked\Factory\Controller\ServiceControllerFactory::class,
|
2886 |
],
|
2886 |
],
|
Línea 2910... |
Línea 2910... |
2910 |
'\LeadersLinked\Controller\SearchController' => \LeadersLinked\Controller\SearchController::class,
|
2910 |
'\LeadersLinked\Controller\SearchController' => \LeadersLinked\Controller\SearchController::class,
|
2911 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
2911 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
2912 |
'\LeadersLinked\Controller\OauthController' => \LeadersLinked\Controller\OauthController::class,
|
2912 |
'\LeadersLinked\Controller\OauthController' => \LeadersLinked\Controller\OauthController::class,
|
2913 |
'\LeadersLinked\Controller\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
|
2913 |
'\LeadersLinked\Controller\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
|
2914 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
2914 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
2915 |
'\LeadersLinked\Controller\PerformanceEvaluation' => \LeadersLinked\Controller\PerformanceEvaluation::class,
|
2915 |
'\LeadersLinked\Controller\PerformanceEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationController::class,
|
2916 |
]
|
2916 |
]
|
2917 |
],
|
2917 |
],
|
2918 |
'laminas-cli' => [
|
2918 |
'laminas-cli' => [
|
2919 |
'commands' => [
|
2919 |
'commands' => [
|
2920 |
'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
|
2920 |
'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
|