Skip to content

Commit 1680e90

Browse files
committed
Fix config file case
1 parent 084b132 commit 1680e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Live/ConnectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function setUp()
1515
{
1616
parent::setUp();
1717

18-
$config = config('database');
18+
$config = config('Database');
1919

2020
$this->group1 = $config->default;
2121
$this->group2 = $config->default;

0 commit comments

Comments
 (0)