Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 29, 2020
1 parent afe3f9c commit d26be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function extension($path)
* @param string $path
* @return string|null
*/
public function guessedExtension($path)
public function guessExtension($path)
{
return (new MimeTypes)->getExtensions($this->mimeType($path))[0] ?? null;
}
Expand Down

0 comments on commit d26be90

Please sign in to comment.