Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15460 | Rev 15540 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15460 Rev 15461
Línea 213... Línea 213...
213
                                    ]
213
                                    ]
214
                                ]
214
                                ]
215
                            ],
215
                            ],
216
                        ]    
216
                        ]    
217
                    ],
217
                    ],
-
 
218
                    'recruitment-and-selection' => [
-
 
219
                        'type' => Literal::class,
-
 
220
                        'options' => [
-
 
221
                            'route' => '/recruitment-and-selection',
-
 
222
                            'defaults' => [
-
 
223
                                'controller' => '\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController',
-
 
224
                                'action' => 'index'
-
 
225
                            ]
-
 
226
                        ],
-
 
227
                        'may_terminate' => true,
-
 
228
                        'child_routes' => [
-
 
229
                            'take-a-test' => [
-
 
230
                                'type' => Segment::class,
-
 
231
                                'options' => [
-
 
232
                                    'route' => '/take-a-test/:id',
-
 
233
                                    'constraints' => [
-
 
234
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
235
                                    ],
-
 
236
                                    'defaults' => [
-
 
237
                                        'controller' => '\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController',
-
 
238
                                        'action' => 'takeaTest'
-
 
239
                                    ]
-
 
240
                                ]
-
 
241
                            ],
-
 
242
                            'report' => [
-
 
243
                                'type' => Segment::class,
-
 
244
                                'options' => [
-
 
245
                                    'route' => '/report/:id',
-
 
246
                                    'constraints' => [
-
 
247
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
248
                                    ],
-
 
249
                                    'defaults' => [
-
 
250
                                        'controller' =>'\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController',
-
 
251
                                        'action' => 'report'
-
 
252
                                    ]
-
 
253
                                ]
-
 
254
                            ],
-
 
255
                        ]
-
 
256
                    ],
-
 
257
                    
-
 
258
                    
-
 
259
 
Línea 218... Línea 260...
218
                   
260
                   
219
                ]    
261
                ]    
Línea 220... Línea 262...
220
            ], 
262
            ], 
Línea 4164... Línea 4206...
4164
                                    ]
4206
                                    ]
4165
                                ]
4207
                                ]
4166
                            ]
4208
                            ]
4167
                        ]
4209
                        ]
4168
                    ],
4210
                    ],
-
 
