From 863c7510faf3bea3a0a994d70f142a452c909b32 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 7 Nov 2015 22:39:09 +0100 Subject: [PATCH] dev env --- app/bootstrap.php.d/10-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bootstrap.php.d/10-config.php b/app/bootstrap.php.d/10-config.php index 3bf3c5b..2fa307e 100644 --- a/app/bootstrap.php.d/10-config.php +++ b/app/bootstrap.php.d/10-config.php @@ -8,4 +8,4 @@ $app['config.locator'] = function ($app) { return new FileLocator($app['config.locator.path']); }; -$app['env'] = 'prod'; +$app['env'] = 'dev';