Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15791 Rev 15792
Línea 64... Línea 64...
64
 
64
 
65
 
65
 
-
 
66
 
-
 
67
    public function indexAction()
-
 
68
    {
66
 
69
        $currentUserPlugin = $this->plugin('currentUserPlugin');
67
    public function indexAction()
70
        $currentUser = $currentUserPlugin->getUser();
68
    {
71
 
69
        return new JsonModel([
72
        return new JsonModel([
70
            'success' => true,
73
            'success' => true,
71
            'message' => 'Hola desde controlador'
74
            'message' => $currentUser