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:
@@ -9,4 +9,6 @@ interface SettingsRepository
|
||||
public function get($key, $default = null);
|
||||
|
||||
public function set($key, $value);
|
||||
|
||||
public function delete($key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user