Skip to content

Commit

Permalink
Use size instead of getSize
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtawil authored Jun 5, 2022
1 parent 5ab2d73 commit 8ace69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GetId3.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function fromDiskAndPath($disk, $path)
{
return new static(
$path,
Storage::disk($disk)->getSize($path),
Storage::disk($disk)->size($path),
Storage::disk($disk)->readStream($path)
);
}
Expand Down

0 comments on commit 8ace69f

Please sign in to comment.