diff --git a/WebFeedBlockPlugin.php b/WebFeedBlockPlugin.php index d9c0b80..8ca13a8 100644 --- a/WebFeedBlockPlugin.php +++ b/WebFeedBlockPlugin.php @@ -63,12 +63,4 @@ public function getPluginPath(): string { return $this->parentPlugin->getPluginPath(); } - - /** - * @copydoc Plugin::getTemplatePath() - */ - public function getTemplatePath($inCore = false): string - { - return "{$this->parentPlugin->getTemplatePath($inCore)}/templates"; - } }