Skip to content

Commit 52e68f9

Browse files
committed
Fix check.
1 parent ef855c1 commit 52e68f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/environment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|
1212
*/
1313

14-
if (file_exists(__DIR__.'/.env'))
14+
if (file_exists(__DIR__.'/../.env'))
1515
{
1616
Dotenv::load(__DIR__.'/../');
1717

0 commit comments

Comments
 (0)