mirror of
https://github.com/flarum/core.git
synced 2025-07-18 15:21:16 +02:00
fixed an issue where the mail provider would not be able to instantiate
This commit is contained in:
@@ -24,7 +24,7 @@ class DatabaseSettingsRepository implements SettingsRepositoryInterface
|
|||||||
|
|
||||||
public function all()
|
public function all()
|
||||||
{
|
{
|
||||||
return $this->database->table('settings')->pluck('value', 'key');
|
return $this->database->table('settings')->pluck('value', 'key')->all();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get($key, $default = null)
|
public function get($key, $default = null)
|
||||||
|
Reference in New Issue
Block a user