From 914a6f76fea9233f25c1951b350fe844cd1bd177 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sat, 10 May 2014 14:07:34 -0400 Subject: [PATCH] finished quick start about database [skip ci] --- config/web.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, ];