Skip to content

Commit d26be90

Browse files
committed
formatting
1 parent afe3f9c commit d26be90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public function extension($path)
319319
* @param string $path
320320
* @return string|null
321321
*/
322-
public function guessedExtension($path)
322+
public function guessExtension($path)
323323
{
324324
return (new MimeTypes)->getExtensions($this->mimeType($path))[0] ?? null;
325325
}

0 commit comments

Comments
 (0)