Fix check.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
if (file_exists(__DIR__.'/.env'))
|
||||
if (file_exists(__DIR__.'/../.env'))
|
||||
{
|
||||
Dotenv::load(__DIR__.'/../');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user