Skip to content

Commit 5695079

Browse files
committed
formatting
1 parent 639e8c5 commit 5695079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Foundation/Bootstrap/LoadEnvironmentVariables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function bootstrap(Application $app)
2929
} catch (InvalidPathException $e) {
3030
//
3131
} catch (InvalidFileException $e) {
32-
dd('Fatal Error: Values in .env containing spaces must be surrounded by quotes.');
32+
die('The environment file is invalid: '.$e->getMessage());
3333
}
3434
}
3535

0 commit comments

Comments
 (0)