fix(database-heading): simplify stop database message for clarity
This commit is contained in:
@@ -64,7 +64,7 @@ class Heading extends Component
|
||||
public function stop()
|
||||
{
|
||||
try {
|
||||
$this->dispatch('info', 'Gracefully stopping database.<br/>It could take a while depending on the size of the database.');
|
||||
$this->dispatch('info', 'Gracefully stopping database.');
|
||||
StopDatabase::dispatch($this->database, false, $this->docker_cleanup);
|
||||
} catch (\Exception $e) {
|
||||
$this->dispatch('error', $e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user