Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4579 Rev 4588
Línea 3565... Línea 3565...
3565
                'may_terminate' => true,
3565
                'may_terminate' => true,
3566
                'child_routes' => [
3566
                'child_routes' => [
3567
                ]
3567
                ]
3568
            ],
3568
            ],
Línea -... Línea 3569...
-
 
3569
            
-
 
3570
            /* copy */
-
 
3571
            'high-performance-teams' => [
-
 
3572
                'type' => Literal::class,
-
 
3573
                'options' => [
-
 
3574
                    'route' => '/group',
-
 
3575
                    'defaults' => [
-
 
3576
                        'controller' => '\LeadersLinked\HighPerformanceTeamsGroupController',
-
 
3577
                        'action' => 'index'
-
 
3578
                    ]
-
 
3579
                ],
-
 
3580
                'may_terminate' => true,
-
 
3581
                'child_routes' => [
-
 
3582
                    'view' => [
-
 
3583
                        'type' => Segment::class,
-
 
3584
                        'options' => [
-
 
3585
                            'route' => '/view/:id',
-
 
3586
                            'constraints' => [
-
 
3587
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3588
                            ],
-
 
3589
                            'defaults' => [
-
 
3590
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3591
                                'action' => 'view'
-
 
3592
                            ]
-
 
3593
                        ]
-
 
3594
                    ],
-
 
3595
                    'request' => [
-
 
3596
                        'type' => Segment::class,
-
 
3597
                        'options' => [
-
 
3598
                            'route' => '/request/:id',
-
 
3599
                            'constraints' => [
-
 
3600
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3601
                            ],
-
 
3602
                            'defaults' => [
-
 
3603
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3604
                                'action' => 'request'
-
 
3605
                            ]
-
 
3606
                        ]
-
 
3607
                    ],
-
 
3608
                    'leave' => [
-
 
3609
                        'type' => Segment::class,
-
 
3610
                        'options' => [
-
 
3611
                            'route' => '/leave/:id',
-
 
3612
                            'constraints' => [
-
 
3613
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3614
                            ],
-
 
3615
                            'defaults' => [
-
 
3616
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3617
                                'action' => 'leave'
-
 
3618
                            ]
-
 
3619
                        ]
-
 
3620
                    ],
-
 
3621
                    'accept' => [
-
 
3622
                        'type' => Segment::class,
-
 
3623
                        'options' => [
-
 
3624
                            'route' => '/accept/:id',
-
 
3625
                            'constraints' => [
-
 
3626
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3627
                            ],
-
 
3628
                            'defaults' => [
-
 
3629
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3630
                                'action' => 'accept'
-
 
3631
                            ]
-
 
3632
                        ]
-
 
3633
                    ],
-
 
3634
                    'cancel' => [
-
 
3635
                        'type' => Segment::class,
-
 
3636
                        'options' => [
-
 
3637
                            'route' => '/cancel/:id',
-
 
3638
                            'constraints' => [
-
 
3639
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3640
                            ],
-
 
3641
                            'defaults' => [
-
 
3642
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3643
                                'action' => 'cancel'
-
 
3644
                            ]
-
 
3645
                        ]
-
 
3646
                    ],
-
 
3647
                    'reject' => [
-
 
3648
                        'type' => Segment::class,
-
 
3649
                        'options' => [
-
 
3650
                            'route' => '/reject/:id',
-
 
3651
                            'constraints' => [
-
 
3652
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3653
                            ],
-
 
3654
                            'defaults' => [
-
 
3655
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3656
                                'action' => 'reject'
-
 
3657
                            ]
-
 
3658
                        ]
-
 
3659
                    ],
-
 
3660
                    'joined-groups' => [
-
 
3661
                        'type' => Literal::class,
-
 
3662
                        'options' => [
-
 
3663
                            'route' => '/joined-groups',
-
 
3664
                            'defaults' => [
-
 
3665
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3666
                                'action' => 'joinedGroups'
-
 
3667
                            ]
-
 
3668
                        ],
-
 
3669
                    ],
-
 
3670
                    'requests-sent' => [
-
 
3671
                        'type' => Literal::class,
-
 
3672
                        'options' => [
-
 
3673
                            'route' => '/requests-sent',
-
 
3674
                            'defaults' => [
-
 
3675
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3676
                                'action' => 'requestsSent'
-
 
3677
                            ]
-
 
3678
                        ],
-
 
3679
                    ],
-
 
3680
                    'invitations-received' => [
-
 
3681
                        'type' => Literal::class,
-
 
3682
                        'options' => [
-
 
3683
                            'route' => '/invitations-received',
-
 
3684
                            'defaults' => [
-
 
3685
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupController',
-
 
3686
                                'action' => 'invitationsReceived'
-
 
3687
                            ]
-
 
3688
                        ],
-
 
3689
                    ],
-
 
3690
                    'my-groups' => [
-
 
3691
                        'type' => Literal::class,
-
 
3692
                        'options' => [
-
 
3693
                            'route' => '/my-groups',
-
 
3694
                            'defaults' => [
-
 
3695
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3696
                                'action' => 'index'
-
 
3697
                            ]
-
 
3698
                        ],
-
 
3699
                        'may_terminate' => true,
-
 
3700
                        'child_routes' => [
-
 
3701
                            'add' => [
-
 
3702
                                'type' => Literal::class,
-
 
3703
                                'options' => [
-
 
3704
                                    'route' => '/add',
-
 
3705
                                    'defaults' => [
-
 
3706
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3707
                                        'action' => 'add'
-
 
3708
                                    ]
-
 
3709
                                ]
-
 
3710
                            ],
-
 
3711
                            'edit' => [
-
 
3712
                                'type' => Segment::class,
-
 
3713
                                'options' => [
-
 
3714
                                    'route' => '/edit/:id',
-
 
3715
                                    'constraints' => [
-
 
3716
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3717
                                    ],
-
 
3718
                                    'defaults' => [
-
 
3719
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3720
                                        'action' => 'edit'
-
 
3721
                                    ]
-
 
3722
                                ]
-
 
3723
                            ],
-
 
3724
                            'delete' => [
-
 
3725
                                'type' => Segment::class,
-
 
3726
                                'options' => [
-
 
3727
                                    'route' => '/delete/:id',
-
 
3728
                                    'constraints' => [
-
 
3729
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3730
                                    ],
-
 
3731
                                    'defaults' => [
-
 
3732
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3733
                                        'action' => 'delete'
-
 
3734
                                    ]
-
 
3735
                                ]
-
 
3736
                            ],
-
 
3737
                            'extended' => [
-
 
3738
                                'type' => Segment::class,
-
 
3739
                                'options' => [
-
 
3740
                                    'route' => '/extended/:id',
-
 
3741
                                    'constraints' => [
-
 
3742
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3743
                                    ],
-
 
3744
                                    'defaults' => [
-
 
3745
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3746
                                        'action' => 'extended'
-
 
3747
                                    ]
-
 
3748
                                ]
-
 
3749
                            ],
-
 
3750
                            'image' => [
-
 
3751
                                'type' => Segment::class,
-
 
3752
                                'options' => [
-
 
3753
                                    'route' => '/image/:id/operation/:operation',
-
 
3754
                                    'constraints' => [
-
 
3755
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
3756
                                        'operation' => 'upload|delete'
-
 
3757
                                    ],
-
 
3758
                                    'defaults' => [
-
 
3759
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3760
                                        'action' => 'image'
-
 
3761
                                    ]
-
 
3762
                                ]
-
 
3763
                            ],
-
 
3764
                            'cover' => [
-
 
3765
                                'type' => Segment::class,
-
 
3766
                                'options' => [
-
 
3767
                                    'route' => '/cover/:id/operation/:operation',
-
 
3768
                                    'constraints' => [
-
 
3769
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
3770
                                        'operation' => 'upload|delete'
-
 
3771
                                    ],
-
 
3772
                                    'defaults' => [
-
 
3773
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3774
                                        'action' => 'cover'
-
 
3775
                                    ]
-
 
3776
                                ]
-
 
3777
                            ],
-
 
3778
                            'privacy' => [
-
 
3779
                                'type' => Segment::class,
-
 
3780
                                'options' => [
-
 
3781
                                    'route' => '/privacy/:id',
-
 
3782
                                    'constraints' => [
-
 
3783
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3784
                                    ],
-
 
3785
                                    'defaults' => [
-
 
3786
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3787
                                        'action' => 'privacy'
-
 
3788
                                    ]
-
 
3789
                                ]
-
 
3790
                            ],
-
 
3791
                            'website' => [
-
 
3792
                                'type' => Segment::class,
-
 
3793
                                'options' => [
-
 
3794
                                    'route' => '/website/:id',
-
 
3795
                                    'constraints' => [
-
 
3796
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3797
                                    ],
-
 
3798
                                    'defaults' => [
-
 
3799
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3800
                                        'action' => 'website'
-
 
3801
                                    ]
-
 
3802
                                ]
-
 
3803
                            ],
-
 
3804
                            'industry' => [
-
 
3805
                                'type' => Segment::class,
-
 
3806
                                'options' => [
-
 
3807
                                    'route' => '/industry/:id',
-
 
3808
                                    'constraints' => [
-
 
3809
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3810
                                    ],
-
 
3811
                                    'defaults' => [
-
 
3812
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3813
                                        'action' => 'industry'
-
 
3814
                                    ]
-
 
3815
                                ]
-
 
3816
                            ],
-
 
3817
                            'accessibility' => [
-
 
3818
                                'type' => Segment::class,
-
 
3819
                                'options' => [
-
 
3820
                                    'route' => '/accessibility/:id',
-
 
3821
                                    'constraints' => [
-
 
3822
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3823
                                    ],
-
 
3824
                                    'defaults' => [
-
 
3825
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3826
                                        'action' => 'accessibility'
-
 
3827
                                    ]
-
 
3828
                                ]
-
 
3829
                            ],
-
 
3830
                            'type' => [
-
 
3831
                                'type' => Segment::class,
-
 
3832
                                'options' => [
-
 
3833
                                    'route' => '/type/:id',
-
 
3834
                                    'constraints' => [
-
 
3835
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3836
                                    ],
-
 
3837
                                    'defaults' => [
-
 
3838
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3839
                                        'action' => 'type'
-
 
3840
                                    ]
-
 
3841
                                ]
-
 
3842
                            ],
-
 
3843
                            'status' => [
-
 
3844
                                'type' => Segment::class,
-
 
3845
                                'options' => [
-
 
3846
                                    'route' => '/status/:id',
-
 
3847
                                    'constraints' => [
-
 
3848
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3849
                                    ],
-
 
3850
                                    'defaults' => [
-
 
3851
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3852
                                        'action' => 'status'
-
 
3853
                                    ]
-
 
3854
                                ]
-
 
3855
                            ],
-
 
3856
                            'members' => [
-
 
3857
                                'type' => Segment::class,
-
 
3858
                                'options' => [
-
 
3859
                                    'route' => '/members/:id',
-
 
3860
                                    'constraints' => [
-
 
3861
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3862
                                    ],
-
 
3863
                                    'defaults' => [
-
 
3864
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3865
                                        'action' => 'members'
-
 
3866
                                    ]
-
 
3867
                                ],
-
 
3868
                                'may_terminate' => true,
-
 
3869
                                'child_routes' => [
-
 
3870
                                    'invite' => [
-
 
3871
                                        'type' => Segment::class,
-
 
3872
                                        'options' => [
-
 
3873
                                            'route' => '/invite/:user_id',
-
 
3874
                                            'constraints' => [
-
 
3875
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
-
 
3876
                                            ],
-
 
3877
                                            'defaults' => [
-
 
3878
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3879
                                                'action' => 'invite'
-
 
3880
                                            ]
-
 
3881
                                        ]
-
 
3882
                                    ],
-
 
3883
                                    'approve' => [
-
 
3884
                                        'type' => Segment::class,
-
 
3885
                                        'options' => [
-
 
3886
                                            'route' => '/approve/:user_id',
-
 
3887
                                            'constraints' => [
-
 
3888
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
-
 
3889
                                            ],
-
 
3890
                                            'defaults' => [
-
 
3891
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3892
                                                'action' => 'approve'
-
 
3893
                                            ]
-
 
3894
                                        ]
-
 
3895
                                    ],
-
 
3896
                                    'reject' => [
-
 
3897
                                        'type' => Segment::class,
-
 
3898
                                        'options' => [
-
 
3899
                                            'route' => '/reject/:user_id',
-
 
3900
                                            'constraints' => [
-
 
3901
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
-
 
3902
                                            ],
-
 
3903
                                            'defaults' => [
-
 
3904
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3905
                                                'action' => 'reject'
-
 
3906
                                            ]
-
 
3907
                                        ]
-
 
3908
                                    ],
-
 
3909
                                    'cancel' => [
-
 
3910
                                        'type' => Segment::class,
-
 
3911
                                        'options' => [
-
 
3912
                                            'route' => '/cancel/:user_id',
-
 
3913
                                            'constraints' => [
-
 
3914
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
-
 
3915
                                            ],
-
 
3916
                                            'defaults' => [
-
 
3917
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupController',
-
 
3918
                                                'action' => 'cancel'
-
 
3919
                                            ]
-
 
3920
                                        ]
-
 
3921
                                    ],
-
 
3922
                                ]
-
 
3923
                            ],
-
 
3924
                        ]
-
 
3925
                    ]
-
 
3926
                ]
-
 
3927
            ],
