Skip to content

Commit 162019f

Browse files
committed
fix: box item tag missing rewardable_recipient
1 parent 50dbe89 commit 162019f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Services/Item/BoxService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function getTagData($tag) {
4141
$class = getAssetModelString($type, false);
4242
foreach ($a as $id => $asset) {
4343
$rewards[] = (object) [
44+
'rewardable_recipient' => 'User',
4445
'rewardable_type' => $class,
4546
'rewardable_id' => $id,
4647
'quantity' => $asset['quantity'],

0 commit comments

Comments
 (0)