Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13010 Rev 13013
Línea 3768... Línea 3768...
3768
            'communication' => [
3768
            'communication' => [
3769
                'type' => Literal::class,
3769
                'type' => Literal::class,
3770
                'options' => [
3770
                'options' => [
3771
                    'route' => '/communication',
3771
                    'route' => '/communication',
3772
                    'defaults' => [
3772
                    'defaults' => [
3773
                        'controller' => '\LeadersLinked\Controller\UnknownController',
3773
                        'controller' => '\LeadersLinked\Controller\CommunicationController',
3774
                        'action' => 'index'
3774
                        'action' => 'index'
3775
                    ]
3775
                    ]
3776
                ],
3776
                ],
3777
                'may_terminate' => true,
3777
                'may_terminate' => true,
3778
                'child_routes' => [
3778
                'child_routes' => [
-
 
3779
                    'company' => [
-
 
3780
                        'type' => Segment::class,
-
 
3781
                        'options' => [
-
 
3782
                            'route' => '/company',
-
 
3783
                            'defaults' => [
-
 
3784
                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
-
 
3785
                                'action' => 'index'
-
 
3786
                            ],
-
 
3787
                        ],
-
 
3788
                    ],
3779
                ]
3789
                ]
3780
            ],
3790
            ],
Línea 3781... Línea 3791...
3781
            
3791
            
3782
            'career-development' => [
3792
            'career-development' => [