-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
cdash_unlink()
helper (#2650)
The `cdash_unlink()` helper function is only used in a handful of locations, and most of those locations do not appear to benefit from its behavior. This PR removes the `cdash_unlink()` helper and replaces it with either the raw PHP `unlink()` command or Laravel's Storage facade's delete helper. In the future, I plan to create a dedicated Laravel temporary disk which will allow us to use the storage facade for all file I/O operations.
- Loading branch information
1 parent
3e11a51
commit 4d3f796
Showing
4 changed files
with
11 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters