Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13760 Rev 13761
Línea 3780... Línea 3780...
3780
                    'sendall' => [
3780
                    'sendall' => [
3781
                        'type' => Literal::class,
3781
                        'type' => Literal::class,
3782
                        'options' => [
3782
                        'options' => [
3783
                            'route' => '/sendall',
3783
                            'route' => '/sendall',
3784
                            'defaults' => [
3784
                            'defaults' => [
3785
                                'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
3785
                                'controller' => '\LeadersLinked\Controller\InMailController',
3786
                                'action' => 'sendAll'
3786
                                'action' => 'sendAll'
3787
                            ]
3787
                            ]
3788
                        ]
3788
                        ]
3789
                    ],
3789
                    ],
3790
                    'search-people' => [
3790
                    'search-people' => [