Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15401 Rev 15442
Línea 162... Línea 162...
162
                            ]
162
                            ]
163
                        ]
163
                        ]
164
                    ],
164
                    ],
165
                ],
165
                ],
166
            ],
166
            ],
-
 
167
            
-
 
168
            'activities-center' => [
-
 
169
                'type' => Literal::class,
-
 
170
                'options' => [
-
 
171
                    'route' => '/activities-center',
-
 
172
                    'defaults' => [
-
 
173
                        'controller' => '\LeadersLinked\Controller\ActivityCenterController',
-
 
174
                        'action' => 'index'
-
 
175
                    ]
-
 
176
                ],
-
 
177
                'may_terminate' => true,
-
 
178
                'child_routes' => [
-
 
179
                    'performance-evaluation' => [
-
 
180
                        'type' => Literal::class,
-
 
181
                        'options' => [
-
 
182
                            'route' => '/performance-evaluation',
-
 
183
                            'defaults' => [
-
 
184
                                'controller' => '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController',
-
 
185
                                'action' => 'index'
-
 
186
                            ]
-
 
187
                        ],
-
 
188
                        'may_terminate' => true,
-
 
189
                        'child_routes' => [
-
 
190
                            'take-a-test' => [
-
 
191
                                'type' => Segment::class,
-
 
192
                                'options' => [
-
 
193
                                    'route' => '/take-a-test/:id',
-
 
194
                                    'constraints' => [
-
 
195
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
196
                                    ],
-
 
197
                                    'defaults' => [
-
 
198
                                        'controller' => '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController',
-
 
199
                                        'action' => 'takeaTest'
-
 
200
                                    ]
-
 
201
                                ]
-
 
202
                            ],
-
 
203
                            'report' => [
-
 
204
                                'type' => Segment::class,
-
 
205
                                'options' => [
-
 
206
                                    'route' => '/report/:id',
-
 
207
                                    'constraints' => [
-
 
208
                                        'id' => '[A-Za-z0-9\-]+\=*'
167
            /*             * *** END TEST **** */
209
                                    ],
-
 
210
                                    'defaults' => [
-
 
211
                                        'controller' =>'\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController',
-
 
212
                                        'action' => 'report'
-
 
213
                                    ]
-
 
214
                                ]
-
 
215
                            ],
-
 
216
                        ]    
-
 
217
                    ],
-
 
218
                   
-
 
219
                ]    
-
 
220
            ], 
Línea 168... Línea 221...
168
 
221
 
169
            /*             * * START COMPANIES ** */
222
            /*             * * START COMPANIES ** */
170
            'companies' => [
223
            'companies' => [
171
                'type' => Literal::class,
224
                'type' => Literal::class,
Línea 2324... Línea 2377...
2324
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
2377
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
2325
                                        'action' => 'delete'
2378
                                        'action' => 'delete'
2326
                                    ]
2379
                                    ]
2327
                                ]
2380
                                ]
2328
                            ],
2381
                            ],
2329
                            'job-decription' => [
2382
                            'active' => [
2330
                                'type' => Literal::class,
2383
                                'type' => Segment::class,
2331
                                'options' => [
2384
                                'options' => [
-
 
2385
                                    'route' => '/active/:id',
-
 
2386
                                    'constraints' => [
-
 
2387
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2388
                                    ],
-
 
2389
                                    'defaults' => [
-
 
2390
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
-
 
2391
                                        'action' => 'active'
-
 
2392
                                    ]
-
 
2393
                                ]
-
 
2394
                            ],
-
 
2395
                            'inactive' => [
-
 
2396
                                'type' => Segment::class,
-
 
2397
                                'options' => [
-
 
2398
                                    'route' => '/inactive/:id',
-
 
2399
                                    'constraints' => [
-
 
2400
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2401
                                    ],
-
 
2402
                                    'defaults' => [
-
 
2403
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
-
 
2404
                                        'action' => 'inactive'
-
 
2405
                                    ]
-
 
2406
                                ]
-
 
2407
                            ],
-
 
2408
                            'job-description' => [
-
 
2409
                                'type' => Segment::class,
-
 
2410
                                'options' => [
2332
                                    'route' => '/job-decription',
2411
                                    'route' => '/job-description/:id',
2333
 
-
 
-
 
2412
                                    'constraints' => [
-
 
2413
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
2414
                                    ],
2334
                                    'defaults' => [
2415
                                    'defaults' => [
2335
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
2416
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
2336
                                        'action' => 'jobDescription'
2417
                                        'action' => 'jobDescription'
2337
                                    ]
2418
                                    ]
2338
                                ]
2419
                                ]
Línea 2350... Línea 2431...
2350
                                    ]
2431
                                    ]
2351
                                ]
2432
                                ]
2352
                            ],
2433
                            ],
2353
                        ]
2434
                        ]
2354
                    ],
2435
                    ],
2355
                    'tests' => [
2436
                    'evaluations' => [
2356
                        'type' => Literal::class,
2437
                        'type' => Literal::class,
2357
                        'options' => [
2438
                        'options' => [
2358
                            'route' => '/tests',
2439
                            'route' => '/evaluations',
2359
                            'defaults' => [
2440
                            'defaults' => [
2360
                                'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2441
                                'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2361
                                'action' => 'index'
2442
                                'action' => 'index'
2362
                            ]
2443
                            ]
2363
                        ],
2444
                        ],
Línea 2384... Línea 2465...
2384
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2465
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2385
                                        'action' => 'delete'
2466
                                        'action' => 'delete'
2386
                                    ]
2467
                                    ]
2387
                                ]
2468
                                ]
2388
                            ],
2469
                            ],
