This commit is contained in:
Simon Vieille 2015-11-07 22:39:09 +01:00
parent 767e5abab4
commit 863c7510fa

View file

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