aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-11-08 16:50:30 +0100
committerLaria Carolin Chabowski <laria@laria.me>2020-11-08 16:52:20 +0100
commit4977e37c3cd61c7361692503393acd24ca521c99 (patch)
tree9121b7f6df61aea3bce18571c44fcdec95e115c4
parent24b2b773ae9c306641692150f163df4dd6152b35 (diff)
downloadratatoeskr-cms-4977e37c3cd61c7361692503393acd24ca521c99.tar.gz
ratatoeskr-cms-4977e37c3cd61c7361692503393acd24ca521c99.tar.bz2
ratatoeskr-cms-4977e37c3cd61c7361692503393acd24ca521c99.zip
Plugin: Remove unused method
-rw-r--r--ratatoeskr/sys/models.php11
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);
- }
}
/**