fixing some issues related to environment.

This commit is contained in:
Taylor Otwell
2012-04-19 14:32:27 -05:00
parent 4440412f57
commit 58f69fdf47
3 changed files with 14 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ else
if ( ! is_null($environment))
{
Request::foundation()->server->set('LARAVEL_ENV', $environment);
Request::set_env($environment);
}
/*