2389
                            'self' => [
-
 
2390
                                'type' => Segment::class,
-
 
2391
                                'options' => [
-
 
2392
                                    'route' => '/self/:id',
-
 
2393
                                    'constraints' => [
-
 
2394
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
2395
                                    ],
-
 
2396
                                    'defaults' => [
-
 
2397
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
-
 
2398
                                        'action' => 'self'
-
 
2399
                                    ]
-
 
2400
                                ]
-
 
2401
                            ],
-
 
2402
                            'both' => [
-
 
2403
                                'type' => Segment::class,
-
 
2404
                                'options' => [
-
 
2405
                                    'route' => '/both/:id',
-
 
2406
                                    'constraints' => [
-
 
2407
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
2408
                                    ],
-
 
2409
                                    'defaults' => [
-
 
2410
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
-
 
2411
                                        'action' => 'both'
-
 
2412
                                    ]
-
 
2413
                                ]
-
 
2414
                            ],
-
 
2415
                            'superviser' => [
-
 
2416
                                'type' => Segment::class,
-
 
2417
                                'options' => [
-
 
2418
                                    'route' => '/superviser/:id',
-
 
2419
                                    'constraints' => [
-
 
2420
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
2421
                                    ],
-
 
2422
                                    'defaults' => [
-
 
2423
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
-
 
2424
                                        'action' => 'superviser'
-
 
2425
                                    ]
-
 
2426
                                ]
-
 
2427
                            ],
-
 
2428
                            'report-self' =>[
-
 
2429
                                'type' => Segment::class,
-
 
2430
                                'options' => [
-
 
2431
                                    'route' => '/report-self/:id',
-
 
2432
                                    'constraints' => [
-
 
2433
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2434
                                    ],
-
 
2435
                                    'defaults' => [
-
 
2436
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
-
 
2437
                                        'action' => 'reportSelf',
-
 
2438
                                    ],
-
 
2439
                                ],
-
 
2440
                            ],
-
 
2441
                            'report-both' =>[
2470
                            'report' =>[
2442
                                'type' => Segment::class,
-
 
2443
                                'options' => [
-
 
2444
                                    'route' => '/report-both/:id',
-
 
2445
                                    'constraints' => [
-
 
2446
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2447
                                    ],
-
 
2448
                                    'defaults' => [
-
 
2449
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
-
 
2450
                                        'action' => 'reportBoth',
-
 
2451
                                    ],
-
 
2452
                                ],
-
 
2453
                            ],
-
 
2454
                            'report-superviser' =>[
-
 
2455
                                'type' => Segment::class,
2471
                                'type' => Segment::class,
2456
                                'options' => [
2472
                                'options' => [
2457
                                    'route' => '/report-superviser/:id',
2473
                                    'route' => '/report/:id',
2458
                                    'constraints' => [
2474
                                    'constraints' => [
2459
                                        'id' => '[A-Za-z0-9\-]+\=*'
2475
                                        'id' => '[A-Za-z0-9\-]+\=*'
2460
                                    ],
2476
                                    ],
2461
                                    'defaults' => [
2477
                                    'defaults' => [
2462
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2478
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2463
                                        'action' => 'reportSupervisor',
2479
                                        'action' => 'report',
2464
                                    ],
2480
                                    ],
2465
                                ],
2481
                                ],
2466
                            ],
2482
                            ],
2467
                            'user-by-email' => [
-
 
2468
                                'type' => Literal::class,
-
 
2469
                                'options' => [
-
 
2470
                                    'route' => '/user-by-email',
-
 
2471
                                    'defaults' => [
-
 
2472
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionCandidateController',
-
 
2473
                                        'action' => 'email'
-
 
2474
                                    ]
-
 
2475
                                ]
-
 
2476
                            ],      
-
 
2477
                        ]
2483
                        ]
2478
                    ],
2484
                    ],
2479
                ]
2485
                ]
2480
            ],
2486
            ],
-
 
2487
            
2481
            /*             * * END PERFORMANCE EVALUATION ** */
2488
            /*             * * END PERFORMANCE EVALUATION ** */
Línea 2482... Línea 2489...
2482
 
2489
 
-
 
2490
            /* START JOBS DESCRIPTION */
2483
            /*             * * START SETTINGS ** */
2491
            
