We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f025a47 commit 54f974bCopy full SHA for 54f974b
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All Notable changes to `laravel-backup` will be documented in this file
4
5
+###2.8.3
6
+- Further improve the clean up of temporary files.
7
+
8
###2.8.2
9
- Improve the clean up of temporary files.
10
src/Commands/BackupCommand.php
@@ -270,7 +270,7 @@ protected function getDatabaseDump()
270
271
$this->comment('Database dumped');
272
273
- $dbDumpFile = $databaseBackupHandler->getFilesToBeBackedUp()[0];
+ $dbDumpFile = $filesToBeBackedUp[0];
274
275
$this->temporaryFiles[] = $dbDumpFile;
276
0 commit comments