Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13670 Rev 13671
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
                    'user-inmail' => [
3848
                    'user-in-mail' => [
3849
                        'type' => Literal::class,
3849
                        'type' => Literal::class,
3850
                        'options' => [
3850
                        'options' => [
3851
                            'route' => '/user-in-mail',
3851
                            'route' => '/user-in-mail',
Línea 3852... Línea 3852...
3852
                           
3852