Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13667 Rev 13669
Línea 3843... Línea 3843...
3843
                        'action' => 'index'
3843
                        'action' => 'index'
3844
                    ]
3844
                    ]
3845
                ],
3845
                ],
3846
                'may_terminate' => true,
3846
                'may_terminate' => true,
3847
                'child_routes' => [
3847
                'child_routes' => [
3848
                    'inmail' => [
3848
                    'user-inmail' => [
3849
                        'type' => Literal::class,
3849
                        'type' => Literal::class,
3850
                        'options' => [
3850
                        'options' => [
3851
                            'route' => '/inmail',
3851
                            'route' => '/user-inmail',
Línea 3852... Línea 3852...
3852
                           
3852
                           
3853
                            'defaults' => [
3853
                            'defaults' => [
3854
                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3854
                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3855
                                'action' => 'index'
3855
                                'action' => 'index'