Skip to content

Commit

Permalink
Remove unneeded F::remove()
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed May 5, 2024
1 parent 137bc2c commit 2aade8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/api/routes/files.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
'filename' => $filename
], true);

// clean up tmp
F::remove($source);

return $file;
});
// @codeCoverageIgnoreEnd
Expand Down

0 comments on commit 2aade8f

Please sign in to comment.