Skip to content

Commit

Permalink
Update WipeCommand.php (#52152)
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheipashkevich authored Jul 16, 2024
1 parent db9e7f1 commit dc54770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Console/WipeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function handle()
{
if ($this->isProhibited() ||
! $this->confirmToProceed()) {
return 1;
return Command::FAILURE;
}

$database = $this->input->getOption('database');
Expand Down

0 comments on commit dc54770

Please sign in to comment.