Merge branch 'develop' of github.com:laravel/laravel into develop

This commit is contained in:
Taylor Otwell
2015-05-26 16:15:35 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ return [
|
*/
'default' => 'mysql',
'default' => env('DB_CONNECTION','mysql'),
/*
|--------------------------------------------------------------------------