Remove unused code

This commit is contained in:
Pig Fang 2019-08-09 08:53:29 +08:00
parent bcc4adfae2
commit 3f42d9dfc9

View File

@ -123,11 +123,6 @@ class Plugin
return $this;
}
public function getViewPath(string $name): string
{
return $this->getViewPathByFileName("$name.tpl");
}
public function getViewPathByFileName(string $filename): string
{
return $this->path."/views/$filename";