Fix check.

This commit is contained in:
Taylor Otwell 2014-10-10 10:18:57 -05:00
parent ef855c1175
commit 52e68f981f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
| |
*/ */
if (file_exists(__DIR__.'/.env')) if (file_exists(__DIR__.'/../.env'))
{ {
Dotenv::load(__DIR__.'/../'); Dotenv::load(__DIR__.'/../');