2484
            'settings' => [
2492
            'jobs-description' => [
2485
                'type' => Literal::class,
2493
                'type' => Literal::class,
2486
                'options' => [
2494
                'options' => [
2487
                    'route' => '/settings',
2495
                    'route' => '/jobs-description',
2488
                    'defaults' => [
2496
                    'defaults' => [
2489
                        'controller' => '\LeadersLinked\Controller\DashboardController',
2497
                        'controller' => '\LeadersLinked\Controller\JobDescriptionController',
2490
                        'action' => 'index'
2498
                        'action' => 'index'
2491
                    ]
2499
                    ]
2492
                ],
2500
                ],
2493
                'may_terminate' => true,
2501
                'may_terminate' => true,
2494
                'child_routes' => [
2502
                'child_routes' => [
2495
                    'my-private-network' => [
2503
                    'add' => [
2496
                        'type' => Literal::class,
2504
                        'type' => Literal::class,
2497
                        'options' => [
2505
                        'options' => [
2498
                            'route' => '/my-private-network',
2506
                            'route' => '/add',
2499
                            'defaults' => [
2507
                            'defaults' => [
2500
                                'controller' => '\LeadersLinked\Controller\MyPrivateNetworkController',
2508
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
2501
                                'action' => 'index'
2509
                                'action' => 'add'
2502
                            ]
-
 
2503
                        ],
-
 
2504
                        'may_terminate' => true,
-
 
2505
                        'child_routes' => [
-
 
2506
                            'intro' => [
-
 
2507
                                'type' => Literal::class,
-
 
2508
                                'options' => [
-
 
2509
                                    'route' => '/intro',
-
 
2510
                                    'defaults' => [
-
 
2511
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2512
                                        'action' => 'intro'
-
 
2513
                                    ]
-
 
2514
                                ]
-
 
2515
                            ],
-
 
2516
                            'calendar' => [
-
 
2517
                                'type' => Literal::class,
-
 
2518
                                'options' => [
-
 
2519
                                    'route' => '/calendar',
-
 
2520
                                    'defaults' => [
-
 
2521
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2522
                                        'action' => 'calendar'
-
 
2523
                                    ]
-
 
2524
                                ]
-
 
2525
                            ],
-
 
2526
                            'styles-and-colors' => [
-
 
2527
                                'type' => Literal::class,
-
 
2528
                                'options' => [
-
 
2529
                                    'route' => '/styles-and-colors',
-
 
2530
                                    'defaults' => [
-
 
2531
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2532
                                        'action' => 'stylesAndColors'
-
 
2533
                                    ]
-
 
2534
                                ]
-
 
2535
                            ],
-
 
2536
                            'navbar' => [
-
 
2537
                                'type' => Literal::class,
-
 
2538
                                'options' => [
-
 
2539
                                    'route' => '/navbar',
-
 
2540
                                    'defaults' => [
-
 
2541
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2542
                                        'action' => 'navbar'
-
 
2543
                                    ]
-
 
2544
                                ]
-
 
2545
                            ],
-
 
2546
                            'favicon' => [
-
 
2547
                                'type' => Literal::class,
-
 
2548
                                'options' => [
-
 
2549
                                    'route' => '/favicon',
-
 
2550
                                    'defaults' => [
-
 
2551
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2552
                                        'action' => 'favicon'
-
 
2553
                                    ]
-
 
2554
                                ]
-
 
2555
                            ],
-
 
2556
                            'logo' => [
-
 
2557
                                'type' => Literal::class,
-
 
2558
                                'options' => [
-
 
2559
                                    'route' => '/logo',
-
 
2560
                                    'defaults' => [
-
 
2561
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2562
                                        'action' => 'logo'
-
 
2563
                                    ]
-
 
2564
                                ]
-
 
2565
                            ],
-
 
2566
                            
-
 
2567
                            
-
 
2568
                            
2510
                            ]
2569
                        ]
2511
                        ]
2570
                    ],
-
 
2571
                    
2512
                    ],
2572
                    'private-networks' => [
2513
                    'edit' => [
2573
                        'type' => Literal::class,
2514
                        'type' => Segment::class,
2574
                        'options' => [
2515
                        'options' => [
-
 
2516
                            'route' => '/edit/:id',
-
 
2517
                            'constraints' => [
-
 
2518
                                'id' => '[A-Za-z0-9\-]+\=*'
2575
                            'route' => '/private-networks',
2519
                            ],
2576
                            'defaults' => [
2520
                            'defaults' => [
2577
                                'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2521
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
2578
                                'action' => 'index'
2522
                                'action' => 'edit'
2579
                            ]
2523
                            ]
2580
                        ],
-
 
2581
                        'may_terminate' => true,
2524
                        ]
2582
                        'child_routes' => [
2525
                    ],
2583
                            'add' => [
2526
                    'delete' => [
2584
                                'type' => Literal::class,
2527
                        'type' => Segment::class,
2585
                                'options' => [
2528
                        'options' => [
2586
                                    'route' => '/add',
2529
                            'route' => '/delete/:id',
2587
                                    'defaults' => [
-
 
2588
                                        'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2530
                            'constraints' => [
2589
                                        'action' => 'add'
-
 
2590
                                    ]
-
 
2591
                                ]
2531
                                'id' => '[A-Za-z0-9\-]+\=*'
2592
                            ],
2532
                            ],
2593
                            'edit' => [
2533
                            'defaults' => [
2594
                                'type' => Segment::class,
2534
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
2595
                                'options' => [
2535
                                'action' => 'delete'
2596
                                    'route' => '/edit/:id',
2536
                            ]
2597
                                    'constraints' => [
2537
                        ]
2598
                                        'id' => '[A-Za-z0-9\-]+\=*'
2538
                    ],
2599
                                    ],
2539
                    'report' => [
2600
                                    'defaults' => [
2540
                        'type' => Segment::class,
2601
                                        'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2541
                        'options' => [
2602
                                        'action' => 'edit'
2542
                            'route' => '/report/:id',
2603
                                    ]
2543
                            'constraints' => [
2604
                                ]
2544
                                'id' => '[A-Za-z0-9\-]+\=*'
2605
                            ],
2545
                            ],
2606
                            'delete' => [
-
 
2607
                                'type' => Segment::class,
-
 
2608
                                'options' => [
-
 
2609
                                    'route' => '/delete/:id',
-
 
2610
                                    'constraints' => [
-
 
2611
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2612
                                    ],
-
 
2613
                                    'defaults' => [
2546
                            'defaults' => [
2614
                                        'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2547
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
2615
                                        'action' => 'delete'
-
 
2616
                                    ]
-
 
2617
                                ]
2548
                                'action' => 'report'
2618
                            ]
2549
                            ]
2619
                        ]
2550
                        ]
2620
                    ],
2551
                    ],
2621
                    'company-sizes' => [
2552
                    'import' => [
2622
                        'type' => Literal::class,
2553
                        'type' => Literal::class,
2623
                        'options' => [
2554
                        'options' => [
2624
                            'route' => '/company-sizes',
2555
                            'route' => '/import',
2625
                            'defaults' => [
2556
                            'defaults' => [
2626
                                'controller' => '\LeadersLinked\Controller\CompanySizeController',
2557
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
2627
                                'action' => 'index'
-
 
2628
                            ]
-
 
2629
                        ],
-
 
2630
                        'may_terminate' => true,
-
 
2631
                        'child_routes' => [
-
 
2632
                            'add' => [
-
 
2633
                                'type' => Literal::class,
-
 
2634
                                'options' => [
-
 
2635
                                    'route' => '/add',
-
 
2636
                                    'defaults' => [
-
 
2637
                                        'controller' => '\LeadersLinked\Controller\CompanySizeController',
-
 
2638
                                        'action' => 'add'
-
 
2639
                                    ]
-
 
2640
                                ]
-
 
2641
                            ],
-
 
2642
                            'edit' => [
-
 
2643
                                'type' => Segment::class,
-
 
2644
                                'options' => [
-
 
2645
                                    'route' => '/edit/:id',
-
 
2646
                                    'constraints' => [
-
 
2647
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2648
                                    ],
-
 
2649
                                    'defaults' => [
-
 
2650
                                        'controller' => '\LeadersLinked\Controller\CompanySizeController',
-
 
2651
                                        'action' => 'edit'
-
 
2652
                                    ]
-
 
2653
                                ]
-
 
2654
                            ],
-
 
2655
                            'delete' => [
-
 
2656
                                'type' => Segment::class,
-
 
2657
                                'options' => [
-
 
2658
                                    'route' => '/delete/:id',
-
 
2659
                                    'constraints' => [
-
 
2660
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2661
                                    ],
-
 
2662
                                    'defaults' => [
-
 
2663
                                        'controller' => '\LeadersLinked\Controller\CompanySizeController',
-
 
2664
                                        'action' => 'delete'
-
 
2665
                                    ]
-
 
2666
                                ]
2558
                                'action' => 'import'
2667
                            ]
2559
                            ]
2668
                        ]
2560
                        ]
2669
                    ],
2561
                    ],
2670
                    'competency-types' => [
2562
                    'competency-types' => [
Línea 2897... Línea 2789...
2897
                                    ],
2789
                                    ],
2898
                                ]
2790
                                ]
2899
                            ],
2791
                            ],
