refactor: Remove unnecessary code in ExecuteContainerCommand.php
This commit is contained in:
parent
f71fb7266d
commit
1322dc9c23
1 changed files with 0 additions and 3 deletions
|
|
@ -123,9 +123,6 @@ public function loadContainers()
|
|||
if ($this->containers->count() > 0) {
|
||||
$this->container = $this->containers->first();
|
||||
}
|
||||
if ($this->containers->count() === 1) {
|
||||
$this->dispatch('connectToContainer');
|
||||
}
|
||||
}
|
||||
|
||||
#[On('connectToContainer')]
|
||||
|
|
|
|||
Loading…
Reference in a new issue