Skip to content

Commit

Permalink
refactor: run cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 27, 2024
1 parent da47f21 commit a9b0261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/HTTP/Files/UploadedFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public function getTempName(): string
public function getExtension(): string
{
$guessExtension = $this->guessExtension();

return $guessExtension !== '' ? $guessExtension : $this->getClientExtension();
}

Expand Down

0 comments on commit a9b0261

Please sign in to comment.