We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe10d06 commit a2a9f2fCopy full SHA for a2a9f2f
craft
@@ -13,7 +13,7 @@ require_once CRAFT_VENDOR_PATH.'/autoload.php';
13
14
// Load dotenv?
15
if (class_exists('Dotenv\Dotenv') && file_exists(CRAFT_BASE_PATH.'/.env')) {
16
- DotEnv\DotEnv::create(CRAFT_BASE_PATH)->load();
+ Dotenv\Dotenv::create(CRAFT_BASE_PATH)->load();
17
}
18
19
// Load and run Craft
web/index.php
@@ -12,7 +12,7 @@
12
0 commit comments