mirror of
https://github.com/flarum/core.git
synced 2025-10-17 09:46:14 +02:00
DatabaseConfig: Implement Arrayable contract
This commit is contained in:
@@ -52,7 +52,7 @@ class DefaultInstallationTest extends TestCase
|
||||
{
|
||||
$factory = new ConnectionFactory(app());
|
||||
|
||||
return $factory->make($this->getDatabaseConfiguration()->getConfig());
|
||||
return $factory->make($this->getDatabaseConfiguration()->toArray());
|
||||
}
|
||||
|
||||
private function getAdmin(): AdminUser
|
||||
|
Reference in New Issue
Block a user