diff --git a/config/web.php b/config/web.php index 524fd31..fbb7934 100644 --- a/config/web.php +++ b/config/web.php @@ -1,7 +1,6 @@ 'basic', @@ -32,7 +31,7 @@ $config = [ ], ], ], - 'db' => $db, + 'db' => require(__DIR__ . '/db.php'), ], 'params' => $params, ];