| Línea 441... |
Línea 441... |
| 441 |
'industry' => $industry,
|
441 |
'industry' => $industry,
|
| 442 |
'group_id' => $group->id,
|
442 |
'group_id' => $group->id,
|
| 443 |
'group_type' => $group_type,
|
443 |
'group_type' => $group_type,
|
| 444 |
'group_uuid' => $group->uuid,
|
444 |
'group_uuid' => $group->uuid,
|
| 445 |
'name' => trim($group->name),
|
445 |
'name' => trim($group->name),
|
| 446 |
'image' => $group->image,
|
446 |
'image' => $this->url()->fromRoute('storage', ['type' => 'group', 'code' => $group->uuid, 'filename' => $group->image],['force_canonical' => true]),
|
| 447 |
'cover' => $group->cover,
|
447 |
'cover' => $this->url()->fromRoute('storage', ['type' => 'group-cover', 'code' => $group->uuid, 'filename' => $group->cover],['force_canonical' => true]),
|
| 448 |
'overview' => $group->description,
|
448 |
'overview' => $group->description,
|
| 449 |
'website' => $group->website,
|
449 |
'website' => $group->website,
|
| 450 |
'image_size_cover' => $image_size_cover,
|
450 |
'image_size_cover' => $image_size_cover,
|
| 451 |
'image_size_profile' => $image_size_profile,
|
451 |
'image_size_profile' => $image_size_profile,
|