Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15645 Rev 15646
Línea 4335... Línea 4335...
4335
                    'progress-by-day' => [
4335
                    'progress-by-day' => [
4336
                        'type' => Segment::class, // exact match of URI path
4336
                        'type' => Segment::class, // exact match of URI path
4337
                        'options' => [
4337
                        'options' => [
4338
                            'route' => '/progress-by-day', // URI path
4338
                            'route' => '/progress-by-day', // URI path
4339
                            'defaults' => [
4339
                            'defaults' => [
4340
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactLogController', // unique name
4340
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactProgressController', // unique name
4341
                                'action'     => 'index',
4341
                                'action'     => 'index',
4342
                            ],
4342
                            ],
4343
                        ],
4343
                        ],
4344
                    ],
4344
                    ],