Commit 52e68f98 by Taylor Otwell

Fix check.

parent ef855c11
......@@ -11,7 +11,7 @@
|
*/
if (file_exists(__DIR__.'/.env'))
if (file_exists(__DIR__.'/../.env'))
{
Dotenv::load(__DIR__.'/../');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment