Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8877 Rev 8896
Línea 449... Línea 449...
449
            $data = [
449
            $data = [
450
                'success' => true,
450
                'success' => true,
451
                'data' => [
451
                'data' => [
452
                    'id' => $file->uuid,
452
                    'id' => $file->uuid,
453
                    'title' => $file->title,
453
                    'title' => $file->title,
454
                    'coment' => $file->coment,
454
                    'coment' => strip_tags($file->coment),
455
                    'file' => $this->url()->fromRoute('storage', ['type' => 'recruitment-selection', 'code'=> $interview_id, 'filename' => $file->file]),
455
                    'file' => $this->url()->fromRoute('storage', ['type' => 'recruitment-selection', 'code'=> $interview_id, 'filename' => $file->file]),
456
                ]
456
                ]
457
            ];
457
            ];
Línea 458... Línea 458...
458
 
458