Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 352 Rev 353
Línea 613... Línea 613...
613
                                    ]
613
                                    ]
614
                                ]
614
                                ]
615
                            ]
615
                            ]
616
                        ]
616
                        ]
617
                    ],
617
                    ],
618
                    'habit-reports' => [
618
                    'reports' => [
619
                        'type' => Literal::class,
619
                        'type' => Literal::class,
620
                        'options' => [
620
                        'options' => [
621
                            'route' => '/habit-reports',
621
                            'route' => '/reports',
622
                            'defaults' => [
622
                            'defaults' => [
623
                                'controller' => '\LeadersLinked\Controller\HabitReportController',
623
                                'controller' => '\LeadersLinked\Controller\HabitReportController',
624
                                'action' => 'index'
624
                                'action' => 'index'
625
                            ]
625
                            ]
626
                        ],
626
                        ],