2900
                        ]
2792
                        ]
2901
                    ],
2793
                    ],
-
 
2794
                ]
-
 
2795
            ],
-
 
2796
            
-
 
2797
            /* END JOBS DESCRIPTION */
-
 
2798
            
-
 
2799
            
-
 
2800
            /*             * * START SETTINGS ** */
-
 
2801
            'settings' => [
-
 
2802
                'type' => Literal::class,
-
 
2803
                'options' => [
-
 
2804
                    'route' => '/settings',
-
 
2805
                    'defaults' => [
-
 
2806
                        'controller' => '\LeadersLinked\Controller\DashboardController',
-
 
2807
                        'action' => 'index'
-
 
2808
                    ]
-
 
2809
                ],
-
 
2810
                'may_terminate' => true,
-
 
2811
                'child_routes' => [
-
 
2812
                    'my-private-network' => [
-
 
2813
                        'type' => Literal::class,
-
 
2814
                        'options' => [
-
 
2815
                            'route' => '/my-private-network',
-
 
2816
                            'defaults' => [
-
 
2817
                                'controller' => '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2818
                                'action' => 'index'
-
 
2819
                            ]
-
 
2820
                        ],
-
 
2821
                        'may_terminate' => true,
-
 
2822
                        'child_routes' => [
-
 
2823
                            'intro' => [
-
 
2824
                                'type' => Literal::class,
-
 
2825
                                'options' => [
-
 
2826
                                    'route' => '/intro',
-
 
2827
                                    'defaults' => [
-
 
2828
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2829
                                        'action' => 'intro'
-
 
2830
                                    ]
-
 
2831
                                ]
-
 
2832
                            ],
-
 
2833
                            'calendar' => [
-
 
2834
                                'type' => Literal::class,
-
 
2835
                                'options' => [
-
 
2836
                                    'route' => '/calendar',
-
 
2837
                                    'defaults' => [
-
 
2838
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2839
                                        'action' => 'calendar'
-
 
2840
                                    ]
-
 
2841
                                ]
-
 
2842
                            ],
-
 
2843
                            'styles-and-colors' => [
-
 
2844
                                'type' => Literal::class,
-
 
2845
                                'options' => [
-
 
2846
                                    'route' => '/styles-and-colors',
-
 
2847
                                    'defaults' => [
-
 
2848
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2849
                                        'action' => 'stylesAndColors'
-
 
2850
                                    ]
-
 
2851
                                ]
-
 
2852
                            ],
-
 
2853
                            'navbar' => [
-
 
2854
                                'type' => Literal::class,
-
 
2855
                                'options' => [
-
 
2856
                                    'route' => '/navbar',
-
 
2857
                                    'defaults' => [
-
 
2858
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2859
                                        'action' => 'navbar'
-
 
2860
                                    ]
-
 
2861
                                ]
-
 
2862
                            ],
-
 
2863
                            'favicon' => [
-
 
2864
                                'type' => Literal::class,
-
 
2865
                                'options' => [
-
 
2866
                                    'route' => '/favicon',
-
 
2867
                                    'defaults' => [
-
 
2868
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2869
                                        'action' => 'favicon'
-
 
2870
                                    ]
-
 
2871
                                ]
-
 
2872
                            ],
-
 
2873
                            'logo' => [
-
 
2874
                                'type' => Literal::class,
-
 
2875
                                'options' => [
-
 
2876
                                    'route' => '/logo',
-
 
2877
                                    'defaults' => [
-
 
2878
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2879
                                        'action' => 'logo'
-
 
2880
                                    ]
-
 
2881
                                ]
-
 
2882
                            ],
-
 
2883
                            
-
 
2884
                            
-
 
2885
                            
-
 
2886
                        ]
-
 
2887
                    ],
Línea 2902... Línea 2888...
2902
                    
2888
                    
2903
                    'degrees' => [
2889
                    'private-networks' => [
2904
                        'type' => Literal::class,
2890
                        'type' => Literal::class,
2905
                        'options' => [
2891
                        'options' => [
2906
                            'route' => '/degrees',
2892
                            'route' => '/private-networks',
2907
                            'defaults' => [
2893
                            'defaults' => [
2908
                                'controller' => '\LeadersLinked\Controller\DegreeController',
2894
                                'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2909
                                'action' => 'index'
2895
                                'action' => 'index'
2910
                            ]
2896
                            ]
2911
                        ],
2897
                        ],
2912
                        'may_terminate' => true,
2898
                        'may_terminate' => true,
2913
                        'child_routes' => [
2899
                        'child_routes' => [
2914
                            'add' => [
2900
                            'add' => [
2915
                                'type' => Literal::class,
2901
                                'type' => Literal::class,
2916
                                'options' => [
2902
                                'options' => [
2917
                                    'route' => '/add',
2903
                                    'route' => '/add',
2918
                                    'defaults' => [
2904
                                    'defaults' => [
2919
                                        'controller' => '\LeadersLinked\Controller\DegreeController',
2905
                                        'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2920
                                        'action' => 'add'
2906
                                        'action' => 'add'
2921
                                    ]
2907
                                    ]
2922
                                ]
2908
                                ]
2923
                            ],
2909
                            ],
Línea 2927... Línea 2913...
2927
                                    'route' => '/edit/:id',
2913
                                    'route' => '/edit/:id',
2928
                                    'constraints' => [
2914
                                    'constraints' => [
2929
                                        'id' => '[A-Za-z0-9\-]+\=*'
2915
                                        'id' => '[A-Za-z0-9\-]+\=*'
2930
                                    ],
2916
                                    ],
2931
                                    'defaults' => [
2917
                                    'defaults' => [
2932
                                        'controller' => '\LeadersLinked\Controller\DegreeController',
2918
                                        'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2933
                                        'action' => 'edit'
2919
                                        'action' => 'edit'
2934
                                    ]
2920
                                    ]
2935
                                ]
2921
                                ]
2936
                            ],
2922
                            ],
2937
                            'delete' => [
2923
                            'delete' => [
Línea 2940... Línea 2926...
2940
                                    'route' => '/delete/:id',
2926
                                    'route' => '/delete/:id',
2941
                                    'constraints' => [
2927
                                    'constraints' => [
2942
                                        'id' => '[A-Za-z0-9\-]+\=*'
2928
                                        'id' => '[A-Za-z0-9\-]+\=*'
2943
                                    ],
2929
                                    ],
2944
                                    'defaults' => [
2930
                                    'defaults' => [
2945
                                        'controller' => '\LeadersLinked\Controller\DegreeController',
2931
                                        'controller' => '\LeadersLinked\Controller\PrivateNetworksController',
2946
                                        'action' => 'delete'
2932
                                        'action' => 'delete'
2947
                                    ]
2933
                                    ]
2948
                                ]
2934
                                ]
2949
                            ]
2935
                            ]
