We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bb65e commit dc1f008Copy full SHA for dc1f008
src/Backuper.php
@@ -60,7 +60,7 @@ public function backup(): BackupDto
60
61
event(new BackupCreated($backup));
62
63
- unlink($temp_zip_path);
+ @unlink($temp_zip_path);
64
65
$this->enforceMaxBackups();
66
0 commit comments