Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15355 Rev 15390
Línea 1203... Línea 1203...
1203
        }
1203
        }
Línea 1204... Línea 1204...
1204
        
1204
        
1205
        
1205
        
1206
        if($request->isPost()) {
1206
        if($request->isPost()) {
Línea 1207... Línea 1207...
1207
            $dataPost = $request->getPost()->toArray();
1207
            $dataPost = $request->getPost()->toArray();
Línea 1208... Línea 1208...
1208
            $form = new PushMicrolearningNotificationForm($this->adapter);
1208
            $form = new PushMicrolearningNotificationForm($this->adapter, $currentCompany->id);
1209
            
1209