mirror of
https://github.com/flarum/core.git
synced 2025-10-18 18:26:07 +02:00
DatabaseConfig: Implement Arrayable contract
This commit is contained in:
@@ -56,7 +56,7 @@ class StoreConfig implements Step, ReversibleStep
|
||||
{
|
||||
return [
|
||||
'debug' => $this->debugMode,
|
||||
'database' => $this->dbConfig->getConfig(),
|
||||
'database' => $this->dbConfig->toArray(),
|
||||
'url' => $this->baseUrl,
|
||||
'paths' => $this->getPathsConfig(),
|
||||
];
|
||||
|
Reference in New Issue
Block a user