Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 14, 2018
1 parent 639e8c5 commit 5695079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function bootstrap(Application $app)
} catch (InvalidPathException $e) {
//
} catch (InvalidFileException $e) {
dd('Fatal Error: Values in .env containing spaces must be surrounded by quotes.');
die('The environment file is invalid: '.$e->getMessage());
}
}

Expand Down

0 comments on commit 5695079

Please sign in to comment.