Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13553 Rev 13574
Línea 5451... Línea 5451...
5451
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5451
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5452
                                        'action' => 'index'
5452
                                        'action' => 'index'
5453
                                    ]
5453
                                    ]
5454
                                ]
5454
                                ]
5455
                            ],
5455
                            ],
-
 
5456
                            'intern' => [
-
 
5457
                                'type' => Segment::class,
-
 
5458
                                'options' => [
-
 
5459
                                    'route' => '/intern',
-
 
5460
                                    'defaults' => [
-
 
5461
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
-
 
5462
                                        'action' => 'intern'
-
 
5463
                                    ]
-
 
5464
                                ]
-
 
5465
                            ],
-
 
5466
                            'extern' => [
-
 
5467
                                'type' => Segment::class,
-
 
5468
                                'options' => [
-
 
5469
                                    'route' => '/extern',
-
 
5470
                                    'defaults' => [
-
 
5471
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
-
 
5472
                                        'action' => 'extern'
-
 
5473
                                    ]
-
 
5474
                                ]
-
 
5475
                            ],
5456
                        ],
5476
                        ],
5457
                    ],
5477
                    ],
5458
                ]
5478
                ]
5459
            ],
5479
            ],