Skip to content

Commit 87e6175

Browse files
committedMar 24, 2016
use guessExtension
1 parent c48a278 commit 87e6175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Illuminate/Http/UploadedFile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function path()
2626
*/
2727
public function extension()
2828
{
29-
return $this->guessClientExtension();
29+
return $this->guessExtension();
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)
Please sign in to comment.