We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe3f9c commit d26be90Copy full SHA for d26be90
src/Illuminate/Filesystem/Filesystem.php
@@ -319,7 +319,7 @@ public function extension($path)
319
* @param string $path
320
* @return string|null
321
*/
322
- public function guessedExtension($path)
+ public function guessExtension($path)
323
{
324
return (new MimeTypes)->getExtensions($this->mimeType($path))[0] ?? null;
325
}
0 commit comments