Skip to content

Commit

Permalink
Update maintenance command
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Nov 19, 2023
1 parent e03f3c4 commit da958d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/MaintenanceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function execute()
$this->online();
} elseif ($type === 'down') {
$this->down();
} {
} else {
$this->status();
}
}
Expand Down

0 comments on commit da958d1

Please sign in to comment.