mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
refactoring
This commit is contained in:
@ -22,6 +22,11 @@ public function delete(): void
|
||||
dispatch(new DeleteSite($this->site))->onConnection('ssh');
|
||||
}
|
||||
|
||||
public function install(): void
|
||||
{
|
||||
// TODO: Implement install() method.
|
||||
}
|
||||
|
||||
protected function progress(int $percentage): Closure
|
||||
{
|
||||
return function () use ($percentage) {
|
||||
|
Reference in New Issue
Block a user