Change default environment to development (#3288)

Fixes #3287
This commit is contained in:
Osman Zeki 2017-12-08 11:37:15 -05:00 committed by Luke Towers
parent b9581332aa
commit fbf482a3f4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ return [
|
*/
'default' => 'production',
'default' => 'development',
/*
|--------------------------------------------------------------------------