Skip to content

Commit

Permalink
Merge pull request #16 from jaytagdamian/patch-1
Browse files Browse the repository at this point in the history
Update File.php
  • Loading branch information
robregonm authored Apr 10, 2024
2 parents fafb56c + f105f2c commit 15a9f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function getUploadTimestamp()
/**
* @return array
*/
public function jsonSerialize()
public function jsonSerialize():mixed
{
return $this->asArray();
}
Expand Down

0 comments on commit 15a9f35

Please sign in to comment.