diff options
Diffstat (limited to 'ratatoeskr/sys')
-rw-r--r-- | ratatoeskr/sys/models.php | 11 |
1 files changed, 0 insertions, 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); - } } /** |