Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 555 Rev 556
Línea 1636... Línea 1636...
1636
                    'performance-evaluation' => [
1636
                    'performance-evaluation' => [
1637
                        'type' => Literal::class,
1637
                        'type' => Literal::class,
1638
                        'options' => [
1638
                        'options' => [
1639
                            'route' => '/performance-evaluation',
1639
                            'route' => '/performance-evaluation',
1640
                            'defaults' => [
1640
                            'defaults' => [
1641
                                'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1641
                                'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
1642
                                'action' => 'index'
1642
                                'action' => 'index'
1643
                            ]
1643
                            ]
1644
                        ],
1644
                        ],
1645
                        'may_terminate' => true,
1645
                        'may_terminate' => true,
1646
                        'child_routes' => [
1646
                        'child_routes' => [