2950
                        ]
2936
                        ]
2951
                    ],
2937
                    ],
2952
                    'group-types' => [
2938
                    'company-sizes' => [
2953
                        'type' => Literal::class,
2939
                        'type' => Literal::class,
2954
                        'options' => [
2940
                        'options' => [
2955
                            'route' => '/competency-types',
2941
                            'route' => '/company-sizes',
2956
                            'defaults' => [
2942
                            'defaults' => [
2957
                                'controller' => '\LeadersLinked\Controller\GroupTypeController',
2943
                                'controller' => '\LeadersLinked\Controller\CompanySizeController',
2958
                                'action' => 'index'
2944
                                'action' => 'index'
2959
                            ]
2945
                            ]
2960
                        ],
2946
                        ],
2961
                        'may_terminate' => true,
2947
                        'may_terminate' => true,
2962
                        'child_routes' => [
2948
                        'child_routes' => [
2963
                            'add' => [
2949
                            'add' => [
2964
                                'type' => Literal::class,
2950
                                'type' => Literal::class,
2965
                                'options' => [
2951
                                'options' => [
2966
                                    'route' => '/add',
2952
                                    'route' => '/add',
2967
                                    'defaults' => [
2953
                                    'defaults' => [
2968
                                        'controller' => '\LeadersLinked\Controller\GroupTypeController',
2954
                                        'controller' => '\LeadersLinked\Controller\CompanySizeController',
2969
                                        'action' => 'add'
2955
                                        'action' => 'add'
2970
                                    ]
2956
                                    ]
2971
                                ]
2957
                                ]
2972
                            ],
2958
                            ],
2973
                            'edit' => [
2959
                            'edit' => [
Línea 2976... Línea 2962...
2976
                                    'route' => '/edit/:id',
2962
                                    'route' => '/edit/:id',
2977
                                    'constraints' => [
2963
                                    'constraints' => [
2978
                                        'id' => '[A-Za-z0-9\-]+\=*'
2964
                                        'id' => '[A-Za-z0-9\-]+\=*'
2979
                                    ],
2965
                                    ],
2980
                                    'defaults' => [
2966
                                    'defaults' => [
2981
                                        'controller' => '\LeadersLinked\Controller\GroupTypeController',
2967
                                        'controller' => '\LeadersLinked\Controller\CompanySizeController',
2982
                                        'action' => 'edit'
2968
                                        'action' => 'edit'
2983
                                    ]
2969
                                    ]
2984
                                ]
2970
                                ]
2985
                            ],
2971
                            ],
2986
                            'delete' => [
2972
                            'delete' => [
Línea 2989... Línea 2975...
2989
                                    'route' => '/delete/:id',
2975
                                    'route' => '/delete/:id',
2990
                                    'constraints' => [
2976
                                    'constraints' => [
2991
                                        'id' => '[A-Za-z0-9\-]+\=*'
2977
                                        'id' => '[A-Za-z0-9\-]+\=*'
2992
                                    ],
2978
                                    ],
2993
                                    'defaults' => [
2979
                                    'defaults' => [
2994
                                        'controller' => '\LeadersLinked\Controller\GroupTypeController',
2980
                                        'controller' => '\LeadersLinked\Controller\CompanySizeController',
2995
                                        'action' => 'delete'
2981
                                        'action' => 'delete'
2996
                                    ]
2982
                                    ]
2997
                                ]
2983
                                ]
2998
                            ]
2984
                            ]
