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