finished quick start about database [skip ci]
This commit is contained in:
parent
c964a753d8
commit
914a6f76fe
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
$params = require(__DIR__ . '/params.php');
|
||||
$db = require(__DIR__ . '/db.php');
|
||||
|
||||
$config = [
|
||||
'id' => 'basic',
|
||||
@ -32,7 +31,7 @@ $config = [
|
||||
],
|
||||
],
|
||||
],
|
||||
'db' => $db,
|
||||
'db' => require(__DIR__ . '/db.php'),
|
||||
],
|
||||
'params' => $params,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user