2999
                        ]
2985
                        ]
3000
                    ],
2986
                    ],
-
 
2987
                    
-
 
2988
                    
3001
                    'industries' => [
2989
                    'degrees' => [
3002
                        'type' => Literal::class,
2990
                        'type' => Literal::class,
3003
                        'options' => [
2991
                        'options' => [
3004
                            'route' => '/industries',
2992
                            'route' => '/degrees',
3005
                            'defaults' => [
2993
                            'defaults' => [
3006
                                'controller' => '\LeadersLinked\Controller\IndustryController',
2994
                                'controller' => '\LeadersLinked\Controller\DegreeController',
3007
                                'action' => 'index'
2995
                                'action' => 'index'
3008
                            ]
2996
                            ]
3009
                        ],
2997
                        ],
3010
                        'may_terminate' => true,
2998
                        'may_terminate' => true,
3011
                        'child_routes' => [
2999
                        'child_routes' => [
3012
                            'add' => [
3000
                            'add' => [
3013
                                'type' => Literal::class,
3001
                                'type' => Literal::class,
3014
                                'options' => [
3002
                                'options' => [
3015
                                    'route' => '/add',
3003
                                    'route' => '/add',
3016
                                    'defaults' => [
3004
                                    'defaults' => [
3017
                                        'controller' => '\LeadersLinked\Controller\IndustryController',
3005
                                        'controller' => '\LeadersLinked\Controller\DegreeController',
3018
                                        'action' => 'add'
3006
                                        'action' => 'add'
3019
                                    ]
3007
                                    ]
3020
                                ]
3008
                                ]
3021
                            ],
3009
                            ],
3022
                            'edit' => [
3010
                            'edit' => [
Línea 3025... Línea 3013...
3025
                                    'route' => '/edit/:id',
3013
                                    'route' => '/edit/:id',
3026
                                    'constraints' => [
3014
                                    'constraints' => [
3027
                                        'id' => '[A-Za-z0-9\-]+\=*'
3015
                                        'id' => '[A-Za-z0-9\-]+\=*'
3028
                                    ],
3016
                                    ],
3029
                                    'defaults' => [
3017
                                    'defaults' => [
3030
                                        'controller' => '\LeadersLinked\Controller\IndustryController',
3018
                                        'controller' => '\LeadersLinked\Controller\DegreeController',
3031
                                        'action' => 'edit'
3019
                                        'action' => 'edit'
3032
                                    ]
3020
                                    ]
3033
                                ]
3021
                                ]
3034
                            ],
3022
                            ],
3035
                            'delete' => [
3023
                            'delete' => [
Línea 3038... Línea 3026...
3038
                                    'route' => '/delete/:id',
3026
                                    'route' => '/delete/:id',
3039
                                    'constraints' => [
3027
                                    'constraints' => [
3040
                                        'id' => '[A-Za-z0-9\-]+\=*'
3028
                                        'id' => '[A-Za-z0-9\-]+\=*'
3041
                                    ],
3029
                                    ],
3042
                                    'defaults' => [
3030
                                    'defaults' => [
3043
                                        'controller' => '\LeadersLinked\Controller\IndustryController',
3031
                                        'controller' => '\LeadersLinked\Controller\DegreeController',
3044
                                        'action' => 'delete'
3032
                                        'action' => 'delete'
3045
                                    ]
3033
                                    ]
3046
                                ]
3034
                                ]
3047
                            ]
3035
                            ]
3048
                        ]
3036
                        ]
3049
                    ],
3037
                    ],
3050
                    'group-types' => [
3038
                    'group-types' => [
3051
                        'type' => Literal::class,
3039
                        'type' => Literal::class,
3052
                        'options' => [
3040
                        'options' => [
3053
                            'route' => '/group-types',
3041
                            'route' => '/competency-types',
3054
                            'defaults' => [
3042
                            'defaults' => [
3055
                                'controller' => '\LeadersLinked\Controller\GroupTypeController',
3043
                                'controller' => '\LeadersLinked\Controller\GroupTypeController',
3056
                                'action' => 'index'
3044
                                'action' => 'index'
3057
                            ]
3045
                            ]
3058
                        ],
3046
                        ],
Línea 3094... Línea 3082...
3094
                                    ]
3082
                                    ]
3095
                                ]
3083
                                ]
3096
                            ]
3084
                            ]
3097
                        ]
3085
                        ]
3098
                    ],
3086
                    ],
