We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b7772 commit f9f6ae1Copy full SHA for f9f6ae1
src/Bootstrap/LoadEnvironmentVariables.php
@@ -31,7 +31,6 @@ final class LoadEnvironmentVariables implements BootstrapperContract
31
public function bootstrap(Application $app): void
32
{
33
if (class_exists(Dotenv::class)) {
34
-
35
if (file_exists($app->environmentFilePath())) {
36
$app->make(BaseLoadEnvironmentVariables::class)->bootstrap($app);
37
}
0 commit comments