We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084b132 commit 1680e90Copy full SHA for 1680e90
tests/system/Database/Live/ConnectTest.php
@@ -15,7 +15,7 @@ public function setUp()
15
{
16
parent::setUp();
17
18
- $config = config('database');
+ $config = config('Database');
19
20
$this->group1 = $config->default;
21
$this->group2 = $config->default;
0 commit comments