diff --git a/src/Bootstrap/LoadEnvironmentVariables.php b/src/Bootstrap/LoadEnvironmentVariables.php index 089c5d9..deadda2 100644 --- a/src/Bootstrap/LoadEnvironmentVariables.php +++ b/src/Bootstrap/LoadEnvironmentVariables.php @@ -31,7 +31,6 @@ final class LoadEnvironmentVariables implements BootstrapperContract public function bootstrap(Application $app): void { if (class_exists(Dotenv::class)) { - if (file_exists($app->environmentFilePath())) { $app->make(BaseLoadEnvironmentVariables::class)->bootstrap($app); }