Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 264 Rev 265
Línea 1679... Línea 1679...
1679
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
1679
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
1680
                                        'action' => 'index'
1680
                                        'action' => 'index'
1681
                                    ]
1681
                                    ]
1682
                                ]
1682
                                ]
1683
                            ],
1683
                            ],
1684
                            'report' => [
1684
                            'reports' => [
1685
                                'type' => Literal::class,
1685
                                'type' => Literal::class,
1686
                                'options' => [
1686
                                'options' => [
1687
                                    'route' => '/report',
1687
                                    'route' => '/reports',
1688
                                    'defaults' => [
1688
                                    'defaults' => [
1689
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
1689
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
1690
                                         'action' => 'index'
1690
                                        'action' => 'index'
1691
                                    ]
1691
                                    ]
1692
                                ]
1692
                                ]
1693
                            ],
1693
                            ],
Línea 1694... Línea 1694...
1694
                            
1694