Commit b9c69c6d authored by Taylor Otwell's avatar Taylor Otwell

Change local database user.

parent ca651a78
......@@ -24,7 +24,7 @@ return array(
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'homestead',
'username' => 'vagrant',
'username' => 'homestead',
'password' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
......@@ -35,7 +35,7 @@ return array(
'driver' => 'pgsql',
'host' => 'localhost',
'database' => 'homestead',
'username' => 'vagrant',
'username' => 'homestead',
'password' => '',
'charset' => 'utf8',
'prefix' => '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment