refactor(activity-monitor): update dispatch method to use activityMonitor instead of deprecated newActivityMonitor
This commit is contained in:
parent
a3dc3c861b
commit
ad98d135a1
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ public function validateDockerEngine()
|
||||||
if ($this->number_of_tries <= $this->max_tries) {
|
if ($this->number_of_tries <= $this->max_tries) {
|
||||||
$activity = $this->server->installDocker();
|
$activity = $this->server->installDocker();
|
||||||
$this->number_of_tries++;
|
$this->number_of_tries++;
|
||||||
// $this->dispatch('newActivityMonitor', $activity->id, 'init', $this->number_of_tries);
|
|
||||||
$this->dispatch('activityMonitor', $activity->id, 'init', $this->number_of_tries);
|
$this->dispatch('activityMonitor', $activity->id, 'init', $this->number_of_tries);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue