Fix check.

This commit is contained in:
Taylor Otwell 2014-10-10 10:18:57 -05:00
parent ef855c1175
commit 52e68f981f

View File

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