Proyectos de Subversion LeadersLinked - Services

Rev

Rev 76 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 76 Rev 77
Línea 1286... Línea 1286...
1286
     * ]
1286
     * ]
1287
     * @return \Laminas\View\Model\JsonModel
1287
     * @return \Laminas\View\Model\JsonModel
1288
     */
1288
     */
1289
    public function sendAction()
1289
    public function sendAction()
1290
    {
1290
    {
1291
        
1291
     
-
 
1292
        error_log('Chat Controller - send action');
1292
        return new JsonModel(['success' => true, 'data' => 'aqui1']);
1293
        return new JsonModel(['success' => true, 'data' => 'aqui1']);
Línea 1293... Línea 1294...
1293
        
1294
        
1294
        $currentUserPlugin = $this->plugin('currentUserPlugin');
1295
        $currentUserPlugin = $this->plugin('currentUserPlugin');