Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15013 Rev 15014
Línea 5467... Línea 5467...
5467
                    ]
5467
                    ]
5468
                ],
5468
                ],
5469
                'may_terminate' => true,
5469
                'may_terminate' => true,
5470
                'child_routes' => [
5470
                'child_routes' => [
5471
                    'add' => [
5471
                    'add' => [
5472
                        'type' => Literal::class,
5472
                        'type' => Segment::class,
5473
                        'options' => [
5473
                        'options' => [
5474
                            'route' => '/add',
5474
                            'route' => '/add',
5475
                            'defaults' => [
5475
                            'defaults' => [
5476
                                'controller' => '\LeadersLinked\Controller\DevelopmentContentController',
5476
                                'controller' => '\LeadersLinked\Controller\DevelopmentContentController',
5477
                                'action' => 'add'
5477
                                'action' => 'add'