Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Feb 15, 2024
1 parent 332f533 commit d6378f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
9 changes: 0 additions & 9 deletions plib/library/Task/AppFixMissingConfigs.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,4 @@ public function statusMessage()
return '';
}

public function onStart()
{
$this->setParam('onStart', 1);
}

public function onDone()
{
$this->setParam('onDone', 1);
}
}
10 changes: 0 additions & 10 deletions plib/library/Task/DomainAppInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,4 @@ public function statusMessage()
return false;
}

public function onStart()
{
$this->setParam('onStart', 1);
}

public function onDone()
{
$this->setParam('onDone', 1);

}
}
11 changes: 1 addition & 10 deletions plib/library/Task/DomainAppInstallationRepair.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,4 @@ public function statusMessage()
return '';
}

public function onStart()
{
$this->setParam('onStart', 1);
}

public function onDone()
{
$this->setParam('onDone', 1);
}
}
}

0 comments on commit d6378f7

Please sign in to comment.