Remove unused code
This commit is contained in:
parent
bcc4adfae2
commit
3f42d9dfc9
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user