From 52e68f981fe90d73ab3ecd2db4d0da2f9e1d38cf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 10 Oct 2014 10:18:57 -0500 Subject: [PATCH] Fix check. --- bootstrap/environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/environment.php b/bootstrap/environment.php index 7f08f5e2..5724bd17 100644 --- a/bootstrap/environment.php +++ b/bootstrap/environment.php @@ -11,7 +11,7 @@ | */ -if (file_exists(__DIR__.'/.env')) +if (file_exists(__DIR__.'/../.env')) { Dotenv::load(__DIR__.'/../');