Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15029 Rev 15079
Línea 2148... Línea 2148...
2148
                                    'defaults' => [
2148
                                    'defaults' => [
2149
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
2149
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
2150
                                        'action' => 'delete'
2150
                                        'action' => 'delete'
2151
                                    ]
2151
                                    ]
2152
                                ]
2152
                                ]
-
 
2153
                            ],
-
 
2154
                            'job-decription' => [
-
 
2155
                                'type' => Literal::class,
-
 
2156
                                'options' => [
-
 
2157
                                    'route' => '/job-decription',
-
 
2158
 
-
 
2159
                                    'defaults' => [
-
 
2160
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationFormController',
-
 
2161
                                        'action' => 'jobDescription'
2153
                                    ],
2162
                                    ]
-
 
2163
                                ]
-
 
2164
                            ],
2154
                            'report' => [
2165
                            'report' => [
2155
                                'type' => Segment::class,
2166
                                'type' => Segment::class,
2156
                                'options' => [
2167
                                'options' => [
2157
                                    'route' => '/report/:id',
2168
                                    'route' => '/report/:id',
2158
                                    'constraints' => [
2169
                                    'constraints' => [