Browse Source

Fix spacing.

Taylor Otwell 10 years ago
parent
commit
834cb7530d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bootstrap/environment.php

+ 2 - 2
bootstrap/environment.php

@@ -25,8 +25,8 @@ if (file_exists(__DIR__.'/../.env'))
 |--------------------------------------------------------------------------
 |--------------------------------------------------------------------------
 |
 |
 | Laravel takes a dead simple approach to your application environments
 | Laravel takes a dead simple approach to your application environments
-| so you can just specify a machine name for the host that matches a
-| given environment, then we will automatically detect it for you.
+| so you may simply return the environment from the Closure. We will
+| assume we are using the "APP_ENV" variable for this environment.
 |
 |
 */
 */