Browse Source

Fix check.

Taylor Otwell 10 years ago
parent
commit
52e68f981f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap/environment.php

+ 1 - 1
bootstrap/environment.php

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