Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Aug 4, 2024
1 parent a85d5d3 commit 5ba193a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/src/Support/Filesystem/MediaFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ protected function findContentLength(): int
return Filesystem::size($this->getPath());
}

/** @todo Move to Filesystem::findMimeType($path) */
protected function findMimeType(): string
{
$extension = $this->getExtension();
Expand Down

0 comments on commit 5ba193a

Please sign in to comment.