This commit is contained in:
Simon Vieille 2015-11-07 22:39:09 +01:00
parent 767e5abab4
commit 863c7510fa
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ $app['config.locator'] = function ($app) {
return new FileLocator($app['config.locator.path']);
};
$app['env'] = 'prod';
$app['env'] = 'dev';