diff --git a/app/Services/Plugin.php b/app/Services/Plugin.php index 48b9e78d..c986f055 100644 --- a/app/Services/Plugin.php +++ b/app/Services/Plugin.php @@ -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";