Fixed bug.

This commit is contained in:
李铭昕 2019-08-08 13:16:13 +08:00
parent 82619a0b30
commit 835f47bc30

View File

@ -1885,7 +1885,7 @@ class ModelTest extends TestCase
'host' => 'localhost',
'database' => 'hyperf',
'username' => 'root',
'password' => '910123',
'password' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',