mirror of
https://github.com/flarum/framework.git
synced 2025-05-19 04:49:34 +08:00
fixed an issue where the mail provider would not be able to instantiate
This commit is contained in:
parent
44e9007790
commit
a8f8ca7f87
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user