autoload KVStore
This commit is contained in:
parent
00a9c8dc4f
commit
30304ec5e6
@ -14,6 +14,7 @@ class KVStore {
|
|||||||
|
|
||||||
public function new(namespace: String) {
|
public function new(namespace: String) {
|
||||||
this.namespace = namespace;
|
this.namespace = namespace;
|
||||||
|
this.load();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function removeNamespace(namespace: String): Void {
|
public static function removeNamespace(namespace: String): Void {
|
||||||
|
Loading…
Reference in New Issue
Block a user