Skip to content

Commit

Permalink
fix: wrong code
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Aug 16, 2024
1 parent e14fef5 commit bbf3c0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/HTTP/Files/FileCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ protected function populateFiles()

$files = $this->fixFilesArray($_FILES);

d($files);

foreach ($files as $name => $file) {
$this->files[$name] = $this->createFileObject($file);
}
Expand Down

0 comments on commit bbf3c0f

Please sign in to comment.