Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SiavashBamshadnia committed Mar 19, 2020
1 parent fb19b58 commit a6cd3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HardDeleteExpiredTestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function handle()
}

if (!$autoHardDeleteAfter || blank($autoHardDeleteAfter)) {
$autoHardDeleteAfter = /** @scrutinizer ignore-call */ config('auto-hard-deleter.auto_hard_delete_after');
$autoHardDeleteAfter = config('auto-hard-deleter.auto_hard_delete_after', '60 days');
}
if (is_numeric($autoHardDeleteAfter)) {
$autoHardDeleteAfter .= ' days';
Expand Down

0 comments on commit a6cd3e5

Please sign in to comment.