Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13065 Rev 13169
Línea 3770... Línea 3770...
3770
                'type' => Literal::class,
3770
                'type' => Literal::class,
3771
                'options' => [
3771
                'options' => [
3772
                    'route' => '/communication',
3772
                    'route' => '/communication',
3773
                    'defaults' => [
3773
                    'defaults' => [
3774
                        'controller' => '\LeadersLinked\Controller\CommunicationController',
3774
                        'controller' => '\LeadersLinked\Controller\CommunicationController',
3775
                        'action' => 'index'
3775
                        'action' => 'message'
3776
                    ]
3776
                    ]
3777
                ],
3777
                ],
3778
                'may_terminate' => true,
3778
                'may_terminate' => true,
3779
                'child_routes' => [
3779
                'child_routes' => [
3780
                    'search-people' => [
3780
                    'search-people' => [