We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89feb9c commit c3bcc78Copy full SHA for c3bcc78
packages/framework/src/Support/Filesystem/MediaFile.php
@@ -31,9 +31,7 @@ class MediaFile extends ProjectFile
31
32
public function __construct(string $path)
33
{
34
- $path = $this->getNormalizedPath($path);
35
-
36
- parent::__construct($path);
+ parent::__construct($this->getNormalizedPath($path));
37
38
$this->length = $this->findContentLength();
39
$this->mimeType = $this->findMimeType();
0 commit comments