From 4977e37c3cd61c7361692503393acd24ca521c99 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 8 Nov 2020 16:50:30 +0100 Subject: Plugin: Remove unused method --- ratatoeskr/sys/models.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php index 7f5cb4c..b80b2f6 100644 --- a/ratatoeskr/sys/models.php +++ b/ratatoeskr/sys/models.php @@ -1586,17 +1586,6 @@ class Plugin extends BySQLRowEnabled delete_directory(SITE_BASE_PATH . "/ratatoeskr/templates/src/plugintemplates/" . $this->id); } } - - /** - * Get the KeyValue Storage for the plugin. - * - * @param Database|null $db - * @return PluginKVStorage - */ - public function get_kvstorage(?Database $db = null): PluginKVStorage - { - return new PluginKVStorage($this->id, $db); - } } /** -- cgit v1.2.3-54-g00ecf