mirror of
https://github.com/flarum/core.git
synced 2025-10-15 00:44:40 +02:00
Allow settings to be deleted using LIKE
Also give migrations access to the SettingsRepository
This commit is contained in:
@@ -19,5 +19,5 @@ interface SettingsRepository
|
||||
|
||||
public function set($key, $value);
|
||||
|
||||
public function delete($key);
|
||||
public function delete($keyLike);
|
||||
}
|
||||
|
Reference in New Issue
Block a user