From 381c16c833627668a7f8ef3b7e1a33f38ddc7bc8 Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Wed, 7 Oct 2015 18:11:57 +0100 Subject: [PATCH] no env file for the lumen-test --- lumen-test/bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lumen-test/bootstrap/app.php b/lumen-test/bootstrap/app.php index 52b393f..1b0d1e1 100644 --- a/lumen-test/bootstrap/app.php +++ b/lumen-test/bootstrap/app.php @@ -2,7 +2,7 @@ require_once __DIR__.'/../vendor/autoload.php'; -Dotenv::load(__DIR__.'/../'); +// Dotenv::load(__DIR__.'/../'); /* |--------------------------------------------------------------------------