From 834cb7530df5ea28803569fd6bf28c6e759170ef Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 15 Oct 2014 16:37:56 -0500 Subject: [PATCH] Fix spacing. --- bootstrap/environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/environment.php b/bootstrap/environment.php index 5724bd17..bb77b5fd 100644 --- a/bootstrap/environment.php +++ b/bootstrap/environment.php @@ -25,8 +25,8 @@ if (file_exists(__DIR__.'/../.env')) |-------------------------------------------------------------------------- | | 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. | */