1
0
mirror of https://github.com/flarum/core.git synced 2025-10-15 08:55:53 +02:00

Add ability to uninstall an extension

This commit is contained in:
Toby Zerner
2015-08-14 12:48:29 +09:30
parent 2edcbacccc
commit 014bacb7ab
6 changed files with 72 additions and 6 deletions

View File

@@ -9,4 +9,6 @@ interface SettingsRepository
public function get($key, $default = null);
public function set($key, $value);
public function delete($key);
}