Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4375 Rev 4376
Línea 3534... Línea 3534...
3534
            'high-performance-teams' => [
3534
            'high-performance-teams' => [
3535
                'type' => Literal::class,
3535
                'type' => Literal::class,
3536
                'options' => [
3536
                'options' => [
3537
                    'route' => '/high-performance-teams',
3537
                    'route' => '/high-performance-teams',
3538
                    'defaults' => [
3538
                    'defaults' => [
3539
                        'controller' => '\LeadersLinked\Controller\UnknownController',
3539
                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsController',
3540
                        'action' => 'index'
3540
                        'action' => 'index'
3541
                    ]
3541
                    ]
3542
                ],
3542
                ],
3543
                'may_terminate' => true,
3543
                'may_terminate' => true,
3544
                'child_routes' => [
3544
                'child_routes' => [