Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 503 Rev 504
Línea 325... Línea 325...
325
                            'route' => '/job-description/:id',
325
                            'route' => '/job-description/:id',
326
                            'constraints' => [
326
                            'constraints' => [
327
                                'id' => '[0-9]+',
327
                                'id' => '[0-9]+',
328
                            ],
328
                            ],
329
                            'defaults' => [
329
                            'defaults' => [
330
                                'controller' => '\LeadersLinked\Controller\RecruitmentPreAplicationController',
330
                                'controller' => '\LeadersLinked\Controller\CreateJobDescriptionController',
331
                                'action' => 'index'
331
                                'action' => 'index'
332
                            ]
332
                            ]
333
                        ],
333
                        ],
334
                    ],
334
                    ],