Skip to content

Commit 4b37459

Browse files
committed
removed commented out code
1 parent c2fba45 commit 4b37459

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Modules/Group/Events/Traits/IsPublishableApplicationEvent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ public function getPublishableMessage(): array
2424
'id' => $this->group->uuid,
2525
'name' => $this->group->displayName,
2626
'short_name' => $this->group->expertPanel->short_base_name,
27-
'status' => $this->group->group_status_id,
27+
'status' => $this->group->group_Status,
2828
'parent_group' => optional($this->group->parentGroup)->displayName,
29-
// 'parent_group' => $this->group->parent_id,
3029
'type' => $this->group->fullType->name,
3130
'affiliation_id' => $this->group->expertPanel->affiliation_id
3231
],

0 commit comments

Comments
 (0)