Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4394 Rev 4395
Línea 3463... Línea 3463...
3463
                'child_routes' => [
3463
                'child_routes' => [
3464
                    'form' => [
3464
                    'form' => [
3465
                        'type' => Segment::class,
3465
                        'type' => Segment::class,
3466
                        'options' => [
3466
                        'options' => [
3467
                            'route' => '/form',
3467
                            'route' => '/form',
3468
                            'constraints' => [
-
 
3469
                                
-
 
3470
                            ],
-
 
3471
                            'defaults' => [
3468
                            'defaults' => [
3472
                                'controller' => '\LeadersLinked\Controller\SurveyFormController',
3469
                                'controller' => '\LeadersLinked\Controller\SurveyFormController',
3473
                                'action' => 'index',
3470
                                'action' => 'index',
3474
                            ],
3471
                            ],
3475
                        ],
3472
                        ],