Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4640 Rev 4642
Línea 475... Línea 475...
475
                'overview'              => $group->description,
475
                'overview'              => $group->description,
476
                'website'               => $group->website,
476
                'website'               => $group->website,
477
                'formFeed'              => $formFeed,
477
                'formFeed'              => $formFeed,
478
                'formShare'             => $formShare,
478
                'formShare'             => $formShare,
479
                'members'               => $members,
479
                'members'               => $members,
480
                'link_inmail'           => $this->url()->fromRoute('inmail', ['id' => $ownerGroup->uuid]),
480
                //'link_inmail'           => $this->url()->fromRoute('inmail', ['id' => $ownerGroup->uuid]),
-
 
481
                'link_inmail'           =>'hola.com'
481
            ]);
482
            ]);
482
            return $viewModel ;
483
            return $viewModel ;
483
        }
484
        }
Línea 484... Línea 485...
484
        
485