From 3f42d9dfc97575df7a71cc2f50f59984b11d0aea Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 9 Aug 2019 08:53:29 +0800 Subject: [PATCH] Remove unused code --- app/Services/Plugin.php | 5 ----- 1 file changed, 5 deletions(-) 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";