Remove unused Plugin->replaceTemplate

This commit is contained in:
the-djmaze 2023-11-28 09:40:39 +01:00
parent 5412348a65
commit 44ddb2d78e

View file

@ -191,15 +191,6 @@ abstract class AbstractPlugin
return $this;
}
final protected function replaceTemplate(string $sFile, bool $bAdminScope = false) : self
{
if ($this->oPluginManager) {
$this->oPluginManager->AddTemplate($this->sPath.'/'.$sFile, $bAdminScope);
}
return $this;
}
final protected function addPartHook(string $sActionName, string $sFunctionName) : self
{
if ($this->oPluginManager) {