dotenv implementation cont
This commit is contained in:
7
vendor/autoload.php
vendored
7
vendor/autoload.php
vendored
@@ -14,12 +14,9 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
throw new RuntimeException($err);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInit8f8443657afa9e4122281017b10fc4c8::getLoader();
|
||||
return ComposerAutoloaderInit4f947e5b57034e67caa05c4fc1c4b2dc::getLoader();
|
||||
|
||||
Reference in New Issue
Block a user