From a52c0590503bdc1e2e9a34cf0566df7c3e96eb98 Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Sat, 5 Dec 2015 21:42:19 +0100 Subject: [PATCH] fixing a bug --- 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__.'/../'); /* |--------------------------------------------------------------------------