From fbf482a3f44eb28076d6df5ee46df30befaa0789 Mon Sep 17 00:00:00 2001 From: Osman Zeki Date: Fri, 8 Dec 2017 11:37:15 -0500 Subject: [PATCH] Change default environment to development (#3288) Fixes #3287 --- config/environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.php b/config/environment.php index bbd93ff20..5249b15ba 100644 --- a/config/environment.php +++ b/config/environment.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => 'production', + 'default' => 'development', /* |--------------------------------------------------------------------------