3099
                    'job-categories' => [
3087
                    'industries' => [
3100
                        'type' => Literal::class,
3088
                        'type' => Literal::class,
3101
                        'options' => [
3089
                        'options' => [
3102
                            'route' => '/job-categories',
3090
                            'route' => '/industries',
3103
                            'defaults' => [
3091
                            'defaults' => [
3104
                                'controller' => '\LeadersLinked\Controller\JobCategoryController',
3092
                                'controller' => '\LeadersLinked\Controller\IndustryController',
3105
                                'action' => 'index'
3093
                                'action' => 'index'
3106
                            ]
3094
                            ]
3107
                        ],
3095
                        ],
3108
                        'may_terminate' => true,
3096
                        'may_terminate' => true,
3109
                        'child_routes' => [
3097
                        'child_routes' => [
3110
                            'add' => [
3098
                            'add' => [
3111
                                'type' => Literal::class,
3099
                                'type' => Literal::class,
3112
                                'options' => [
3100
                                'options' => [
3113
                                    'route' => '/add',
3101
                                    'route' => '/add',
3114
                                    'defaults' => [
3102
                                    'defaults' => [
3115
                                        'controller' => '\LeadersLinked\Controller\JobCategoryController',
3103
                                        'controller' => '\LeadersLinked\Controller\IndustryController',
3116
                                        'action' => 'add'
3104
                                        'action' => 'add'
3117
                                    ]
3105
                                    ]
3118
                                ]
3106
                                ]
3119
                            ],
3107
                            ],
3120
                            'edit' => [
3108
                            'edit' => [
Línea 3123... Línea 3111...
3123
                                    'route' => '/edit/:id',
3111
                                    'route' => '/edit/:id',
3124
                                    'constraints' => [
3112
                                    'constraints' => [
3125
                                        'id' => '[A-Za-z0-9\-]+\=*'
3113
                                        'id' => '[A-Za-z0-9\-]+\=*'
3126
                                    ],
3114
                                    ],
3127
                                    'defaults' => [
3115
                                    'defaults' => [
3128
                                        'controller' => '\LeadersLinked\Controller\JobCategoryController',
3116
                                        'controller' => '\LeadersLinked\Controller\IndustryController',
3129
                                        'action' => 'edit'
3117
                                        'action' => 'edit'
3130
                                    ]
3118
                                    ]
3131
                                ]
3119
                                ]
3132
                            ],
3120
                            ],
3133
                            'delete' => [
3121
                            'delete' => [
Línea 3136... Línea 3124...
3136
                                    'route' => '/delete/:id',
3124
                                    'route' => '/delete/:id',
3137
                                    'constraints' => [
3125
                                    'constraints' => [
3138
                                        'id' => '[A-Za-z0-9\-]+\=*'
3126
                                        'id' => '[A-Za-z0-9\-]+\=*'
3139
                                    ],
3127
                                    ],
3140
                                    'defaults' => [
3128
                                    'defaults' => [
3141
                                        'controller' => '\LeadersLinked\Controller\JobCategoryController',
3129
                                        'controller' => '\LeadersLinked\Controller\IndustryController',
3142
                                        'action' => 'delete'
3130
                                        'action' => 'delete'
3143
                                    ]
3131
                                    ]
3144
                                ]
3132
                                ]
3145
                            ]
3133
                            ]
3146
                        ]
3134
                        ]
3147
                    ],
3135
                    ],
3148
                    'jobs-description' => [
3136
                    'group-types' => [
3149
                        'type' => Literal::class,
3137
                        'type' => Literal::class,
3150
                        'options' => [
3138
                        'options' => [
3151
                            'route' => '/jobs-description',
3139
                            'route' => '/group-types',
3152
                            'defaults' => [
3140
                            'defaults' => [
3153
                                'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3141
                                'controller' => '\LeadersLinked\Controller\GroupTypeController',
3154
                                'action' => 'index'
3142
                                'action' => 'index'
3155
                            ]
3143
                            ]
3156
                        ],
3144
                        ],
3157
                        'may_terminate' => true,
3145
                        'may_terminate' => true,
3158
                        'child_routes' => [
3146
                        'child_routes' => [
3159
                            'add' => [
3147
                            'add' => [
3160
                                'type' => Literal::class,
3148
                                'type' => Literal::class,
3161
                                'options' => [
3149
                                'options' => [
3162
                                    'route' => '/add',
3150
                                    'route' => '/add',
3163
                                    'defaults' => [
3151
                                    'defaults' => [
3164
                                        'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3152
                                        'controller' => '\LeadersLinked\Controller\GroupTypeController',
3165
                                        'action' => 'add'
3153
                                        'action' => 'add'
3166
                                    ]
3154
                                    ]
3167
                                ]
3155
                                ]
3168
                            ],
3156
                            ],
3169
                            'edit' => [
3157
                            'edit' => [
Línea 3172... Línea 3160...
3172
                                    'route' => '/edit/:id',
3160
                                    'route' => '/edit/:id',
3173
                                    'constraints' => [
3161
                                    'constraints' => [
3174
                                        'id' => '[A-Za-z0-9\-]+\=*'
3162
                                        'id' => '[A-Za-z0-9\-]+\=*'
3175
                                    ],
3163
                                    ],
3176
                                    'defaults' => [
3164
                                    'defaults' => [
3177
                                        'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3165
                                        'controller' => '\LeadersLinked\Controller\GroupTypeController',
3178
                                        'action' => 'edit'
3166
                                        'action' => 'edit'
3179
                                    ]
3167
                                    ]
3180
                                ]
3168
                                ]
3181
                            ],
3169
                            ],
3182
                            'delete' => [
3170
                            'delete' => [
Línea 3185... Línea 3173...
3185
                                    'route' => '/delete/:id',
3173
                                    'route' => '/delete/:id',
3186
                                    'constraints' => [
3174
                                    'constraints' => [
3187
                                        'id' => '[A-Za-z0-9\-]+\=*'
3175
                                        'id' => '[A-Za-z0-9\-]+\=*'
3188
                                    ],
3176
                                    ],
3189
                                    'defaults' => [
3177
                                    'defaults' => [
3190
                                        'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3178
                                        'controller' => '\LeadersLinked\Controller\GroupTypeController',
3191
                                        'action' => 'delete'
3179
                                        'action' => 'delete'
3192
                                    ]
3180
                                    ]
3193
                                ]
3181
                                ]
-
 
3182
                            ]
-
 
3183
                        ]
