Skip to content

Commit bfb67c1

Browse files
committed
upd
1 parent 99ea6f8 commit bfb67c1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'class' => 'yii\db\Connection',
5-
'dsn' => 'mysql:host=localhost;dbname=test',
5+
'dsn' => 'mysql:host=localhost;dbname=yii2_query_relation_manager_demo',
66
'username' => 'user',
77
'password' => '123456789',
88
'charset' => 'utf8',

0 commit comments

Comments
 (0)