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';