-
 
3184
                    ],
-
 
3185
                    'job-categories' => [
-
 
3186
                        'type' => Literal::class,
-
 
3187
                        'options' => [
-
 
3188
                            'route' => '/job-categories',
-
 
3189
                            'defaults' => [
-
 
3190
                                'controller' => '\LeadersLinked\Controller\JobCategoryController',
-
 
3191
                                'action' => 'index'
-
 
3192
                            ]
-
 
3193
                        ],
-
 
3194
                        'may_terminate' => true,
-
 
3195
                        'child_routes' => [
-
 
3196
                            'add' => [
-
 
3197
                                'type' => Literal::class,
-
 
3198
                                'options' => [
-
 
3199
                                    'route' => '/add',
-
 
3200
                                    'defaults' => [
-
 
3201
                                        'controller' => '\LeadersLinked\Controller\JobCategoryController',
-
 
3202
                                        'action' => 'add'
-
 
3203
                                    ]
-
 
3204
                                ]
3194
                            ],
3205
                            ],
3195
                            'report' => [
3206
                            'edit' => [
3196
                                'type' => Segment::class,
3207
                                'type' => Segment::class,
3197
                                'options' => [
3208
                                'options' => [
3198
                                    'route' => '/report/:id',
3209
                                    'route' => '/edit/:id',
3199
                                    'constraints' => [
3210
                                    'constraints' => [
3200
                                        'id' => '[A-Za-z0-9\-]+\=*'
3211
                                        'id' => '[A-Za-z0-9\-]+\=*'
3201
                                    ],
3212
                                    ],
3202
                                    'defaults' => [
3213
                                    'defaults' => [
3203
                                        'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3214
                                        'controller' => '\LeadersLinked\Controller\JobCategoryController',
3204
                                        'action' => 'report'
3215
                                        'action' => 'edit'
3205
                                    ]
3216
                                    ]
3206
                                ]
3217
                                ]
3207
                            ],
3218
                            ],
3208
                            'import' => [
3219
                            'delete' => [
3209
                                'type' => Literal::class,
3220
                                'type' => Segment::class,
3210
                                'options' => [
3221
                                'options' => [
3211
                                    'route' => '/import',
3222
                                    'route' => '/delete/:id',
-
 
3223
                                    'constraints' => [
-
 
3224
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3225
                                    ],
3212
                                    'defaults' => [
3226
                                    'defaults' => [
3213
                                        'controller' => '\LeadersLinked\Controller\JobDescriptionController',
3227
                                        'controller' => '\LeadersLinked\Controller\JobCategoryController',
3214
                                        'action' => 'import'
3228
                                        'action' => 'delete'
3215
                                    ]
3229
                                    ]
3216
                                ]
3230
                                ]
3217
                            ],
3231
                            ]
3218
                        ]
3232
                        ]
3219
                    ],
3233
                    ],
-
 
3234
                    
3220
                    'email-templates' => [
3235
                    'email-templates' => [
3221
                        'type' => Literal::class,
3236
                        'type' => Literal::class,
3222
                        'options' => [
3237
                        'options' => [
3223
                            'route' => '/email-templates',
3238
                            'route' => '/email-templates',
3224
                            'defaults' => [
3239
                            'defaults' => [
Línea 6289... Línea 6304...
6289
            
6304
            
6290
            \LeadersLinked\Controller\DiscoveryContactController::class => \LeadersLinked\Factory\Controller\DiscoveryContactControllerFactory::class,
6305
            \LeadersLinked\Controller\DiscoveryContactController::class => \LeadersLinked\Factory\Controller\DiscoveryContactControllerFactory::class,
6291
            \LeadersLinked\Controller\DiscoveryContactLogController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactLogControllerFactory::class,
6306
            \LeadersLinked\Controller\DiscoveryContactLogController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactLogControllerFactory::class,
6292
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
6307
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
-
 
6308
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
-
 
6309
        
-
 
6310
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
6293
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
6311
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
6294
        ],
6312
        ],
6295
        'aliases' => [
6313
        'aliases' => [
6296
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6314
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6297
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
6315
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
Línea 6395... Línea 6413...
6395
            
6413
            
6396
            '\LeadersLinked\Controller\DiscoveryContactController' => \LeadersLinked\Controller\DiscoveryContactController::class,
6414
            '\LeadersLinked\Controller\DiscoveryContactController' => \LeadersLinked\Controller\DiscoveryContactController::class,
6397
            '\LeadersLinked\Controller\DiscoveryContactLogController' => \LeadersLinked\Controller\DiscoveryContactLogController::class,
6415
            '\LeadersLinked\Controller\DiscoveryContactLogController' => \LeadersLinked\Controller\DiscoveryContactLogController::class,
6398
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
6416
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
-
 
6417
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
-
 
6418
            
-
 
6419
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
6399
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
6420
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
6400
        ]
6421
        ]
6401
    ],
6422
    ],
6402
    'laminas-cli' => [
6423
    'laminas-cli' => [
6403
        'commands' => [
6424
        'commands' => [