Skip to content

Commit

Permalink
#10 - add data_type, file or string.
Browse files Browse the repository at this point in the history
  • Loading branch information
spo committed Aug 16, 2024
1 parent 49ffd4f commit 51c21b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Resources/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function toArray($request): array
'id' => $this->id,
'name' => $this->name,
'storage_type' => $this->storage_type,
'organization_id' => $this->organization_id,
'data_content' => $this->when($request->get('complete_resource'),
function () {
return $this->data_content;
Expand Down

0 comments on commit 51c21b2

Please sign in to comment.