From de695980002448f8558ec2d757854732f90b5507 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Fri, 17 Nov 2023 09:48:24 +0100 Subject: [PATCH] refactor: remove method, which can be replaced with get_path Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- src/Plugin.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Plugin.php b/src/Plugin.php index f24a679..1440bff 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -78,13 +78,6 @@ final class Plugin { return $this->basename; } - /** - * Retrieve the plugin directory. - */ - public function get_directory(): string { - return $this->directory; - } - /** * Retrieve the path to a file in the plugin. * -- GitLab