Skip to content

Commit

Permalink
Questions
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Jun 2, 2024
1 parent b37911e commit 1de3ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migration/Resources/Storage/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function fromArray(array $array): self
{
return new self(
$array['id'],
Bucket::fromArray($array['bucket']),
Bucket::fromArray($array['bucket']), // Do we need here only the BucketId?
$array['name'] ?? '',
$array['signature'] ?? '',
$array['mimeType'] ?? '',
Expand Down

0 comments on commit 1de3ba4

Please sign in to comment.