This commit is contained in:
Andras Bacsai
2023-05-22 22:30:33 +02:00
parent a044354294
commit c023fdae8b
30 changed files with 251 additions and 243 deletions

View File

@@ -72,9 +72,4 @@ class Deploy extends Component
$this->application->save();
}
}
public function pollingStatus()
{
$this->application->refresh();
}
}