4211
                    'applications' => [
-
 
4212
                        'type' =>  Literal::class,
-
 
4213
                        'options' => [
-
 
4214
                            'route' => '/applications',
-
 
4215
                            'defaults' => [
-
 
4216
                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4217
                                'action' => 'index'
-
 
4218
                            ]
-
 
4219
                        ],
-
 
4220
                        'may_terminate' => true,
-
 
4221
                        'child_routes' => [
-
 
4222
                            'add' => [
-
 
4223
                                'type' => Segment::class,
-
 
4224
                                'options' => [
-
 
4225
                                    'route' => '/add/vacancy/:vacancy_id',
-
 
4226
                                    'constraints' => [
-
 
4227
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*'
-
 
4228
                                    ],
-
 
4229
                                    'defaults' => [
-
 
4230
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4231
                                        'action' => 'add'
-
 
4232
                                    ]
-
 
4233
                                ]
-
 
4234
                            ],
-
 
4235
                            'delete' => [
-
 
4236
                                'type' => Segment::class,
-
 
4237
                                'options' => [
-
 
4238
                                    'route' => '/delete/vacancy/:vacancy_id/application/:application_id',
-
 
4239
                                    'constraints' => [
-
 
4240
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*',
-
 
4241
                                        'application_id' => '[A-Za-z0-9\-]+\=*'
-
 
4242
                                    ],
-
 
4243
                                    'defaults' => [
-
 
4244
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4245
                                        'action' => 'delete'
-
 
4246
                                    ]
-
 
4247
                                ]
-
 
4248
                            ],
-
 
4249
                            'user-by-email' => [
-
 
4250
                                'type' => Literal::class,
-
 
4251
                                'options' => [
-
 
4252
                                    'route' => '/user-by-email',
-
 
4253
                                    'defaults' => [
-
 
4254
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4255
                                        'action' => 'userByEmail'
-
 
4256
                                    ]
-
 
4257
                                ]
-
 
4258
                            ],
-
 
4259
                            'view' => [
-
 
4260
                                'type' => Segment::class,
-
 
4261
                                'options' => [
-
 
4262
                                    'route' => '/view/vacancy/:vacancy_id/application/:application_id',
-
 
4263
                                    'constraints' => [
-
 
4264
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*',
-
 
4265
                                        'application_id' => '[A-Za-z0-9\-]+\=*'
-
 
4266
                                    ],
-
 
4267
                                    'defaults' => [
-
 
4268
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4269
                                        'action' => 'view'
-
 
4270
                                    ]
-
 
4271
                                ]
-
 
4272
                            ],
-
 
4273
                            'comment' => [
-
 
4274
                                'type' => Segment::class,
-
 
4275
                                'options' => [
-
 
4276
                                    'route' => '/comment/vacancy/:vacancy_id/application/:application_id',
-
 
4277
                                    'constraints' => [
-
 
4278
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*',
-
 
4279
                                        'application_id' => '[A-Za-z0-9\-]+\=*'
-
 
4280
                                    ],
-
 
4281
                                    'defaults' => [
-
 
4282
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4283
                                        'action' => 'comment'
-
 
4284
                                    ]
-
 
4285
                                ]
-
 
4286
                            ],
-
 
4287
                            'status' => [
-
 
4288
                                'type' => Segment::class,
-
 
4289
                                'options' => [
-
 
4290
                                    'route' => '/status/vacancy/:vacancy_id/application/:application_id',
-
 
4291
                                    'constraints' => [
-
 
4292
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*',
-
 
4293
                                        'iapplication_id' => '[A-Za-z0-9\-]+\=*'
-
 
4294
                                    ],
-
 
4295
                                    'defaults' => [
-
 
4296
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4297
                                        'action' => 'status'
-
 
4298
                                    ]
-
 
4299
                                ]
-
 
4300
                            ],
-
 
4301
                            'level' => [
-
 
4302
                                'type' => Segment::class,
-
 
4303
                                'options' => [
-
 
4304
                                    'route' => '/level/vacancy/:vacancy_id/application/:application_id',
-
 
4305
                                    'constraints' => [
-
 
4306
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*',
-
 
4307
                                        'application_id' => '[A-Za-z0-9\-]+\=*'
-
 
4308
                                    ],
-
 
4309
                                    'defaults' => [
-
 
4310
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionApplicationController',
-
 
4311
                                        'action' => 'level'
-
 
4312
                                    ]
-
 
4313
                                ]
-
 
4314
                            ],
-
 
4315
                            'files' => [
-
 
4316
                                'type' => Segment::class,
-
 
4317
                                'options' => [
-
 
4318
                                    'route' => '/files/vacancy/:vacancy_id/application/:application_id',
-
 
4319
                                    'constraints' => [
-
 
4320
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*',
-
 
4321
                                        'application_id' => '[A-Za-z0-9\-]+\=*'
-
 
4322
                                    ],
-
 
4323
                                    'defaults' => [
-
 
4324
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionFileController',
-
 
4325
                                        'action' => 'index'
-
 
4326
                                    ]
-
 
4327
                                ],
-
 
4328
                                'may_terminate' => true,
-
 
4329
                                'child_routes' => [
-
 
4330
                                    'add' => [
-
 
4331
                                        'type' => Segment::class,
-
 
4332
                                        'options' => [
-
 
4333
                                            'route' => '/add',
-
 
4334
                                            'defaults' => [
-
 
4335
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionFileController',
-
 
4336
                                                'action' => 'add'
-
 
4337
                                            ]
-
 
4338
                                        ]
-
 
4339
                                    ],
-
 
4340
                                    'delete' => [
-
 
4341
                                        'type' => Segment::class,
-
 
4342
                                        'options' => [
-
 
4343
                                            'route' => '/delete/:id',
-
 
4344
                                            'constraints' => [
-
 
4345
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4346
                                            ],
-
 
4347
                                            'defaults' => [
-
 
4348
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionFileController',
-
 
4349
                                                'action' => 'delete'
-
 
4350
                                            ]
-
 
4351
                                        ]
-
 
4352
                                    ],
-
 
4353
                                    'view' => [
-
 
4354
                                        'type' => Segment::class,
-
 
4355
                                        'options' => [
-
 
4356
                                            'route' => '/view/:id',
-
 
4357
                                            'constraints' => [
-
 
4358
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4359
                                            ],
-
 
4360
                                            'defaults' => [
-
 
4361
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionFileController',
-
 
4362
                                                'action' => 'view'
-
 
4363
                                            ]
-
 
4364
                                        ]
-
 
4365
                                    ],
-
 
4366
                                ]    
-
 
4367
                            ],
-
 
4368
                            'interviews' => [
-
 
4369
                                'type' => Segment::class,
-
 
4370
                                'options' => [
-
 
4371
                                    'route' => '/interviews/vacancy/:vacancy_id/application/:application_id',
-
 
4372
                                    'constraints' => [
-
 
4373
                                        'vacancy_id' => '[A-Za-z0-9\-]+\=*',
-
 
4374
                                        'application_id' => '[A-Za-z0-9\-]+\=*'
-
 
4375
                                    ],
-
 
4376
                                    'defaults' => [
-
 
4377
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewController',
-
 
4378
                                        'action' => 'index'
-
 
4379
                                    ]
-
 
4380
                                ],
-
 
4381
                                'may_terminate' => true,
-
 
4382
                                'child_routes' => [
-
 
4383
                                    'add' => [
-
 
4384
                                        'type' => Segment::class,
-
 
4385
                                        'options' => [
-
 
4386
                                            'route' => '/add',
-
 
4387
                                            'defaults' => [
-
 
4388
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewController',
-
 
4389
                                                'action' => 'add'
-
 
4390
                                            ]
-
 
4391
                                        ]
-
 
4392
                                    ],
-
 
4393
                                    'delete' => [
-
 
4394
                                        'type' => Segment::class,
-
 
4395
                                        'options' => [
-
 
4396
                                            'route' => '/delete/:id',
-
 
4397
                                            'constraints' => [
-
 
4398
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4399
                                            ],
-
 
4400
                                            'defaults' => [
-
 
4401
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewController',
-
 
4402
                                                'action' => 'delete'
-
 
4403
                                            ]
-
 
4404
                                        ]
-
 
4405
                                    ],
-
 
4406
                                    'report' => [
-
 
4407
                                        'type' => Segment::class,
-
 
4408
                                        'options' => [
-
 
4409
                                            'route' => '/report/:id',
-
 
4410
                                            'constraints' => [
-
 
4411
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4412
                                            ],
-
 
4413
                                            'defaults' => [
-
 
4414
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewController',
-
 
4415
                                                'action' => 'report'
-
 
4416
                                            ]
-
 
4417
                                        ]
-
 
4418
                                    ],
-
 
4419
                                    'edit' => [
-
 
4420
                                        'type' => Segment::class,
-
 
4421
                                        'options' => [
-
 
4422
                                            'route' => '/edit/:id',
-
 
4423
                                            'constraints' => [
-
 
4424
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4425
                                            ],
-
 
4426
                                            'defaults' => [
-
 
4427
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewController',
-
 
4428
                                                'action' => 'edit'
-
 
4429
                                            ]
-
 
4430
                                        ]
-
 
4431
                                    ],
-
 
4432
                                ]
-
 
4433
                            ],
-
 
4434
                        ]
-
 
4435
                        
-
 
4436
 
-
 
4437
                     ],   
-
 
4438
                    /*
4169
                    'candidates' => [
4439
                    'candidates' => [
4170
                        'type' => Segment::class,
4440
                        'type' => Segment::class,
4171
                        'options' => [
4441
                        'options' => [
4172
                            'route' => '/candidates[/:vacancy_uuid]',
4442
                            'route' => '/candidates[/:vacancy_uuid]',
4173
                            'constraints' => [
4443
                            'constraints' => [
Línea 4393... Línea 4663...
4393
                                        'action' => 'type',
4663
                                        'action' => 'type',
4394
                                    ],
4664
                                    ],
4395
                                ],
4665
                                ],
4396
                            ],
4666
                            ],
4397
                        ],
4667
                        ],
4398
                    ],               
4668
                    ], */              
4399
                ],
4669
                ],
4400
            ],
4670
            ],
Línea 4401... Línea 4671...
4401
            
4671
            
4402
            'induction' => [
4672
            'induction' => [
Línea 6359... Línea 6629...
6359
            \LeadersLinked\Controller\AuthController::class => \LeadersLinked\Factory\Controller\AuthControllerFactory::class,
6629
            \LeadersLinked\Controller\AuthController::class => \LeadersLinked\Factory\Controller\AuthControllerFactory::class,
6360
            \LeadersLinked\Controller\FeedController::class => \LeadersLinked\Factory\Controller\FeedControllerFactory::class,
6630
            \LeadersLinked\Controller\FeedController::class => \LeadersLinked\Factory\Controller\FeedControllerFactory::class,
6361
            \LeadersLinked\Controller\FollowerController::class => \LeadersLinked\Factory\Controller\FollowerControllerFactory::class,
6631
            \LeadersLinked\Controller\FollowerController::class => \LeadersLinked\Factory\Controller\FollowerControllerFactory::class,
6362
            \LeadersLinked\Controller\JobController::class => \LeadersLinked\Factory\Controller\JobControllerFactory::class,
6632
            \LeadersLinked\Controller\JobController::class => \LeadersLinked\Factory\Controller\JobControllerFactory::class,
6363
            \LeadersLinked\Controller\RecruitmentSelectionController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionFactory::class,
6633
            \LeadersLinked\Controller\RecruitmentSelectionController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionFactory::class,
-
 
6634
            \LeadersLinked\Controller\RecruitmentSelectionVacancyController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionVacancyFactory::class,
-
 
6635
            \LeadersLinked\Controller\RecruitmentSelectionApplicationController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionApplicationFactory::class,
-
 
6636
            \LeadersLinked\Controller\RecruitmentSelectionFileController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionFileControllerFactory::class,
-
 
6637
            \LeadersLinked\Controller\RecruitmentSelectionInterviewController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionInterviewFactory::class,
-
 
6638
          /*
6364
            \LeadersLinked\Controller\RecruitmentSelectionInterviewController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionInterviewFactory::class,
6639
            \LeadersLinked\Controller\RecruitmentSelectionInterviewController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionInterviewFactory::class,
6365
            \LeadersLinked\Controller\RecruitmentSelectionInterviewFormController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionInterviewFormFactory::class,
6640
            \LeadersLinked\Controller\RecruitmentSelectionInterviewFormController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionInterviewFormFactory::class,
6366
            \LeadersLinked\Controller\RecruitmentSelectionInterviewFileController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionInterviewFileControllerFactory::class,
6641
            \LeadersLinked\Controller\RecruitmentSelectionInterviewFileController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionInterviewFileControllerFactory::class,
6367
            \LeadersLinked\Controller\RecruitmentSelectionVacancyController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionVacancyFactory::class,
6642
            \LeadersLinked\Controller\RecruitmentSelectionVacancyController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionVacancyFactory::class,
6368
            \LeadersLinked\Controller\RecruitmentSelectionCandidateController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionCandidateFactory::class,
6643
            \LeadersLinked\Controller\RecruitmentSelectionCandidateController::class => \LeadersLinked\Factory\Controller\RecruitmentSelectionCandidateFactory::class,
-
 
6644
            */
6369
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
6645
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
6370
            \LeadersLinked\Controller\CompanyController::class => \LeadersLinked\Factory\Controller\CompanyControllerFactory::class,
6646
            \LeadersLinked\Controller\CompanyController::class => \LeadersLinked\Factory\Controller\CompanyControllerFactory::class,
6371
            \LeadersLinked\Controller\CompanySizeController::class => \LeadersLinked\Factory\Controller\CompanySizeControllerFactory::class,
6647
            \LeadersLinked\Controller\CompanySizeController::class => \LeadersLinked\Factory\Controller\CompanySizeControllerFactory::class,
6372
            \LeadersLinked\Controller\CountriesController::class => \LeadersLinked\Factory\Controller\CountriesControllerFactory::class,
6648
            \LeadersLinked\Controller\CountriesController::class => \LeadersLinked\Factory\Controller\CountriesControllerFactory::class,
Línea 6468... Línea 6744...
6468
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
6744
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
6469
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
6745
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
Línea 6470... Línea 6746...
6470
        
6746
        
6471
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
6747
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
-
 
6748
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
Línea 6472... Línea 6749...
6472
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
6749
            \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class  => \LeadersLinked\Factory\Controller\ActivityCenterRecruitmentSelectionControllerFactory::class,
6473
            
6750
            
Línea 6474... Línea 6751...
6474
            \LeadersLinked\Controller\MyCoachController::Class  => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
6751
            \LeadersLinked\Controller\MyCoachController::Class  => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
Línea 6483... Línea 6760...
6483
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6760
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6484
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
6761
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
6485
            '\LeadersLinked\Controller\FeedController' => \LeadersLinked\Controller\FeedController::class,
6762
            '\LeadersLinked\Controller\FeedController' => \LeadersLinked\Controller\FeedController::class,
6486
            '\LeadersLinked\Controller\JobController' => \LeadersLinked\Controller\JobController::class,
6763
            '\LeadersLinked\Controller\JobController' => \LeadersLinked\Controller\JobController::class,
6487
            '\LeadersLinked\Controller\RecruitmentSelectionController' => \LeadersLinked\Controller\RecruitmentSelectionController::class,
6764
            '\LeadersLinked\Controller\RecruitmentSelectionController' => \LeadersLinked\Controller\RecruitmentSelectionController::class,
-
 
6765
            '\LeadersLinked\Controller\RecruitmentSelectionApplicationController' => \LeadersLinked\Controller\RecruitmentSelectionApplicationController::class,
6488
            '\LeadersLinked\Controller\RecruitmentSelectionVacancyController' => \LeadersLinked\Controller\RecruitmentSelectionVacancyController::class,
6766
            '\LeadersLinked\Controller\RecruitmentSelectionVacancyController' => \LeadersLinked\Controller\RecruitmentSelectionVacancyController::class,
6489
            '\LeadersLinked\Controller\RecruitmentSelectionCandidateController' => \LeadersLinked\Controller\RecruitmentSelectionCandidateController::class,
6767
            '\LeadersLinked\Controller\RecruitmentSelectionFileController' => \LeadersLinked\Controller\RecruitmentSelectionFileController::class,
6490
            '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController' => \LeadersLinked\Controller\RecruitmentSelectionInterviewFormController::class,
-
 
6491
            '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController' => \LeadersLinked\Controller\RecruitmentSelectionInterviewFileController::class,
6768
            '\LeadersLinked\Controller\RecruitmentSelectionInterviewController' => \LeadersLinked\Controller\RecruitmentSelectionInterviewController::class,
6492
            '\LeadersLinked\Controller\ProfileController' => \LeadersLinked\Controller\ProfileController::class,
6769
            '\LeadersLinked\Controller\ProfileController' => \LeadersLinked\Controller\ProfileController::class,
6493
            '\LeadersLinked\Controller\CompanyController' => \LeadersLinked\Controller\CompanyController::class,
6770
            '\LeadersLinked\Controller\CompanyController' => \LeadersLinked\Controller\CompanyController::class,
6494
            '\LeadersLinked\Controller\CompanySizeController' => \LeadersLinked\Controller\CompanySizeController::class,
6771
            '\LeadersLinked\Controller\CompanySizeController' => \LeadersLinked\Controller\CompanySizeController::class,
6495
            '\LeadersLinked\Controller\CompetencyTypeController' => \LeadersLinked\Controller\CompetencyTypeController::class,
6772
            '\LeadersLinked\Controller\CompetencyTypeController' => \LeadersLinked\Controller\CompetencyTypeController::class,
6496
            '\LeadersLinked\Controller\BehaviorsController' => \LeadersLinked\Controller\BehaviorsController::class,
6773
            '\LeadersLinked\Controller\BehaviorsController' => \LeadersLinked\Controller\BehaviorsController::class,
Línea 6587... Línea 6864...
6587
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
6864
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
6588
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
6865
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
Línea 6589... Línea 6866...
6589
            
6866
            
6590
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
6867
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
-
 
6868
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
6591
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
6869
            '\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController' => \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class,
6592
        
-
 
Línea 6593... Línea 6870...
6593
        
6870
            
6594
        
6871