3569
            
3928
            /*
3570
            'high-performance-teams' => [
3929
            'high-performance-teams' => [
3571
                'type' => Literal::class,
3930
                'type' => Literal::class,
3572
                'options' => [
3931
                'options' => [
3573
                    'route' => '/high-performance-teams',
3932
                    'route' => '/high-performance-teams',
Línea 3581... Línea 3940...
3581
                    'my-groups' => [
3940
                    'my-groups' => [
3582
                        'type' => Literal::class,
3941
                        'type' => Literal::class,
3583
                        'options' => [
3942
                        'options' => [
3584
                            'route' => '/my-groups',
3943
                            'route' => '/my-groups',
3585
                            'defaults' => [
3944
                            'defaults' => [
3586
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
3945
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupController',
3587
                                'action' => 'index'
3946
                                'action' => 'index'
3588
                            ]
3947
                            ]
3589
                        ],'may_terminate' => true,
3948
                        ],'may_terminate' => true,
3590
                        'child_routes' => [
3949
                        'child_routes' => [
Línea 3591... Línea 3950...
3591
 
3950
 
3592
                            'add' => [
3951
                            'add' => [
3593
                                'type' => Literal::class,
3952
                                'type' => Literal::class,
3594
                                'options' => [
3953
                                'options' => [
3595
                                    'route' => '/add',
3954
                                    'route' => '/add',
3596
                                    'defaults' => [
3955
                                    'defaults' => [
3597
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
3956
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupController',
3598
                                        'action' => 'add'
3957
                                        'action' => 'add'
3599
                                    ]
3958
                                    ]
3600
                                ]
3959
                                ]
3601
                            ],
3960
                            ],
Línea 3605... Línea 3964...
3605
                                    'route' => '/edit/:id',
3964
                                    'route' => '/edit/:id',
3606
                                    'constraints' => [
3965
                                    'constraints' => [
3607
                                        'id' => '[A-Za-z0-9\-]+\=*'
3966
                                        'id' => '[A-Za-z0-9\-]+\=*'
3608
                                    ],
3967
                                    ],
3609
                                    'defaults' => [
3968
                                    'defaults' => [
3610
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
3969
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupController',
3611
                                        'action' => 'edit'
3970
                                        'action' => 'edit'
3612
                                    ]
3971
                                    ]
3613
                                ]
3972
                                ]
3614
                            ],
3973
                            ],
3615
                            'delete' => [
3974
                            'delete' => [
Línea 3618... Línea 3977...
3618
                                    'route' => '/delete/:id',
3977
                                    'route' => '/delete/:id',
3619
                                    'constraints' => [
3978
                                    'constraints' => [
3620
                                        'id' => '[A-Za-z0-9\-]+\=*'
3979
                                        'id' => '[A-Za-z0-9\-]+\=*'
3621
                                    ],
3980
                                    ],
3622
                                    'defaults' => [
3981
                                    'defaults' => [
3623
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
3982
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupController',
3624
                                        'action' => 'delete'
3983
                                        'action' => 'delete'
3625
                                    ]
3984
                                    ]
3626
                                ]
3985
                                ]
3627
                            ],'group' => [
3986
                            ],'group' => [
3628
                                'type' => Segment::class,
3987
                                'type' => Segment::class,
Línea 3639... Línea 3998...
3639
                            ],
3998
                            ],
3640
                        ]
3999
                        ]
3641
                    ],
4000
                    ],
3642
                ]
4001
                ]
3643
            ],
4002
            ],
-
 
4003
            */
3644
            
4004
 
3645
            'my-trainer' => [
4005
            'my-trainer' => [
3646
                'type' => Literal::class,
4006
                'type' => Literal::class,
3647
                'options' => [
4007
                'options' => [
3648
                    'route' => '/my-trainer',
4008
                    'route' => '/my-trainer',
3649
                    'defaults' => [
4009
                    'defaults' => [
Línea 3718... Línea 4078...
3718
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsControllerFactory::class,
4078
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsControllerFactory::class,
3719
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsObjectivesControllerFactory::class,
4079
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsObjectivesControllerFactory::class,
3720
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsGoalsControllerFactory::class,
4080
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsGoalsControllerFactory::class,
3721
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsTaskControllerFactory::class,
4081
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsTaskControllerFactory::class,
3722
            \LeadersLinked\Controller\HighPerformanceTeamsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsControllerFactory::class,
4082
            \LeadersLinked\Controller\HighPerformanceTeamsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsControllerFactory::class,
3723
            \LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsMyGroupsControllerFactory::class,
4083
            \LeadersLinked\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupControllerFactory::class,
3724
            \LeadersLinked\Controller\HighPerformanceTeamsGroupController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupControllerFactory::class,
4084
            \LeadersLinked\Controller\HighPerformanceTeamsGroupController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupControllerFactory::class,
Línea 3788... Línea 4148...
3788
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class,
4148
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class,
3789
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class,
4149
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class,
3790
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class,
4150
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class,
Línea 3791... Línea 4151...
3791
 
4151
 
3792
            '\LeadersLinked\Controller\HighPerformanceTeamsController' => \LeadersLinked\Controller\HighPerformanceTeamsController::class,
4152
            '\LeadersLinked\Controller\HighPerformanceTeamsController' => \LeadersLinked\Controller\HighPerformanceTeamsController::class,
3793
            '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController' => \LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController::class,
4153
            '\LeadersLinked\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupController' => \LeadersLinked\Controller\HighPerformanceTeamsHighPerformanceTeamsMyGroupController::class,
Línea 3794... Línea 4154...
3794
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupController::class,
4154
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupController::class,
3795
            
4155
            
3796
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
4156
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,