fix(database-heading): simplify stop database message for clarity
This commit is contained in:
parent
618a7d459c
commit
4c887a3126
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public function mount()
|
|||
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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue